Home
last modified time | relevance | path

Searched defs:Bind (Results 1 – 11 of 11) sorted by relevance

/art/compiler/utils/
Dassembler_thumb_test.cc697 __ Bind(&l1); in TEST() local
703 __ Bind(&l2); in TEST() local
708 __ Bind(&l3); in TEST() local
715 __ Bind(&l4); in TEST() local
724 __ Bind(&l5); in TEST() local
741 __ Bind(&l1); in TEST() local
748 __ Bind(&l2); in TEST() local
753 __ Bind(&l3); in TEST() local
760 __ Bind(&l4); in TEST() local
769 __ Bind(&l5); in TEST() local
[all …]
/art/compiler/optimizing/
Dcode_generator_x86_64.cc71 __ Bind(GetEntryLabel()); in EmitNativeCode() local
87 __ Bind(GetEntryLabel()); in EmitNativeCode() local
107 __ Bind(GetEntryLabel()); in EmitNativeCode() local
240 void CodeGeneratorX86_64::Bind(Label* label) { in Bind() function in art::x86_64::CodeGeneratorX86_64
241 __ Bind(label); in Bind() local
573 __ Bind(&greater); in VisitCompare() local
576 __ Bind(&done); in VisitCompare() local
1315 __ Bind(&is_null); in MarkGCCard() local
Dcode_generator_arm.cc67 __ Bind(GetEntryLabel()); in EmitNativeCode() local
84 __ Bind(GetEntryLabel()); in EmitNativeCode() local
102 __ Bind(GetEntryLabel()); in EmitNativeCode() local
297 void CodeGeneratorARM::Bind(Label* label) { in Bind() function in art::arm::CodeGeneratorARM
298 __ Bind(label); in Bind() local
1068 __ Bind(&greater); in VisitCompare() local
1072 __ Bind(&less); in VisitCompare() local
1075 __ Bind(&done); in VisitCompare() local
1481 __ Bind(&is_null); in MarkGCCard() local
Dcode_generator_x86.cc67 __ Bind(GetEntryLabel()); in EmitNativeCode() local
82 __ Bind(GetEntryLabel()); in EmitNativeCode() local
101 __ Bind(GetEntryLabel()); in EmitNativeCode() local
268 void CodeGeneratorX86::Bind(Label* label) { in Bind() function in art::x86::CodeGeneratorX86
269 __ Bind(label); in Bind() local
1038 __ Bind(&greater); in VisitCompare() local
1042 __ Bind(&less); in VisitCompare() local
1045 __ Bind(&done); in VisitCompare() local
1144 __ Bind(&is_null); in MarkGCCard() local
/art/compiler/utils/arm64/
Dassembler_arm64.cc600 ___ Bind(&exit); in LoadReferenceFromHandleScope() local
618 ___ Bind(exception->Entry()); in EmitExceptionPoll() local
/art/compiler/utils/mips/
Dassembler_mips.cc148 void MipsAssembler::Bind(Label* label, bool is_jump) { in Bind() function in art::mips::MipsAssembler
953 __ Bind(&entry_, false); in Emit() local
/art/compiler/utils/arm/
Dassembler_arm.cc825 __ Bind(&entry_); in Emit() local
Dassembler_arm32.cc1206 void Arm32Assembler::Bind(Label* label) { in Bind() function in art::arm::Arm32Assembler
Dassembler_thumb2.cc2084 void Thumb2Assembler::Bind(Label* label) { in Bind() function in art::arm::Thumb2Assembler
/art/compiler/utils/x86/
Dassembler_x86.cc1311 void X86Assembler::Bind(Label* label) { in Bind() function in art::x86::X86Assembler
1845 __ Bind(&entry_); in Emit() local
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc1507 void X86_64Assembler::Bind(Label* label) { in Bind() function in art::x86_64::X86_64Assembler
2217 __ Bind(&entry_); in Emit() local