Searched defs:EmitLabel (Results 1 – 5 of 5) sorted by relevance
/aosp12/system/core/fs_mgr/libsnapshot/ | ||
H A D | snapshot_writer.cpp | 113 bool CompressedSnapshotWriter::EmitLabel(uint64_t label) { in EmitLabel() function in android::snapshot::CompressedSnapshotWriter |
H A D | cow_writer.cpp | 321 bool CowWriter::EmitLabel(uint64_t label) { in EmitLabel() function in android::snapshot::CowWriter |
/aosp12/system/update_engine/payload_consumer/ | ||
H A D | snapshot_extent_writer_unittest.cc | 68 bool EmitLabel(uint64_t label) { in EmitLabel() function in chromeos_update_engine::FakeCowWriter |
/aosp12/art/compiler/utils/x86/ | ||
H A D | assembler_x86.cc | 3869 void X86Assembler::EmitLabel(Label* label, int instruction_size) { in EmitLabel() function in art::x86::X86Assembler |
/aosp12/art/compiler/utils/x86_64/ | ||
H A D | assembler_x86_64.cc | 5194 void X86_64Assembler::EmitLabel(Label* label, int instruction_size) { in EmitLabel() function in art::x86_64::X86_64Assembler |