Home
last modified time | relevance | path

Searched defs:EmitLabel (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_writer.cpp113 bool CompressedSnapshotWriter::EmitLabel(uint64_t label) { in EmitLabel() function in android::snapshot::CompressedSnapshotWriter
181 bool OnlineKernelSnapshotWriter::EmitLabel(uint64_t) { in EmitLabel() function in android::snapshot::OnlineKernelSnapshotWriter
H A Dcow_writer.cpp321 bool CowWriter::EmitLabel(uint64_t label) { in EmitLabel() function in android::snapshot::CowWriter
/aosp12/system/update_engine/payload_consumer/
H A Dsnapshot_extent_writer_unittest.cc68 bool EmitLabel(uint64_t label) { in EmitLabel() function in chromeos_update_engine::FakeCowWriter
/aosp12/art/compiler/utils/x86/
H A Dassembler_x86.cc3869 void X86Assembler::EmitLabel(Label* label, int instruction_size) { in EmitLabel() function in art::x86::X86Assembler
/aosp12/art/compiler/utils/x86_64/
H A Dassembler_x86_64.cc5194 void X86_64Assembler::EmitLabel(Label* label, int instruction_size) { in EmitLabel() function in art::x86_64::X86_64Assembler