Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86_64.cc56 __ Bind(GetEntryLabel()); in EmitNativeCode() local
72 __ Bind(GetEntryLabel()); in EmitNativeCode() local
89 __ Bind(GetEntryLabel()); in EmitNativeCode() local
122 __ Bind(GetEntryLabel()); in EmitNativeCode() local
161 __ Bind(GetEntryLabel()); in EmitNativeCode() local
198 __ Bind(GetEntryLabel()); in EmitNativeCode() local
246 __ Bind(GetEntryLabel()); in EmitNativeCode() local
283 __ Bind(GetEntryLabel()); in EmitNativeCode() local
330 __ Bind(GetEntryLabel()); in EmitNativeCode() local
511 __ Bind(&frame_entry_label_); in GenerateFrameEntry() local
[all …]
Dcode_generator_x86.cc53 __ Bind(GetEntryLabel()); in EmitNativeCode() local
68 __ Bind(GetEntryLabel()); in EmitNativeCode() local
83 __ Bind(GetEntryLabel()); in EmitNativeCode() local
109 __ Bind(GetEntryLabel()); in EmitNativeCode() local
139 __ Bind(GetEntryLabel()); in EmitNativeCode() local
177 __ Bind(GetEntryLabel()); in EmitNativeCode() local
209 __ Bind(GetEntryLabel()); in EmitNativeCode() local
264 __ Bind(GetEntryLabel()); in EmitNativeCode() local
310 __ Bind(GetEntryLabel()); in EmitNativeCode() local
475 __ Bind(&frame_entry_label_); in GenerateFrameEntry() local
[all …]
Dintrinsics_x86_64.cc125 __ Bind(GetEntryLabel()); in EmitNativeCode() local
452 __ Bind(&nan); in GenMinMaxFP() local
461 __ Bind(&op2_label); in GenMinMaxFP() local
469 __ Bind(&done); in GenMinMaxFP() local
744 __ Bind(&nan); in VisitMathRoundFloat() local
748 __ Bind(&done); in VisitMathRoundFloat() local
791 __ Bind(&nan); in VisitMathRoundDouble() local
795 __ Bind(&done); in VisitMathRoundDouble() local
838 __ Bind(slow_path->GetExitLabel()); in VisitStringCharAt() local
866 __ Bind(slow_path->GetExitLabel()); in VisitStringCompareTo() local
[all …]
Dcode_generator_arm64.cc119 __ Bind(GetEntryLabel()); in EmitNativeCode() local
145 __ Bind(GetEntryLabel()); in EmitNativeCode() local
170 __ Bind(GetEntryLabel()); in EmitNativeCode() local
222 __ Bind(GetEntryLabel()); in EmitNativeCode() local
249 __ Bind(GetEntryLabel()); in EmitNativeCode() local
269 __ Bind(GetEntryLabel()); in EmitNativeCode() local
319 __ Bind(GetEntryLabel()); in EmitNativeCode() local
362 __ Bind(GetEntryLabel()); in EmitNativeCode() local
485 __ Bind(&frame_entry_label_); in GenerateFrameEntry() local
531 void CodeGeneratorARM64::Bind(HBasicBlock* block) { in Bind() function in art::arm64::CodeGeneratorARM64
[all …]
Dintrinsics_x86.cc134 __ Bind(GetEntryLabel()); in EmitNativeCode() local
536 __ Bind(&nan); in GenMinMaxFP() local
550 __ Bind(&op2_label); in GenMinMaxFP() local
558 __ Bind(&done); in GenMinMaxFP() local
867 __ Bind(&nan); in VisitMathRoundFloat() local
871 __ Bind(&done); in VisitMathRoundFloat() local
913 __ Bind(slow_path->GetExitLabel()); in VisitStringCharAt() local
941 __ Bind(slow_path->GetExitLabel()); in VisitStringCompareTo() local
1002 __ Bind(slow_path->GetExitLabel()); in GenerateStringIndexOf() local
1070 __ Bind(&not_found_label); in GenerateStringIndexOf() local
[all …]
Dintrinsics_arm.cc97 __ Bind(GetEntryLabel()); in EmitNativeCode() local
639 __ Bind(&loop_head); in GenUnsafePut() local
742 __ Bind(&loop_head); in GenCas() local
820 __ Bind(slow_path->GetExitLabel()); in VisitStringCharAt() local
850 __ Bind(slow_path->GetExitLabel()); in VisitStringCompareTo() local
875 __ Bind(slow_path->GetExitLabel()); in GenerateVisitStringIndexOf() local
898 __ Bind(slow_path->GetExitLabel()); in GenerateVisitStringIndexOf() local
967 __ Bind(slow_path->GetExitLabel()); in VisitStringNewStringFromBytes() local
1013 __ Bind(slow_path->GetExitLabel()); in VisitStringNewStringFromString() local
Dcode_generator_arm.cc65 __ Bind(GetEntryLabel()); in EmitNativeCode() local
81 __ Bind(GetEntryLabel()); in EmitNativeCode() local
98 __ Bind(GetEntryLabel()); in EmitNativeCode() local
141 __ Bind(GetEntryLabel()); in EmitNativeCode() local
178 __ Bind(GetEntryLabel()); in EmitNativeCode() local
224 __ Bind(GetEntryLabel()); in EmitNativeCode() local
260 __ Bind(GetEntryLabel()); in EmitNativeCode() local
302 __ Bind(GetEntryLabel()); in EmitNativeCode() local
529 __ Bind(&frame_entry_label_); in GenerateFrameEntry() local
579 void CodeGeneratorARM::Bind(HBasicBlock* block) { in Bind() function in art::arm::CodeGeneratorARM
[all …]
Dintrinsics_arm64.cc106 __ Bind(GetEntryLabel()); in EmitNativeCode() local
877 __ Bind(&loop_head); in GenCas() local
885 __ Bind(&loop_head); in GenCas() local
893 __ Bind(&exit_loop); in GenCas() local
964 __ Bind(slow_path->GetExitLabel()); in VisitStringCharAt() local
993 __ Bind(slow_path->GetExitLabel()); in VisitStringCompareTo() local
1017 __ Bind(slow_path->GetExitLabel()); in GenerateVisitStringIndexOf() local
1038 __ Bind(slow_path->GetExitLabel()); in GenerateVisitStringIndexOf() local
1107 __ Bind(slow_path->GetExitLabel()); in VisitStringNewStringFromBytes() local
1156 __ Bind(slow_path->GetExitLabel()); in VisitStringNewStringFromString() local
Dcode_generator_mips64.cc120 __ Bind(GetEntryLabel()); in EmitNativeCode() local
151 __ Bind(GetEntryLabel()); in EmitNativeCode() local
178 __ Bind(GetEntryLabel()); in EmitNativeCode() local
230 __ Bind(GetEntryLabel()); in EmitNativeCode() local
261 __ Bind(GetEntryLabel()); in EmitNativeCode() local
283 __ Bind(GetEntryLabel()); in EmitNativeCode() local
331 __ Bind(GetEntryLabel()); in EmitNativeCode() local
381 __ Bind(GetEntryLabel()); in EmitNativeCode() local
481 __ Bind(&frame_entry_label_); in GenerateFrameEntry() local
588 void CodeGeneratorMIPS64::Bind(HBasicBlock* block) { in Bind() function in art::mips64::CodeGeneratorMIPS64
[all …]
/art/compiler/utils/
Dassembler_thumb_test.cc626 __ Bind(&l1); in TEST() local
632 __ Bind(&l2); in TEST() local
637 __ Bind(&l3); in TEST() local
644 __ Bind(&l4); in TEST() local
653 __ Bind(&l5); in TEST() local
670 __ Bind(&l1); in TEST() local
677 __ Bind(&l2); in TEST() local
682 __ Bind(&l3); in TEST() local
689 __ Bind(&l4); in TEST() local
698 __ Bind(&l5); in TEST() local
[all …]
/art/compiler/utils/arm64/
Dassembler_arm64.cc606 ___ Bind(&exit); in LoadReferenceFromHandleScope() local
624 ___ Bind(exception->Entry()); in EmitExceptionPoll() local
/art/compiler/utils/mips/
Dassembler_mips.cc149 void MipsAssembler::Bind(Label* label, bool is_jump) { in Bind() function in art::mips::MipsAssembler
969 __ Bind(&entry_, false); in Emit() local
/art/compiler/utils/arm/
Dassembler_arm.cc853 __ Bind(&entry_); in Emit() local
Dassembler_arm32.cc1317 void Arm32Assembler::Bind(Label* label) { in Bind() function in art::arm::Arm32Assembler
Dassembler_thumb2.cc2249 void Thumb2Assembler::Bind(Label* label) { in Bind() function in art::arm::Thumb2Assembler
/art/compiler/utils/mips64/
Dassembler_mips64.cc792 void Mips64Assembler::Bind(Label* label) { in Bind() function in art::mips64::Mips64Assembler
1538 __ Bind(&entry_); in Emit() local
/art/compiler/utils/x86/
Dassembler_x86.cc1606 void X86Assembler::Bind(Label* label) { in Bind() function in art::x86::X86Assembler
2175 __ Bind(&entry_); in Emit() local
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc2095 void X86_64Assembler::Bind(Label* label) { in Bind() function in art::x86_64::X86_64Assembler
2872 __ Bind(&entry_); in Emit() local