Home
last modified time | relevance | path

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

12

/art/compiler/jni/quick/
Djni_compiler.cc193 __ Bind(jclass_read_barrier_return.get()); in ArtJniCompileMethodInternal() local
237 __ Bind(method_entry_hook_return.get()); in ArtJniCompileMethodInternal() local
276 __ Bind(transition_to_native_resume.get()); in ArtJniCompileMethodInternal() local
476 __ Bind(transition_to_runnable_resume.get()); in ArtJniCompileMethodInternal() local
495 __ Bind(suspend_check_resume.get()); in ArtJniCompileMethodInternal() local
511 __ Bind(decode_reference_resume.get()); in ArtJniCompileMethodInternal() local
567 __ Bind(suspend_check_resume.get()); in ArtJniCompileMethodInternal() local
581 __ Bind(method_exit_hook_return.get()); in ArtJniCompileMethodInternal() local
600 __ Bind(jclass_read_barrier_slow_path.get()); in ArtJniCompileMethodInternal() local
634 __ Bind(transition_to_native_slow_path.get()); in ArtJniCompileMethodInternal() local
[all …]
/art/compiler/utils/riscv64/
Djni_macro_assembler_riscv64_test.cc704 __ Bind(resume.get()); in TEST_F() local
709 __ Bind(slow_path.get()); in TEST_F() local
797 __ Bind(resume.get()); in TEST_F() local
802 __ Bind(slow_path.get()); in TEST_F() local
824 __ Bind(resume.get()); in TEST_F() local
829 __ Bind(slow_path.get()); in TEST_F() local
852 __ Bind(slow_path.get()); in TEST_F() local
873 __ Bind(back.get()); in TEST_F() local
879 __ Bind(target.get()); in TEST_F() local
905 __ Bind(resume.get()); in TEST_F() local
[all …]
Djni_macro_assembler_riscv64.cc472 __ Bind(&retry); in TryToTransitionFromRunnableToNative() local
509 __ Bind(&retry); in TryToTransitionFromNativeToRunnable() local
616 void Riscv64JNIMacroAssembler::Bind(JNIMacroLabel* label) { in Bind() function in art::riscv64::Riscv64JNIMacroAssembler
618 __ Bind(Riscv64JNIMacroLabel::Cast(label)->AsRiscv64()); in Bind() local
639 __ Bind(&null_label); in CreateJObject() local
/art/compiler/optimizing/
Dcode_generator_x86_64.cc87 __ Bind(GetEntryLabel()); in EmitNativeCode() local
110 __ Bind(GetEntryLabel()); in EmitNativeCode() local
129 __ Bind(GetEntryLabel()); in EmitNativeCode() local
165 __ Bind(GetEntryLabel()); in EmitNativeCode() local
203 __ Bind(GetEntryLabel()); in EmitNativeCode() local
279 __ Bind(GetEntryLabel()); in EmitNativeCode() local
314 __ Bind(GetEntryLabel()); in EmitNativeCode() local
371 __ Bind(GetEntryLabel()); in EmitNativeCode() local
402 __ Bind(GetEntryLabel()); in EmitNativeCode() local
460 __ Bind(GetEntryLabel()); in EmitNativeCode() local
[all …]
Dintrinsics_arm64.cc127 __ Bind(GetEntryLabel()); in EmitNativeCode() local
130 __ Bind(&slow_copy_loop); in EmitNativeCode() local
184 __ Bind(GetEntryLabel()); in EmitNativeCode() local
632 __ Bind(&done); in GenMathRound() local
1474 __ Bind(&loop_head); in GenerateCompareAndSet() local
1548 __ Bind(GetEntryLabel()); in EmitNativeCode() local
1557 __ Bind(mark_old_value_slow_path_->GetExitLabel()); in EmitNativeCode() local
1604 __ Bind(&mark_old_value); in EmitNativeCode() local
1614 __ Bind(update_old_value_slow_path_->GetExitLabel()); in EmitNativeCode() local
1700 __ Bind(exit_loop); in GenUnsafeCas() local
[all …]
Dcode_generator_x86.cc87 __ Bind(GetEntryLabel()); in EmitNativeCode() local
110 __ Bind(GetEntryLabel()); in EmitNativeCode() local
129 __ Bind(GetEntryLabel()); in EmitNativeCode() local
153 __ Bind(GetEntryLabel()); in EmitNativeCode() local
234 __ Bind(GetEntryLabel()); in EmitNativeCode() local
273 __ Bind(GetEntryLabel()); in EmitNativeCode() local
308 __ Bind(GetEntryLabel()); in EmitNativeCode() local
366 __ Bind(GetEntryLabel()); in EmitNativeCode() local
423 __ Bind(GetEntryLabel()); in EmitNativeCode() local
446 __ Bind(GetEntryLabel()); in EmitNativeCode() local
[all …]
Dintrinsics_x86_64.cc120 __ Bind(GetEntryLabel()); in EmitNativeCode() local
125 __ Bind(&loop); in EmitNativeCode() local
164 __ Bind(GetEntryLabel()); in EmitNativeCode() local
306 __ Bind(&done1); in GenIsInfinite() local
311 __ Bind(&done2); in GenIsInfinite() local
322 __ Bind(&done1); in GenIsInfinite() local
327 __ Bind(&done2); in GenIsInfinite() local
451 __ Bind(&skip_incr); in VisitMathRoundFloat() local
463 __ Bind(&done); in VisitMathRoundFloat() local
492 __ Bind(&skip_incr); in VisitMathRoundDouble() local
[all …]
Dintrinsics_riscv64.cc59 __ Bind(GetEntryLabel()); in EmitNativeCode() local
62 __ Bind(&slow_copy_loop); in EmitNativeCode() local
106 __ Bind(GetEntryLabel()); in EmitNativeCode() local
663 __ Bind(slow_path->GetExitLabel()); in GenerateDivRemUnsigned() local
768 __ Bind(&allocate); in BOXED_TYPES() local
775 __ Bind(&done); in BOXED_TYPES() local
837 __ Bind(slow_path->GetExitLabel()); in VisitReferenceGetReferent() local
902 __ Bind(&calculate_result); in VisitReferenceRefersTo() local
930 __ Bind(slow_path->GetExitLabel()); in GenerateVisitStringIndexOf() local
952 __ Bind(slow_path->GetExitLabel()); in GenerateVisitStringIndexOf() local
[all …]
Dcode_generator_arm64.cc229 __ Bind(GetEntryLabel()); in EmitNativeCode() local
265 __ Bind(GetEntryLabel()); in EmitNativeCode() local
287 __ Bind(GetEntryLabel()); in EmitNativeCode() local
326 __ Bind(GetEntryLabel()); in EmitNativeCode() local
386 __ Bind(GetEntryLabel()); in EmitNativeCode() local
414 __ Bind(GetEntryLabel()); in EmitNativeCode() local
439 __ Bind(GetEntryLabel()); in EmitNativeCode() local
484 __ Bind(GetEntryLabel()); in EmitNativeCode() local
533 __ Bind(GetEntryLabel()); in EmitNativeCode() local
555 __ Bind(GetEntryLabel()); in EmitNativeCode() local
[all …]
Dintrinsics_x86.cc118 __ Bind(GetEntryLabel()); in EmitNativeCode() local
123 __ Bind(&loop); in EmitNativeCode() local
422 __ Bind(&skip_incr); in VisitMathRoundFloat() local
430 __ Bind(&skip_incr); in VisitMathRoundFloat() local
444 __ Bind(&done); in VisitMathRoundFloat() local
962 __ Bind(slow_path->GetExitLabel()); in SystemArrayCopyPrimitive() local
1016 __ Bind(slow_path->GetExitLabel()); in VisitStringCompareTo() local
1103 __ Bind(&string_uncompressed); in VisitStringEquals() local
1126 __ Bind(&return_true); in VisitStringEquals() local
1131 __ Bind(&return_false); in VisitStringEquals() local
[all …]
Dintrinsics_arm_vixl.cc105 __ Bind(GetEntryLabel()); in EmitNativeCode() local
108 __ Bind(&loop); in EmitNativeCode() local
277 __ Bind(&end); in GenNumberOfLeadingZeros() local
321 __ Bind(&end); in GenNumberOfTrailingZeros() local
414 __ Bind(&done); in VisitMathRoundFloat() local
646 __ Bind(&end); in VisitStringCompareTo() local
649 __ Bind(slow_path->GetExitLabel()); in VisitStringCompareTo() local
690 __ Bind(&loop); in GenerateStringCompareToLoop() local
708 __ Bind(&find_char_diff_2nd_cmp); in GenerateStringCompareToLoop() local
719 __ Bind(&find_char_diff); in GenerateStringCompareToLoop() local
[all …]
Dcode_generator_riscv64.cc276 __ Bind(GetEntryLabel()); in EmitNativeCode() local
314 __ Bind(GetEntryLabel()); in EmitNativeCode() local
351 __ Bind(GetEntryLabel()); in EmitNativeCode() local
376 __ Bind(GetEntryLabel()); in EmitNativeCode() local
420 __ Bind(GetEntryLabel()); in EmitNativeCode() local
478 __ Bind(GetEntryLabel()); in EmitNativeCode() local
514 __ Bind(GetEntryLabel()); in EmitNativeCode() local
549 __ Bind(GetEntryLabel()); in EmitNativeCode() local
573 __ Bind(GetEntryLabel()); in EmitNativeCode() local
620 __ Bind(GetEntryLabel()); in EmitNativeCode() local
[all …]
Dcode_generator_arm_vixl.cc373 __ Bind(GetEntryLabel()); in EmitNativeCode() local
397 __ Bind(GetEntryLabel()); in EmitNativeCode() local
417 __ Bind(GetEntryLabel()); in EmitNativeCode() local
457 __ Bind(GetEntryLabel()); in EmitNativeCode() local
503 __ Bind(GetEntryLabel()); in EmitNativeCode() local
563 __ Bind(GetEntryLabel()); in EmitNativeCode() local
594 __ Bind(GetEntryLabel()); in EmitNativeCode() local
643 __ Bind(GetEntryLabel()); in EmitNativeCode() local
666 __ Bind(GetEntryLabel()); in EmitNativeCode() local
750 __ Bind(GetEntryLabel()); in EmitNativeCode() local
[all …]
Dfast_compiler_arm64.cc292 __ Bind(&label); in AbortCompilation() local
473 __ Bind(label); in ProcessInstructions() local
710 __ Bind(&increment); in EnsureHasFrame() local
713 __ Bind(&done); in EnsureHasFrame() local
740 __ Bind(&continue_label); in EnsureHasFrame() local
1090 __ Bind(&read_barrier_exit); in BuildCheckCast() local
1100 __ Bind(&exit); in BuildCheckCast() local
1117 __ Bind(&local_exit); in DoReadBarrierOn() local
2073 __ Bind(&exit); in ProcessDexInstruction() local
Doptimizing_cfi_test.cc181 __ Bind(&target); in TEST_ISA() local
Dcode_generator_vector_x86_64.cc1292 __ Bind(&not_compressed); in VisitVecLoad() local
1294 __ Bind(&done); in VisitVecLoad() local
/art/compiler/utils/arm64/
Dassembler_arm64.h149 void Bind([[maybe_unused]] Label* label) override { in Bind() function
156 void Bind(vixl::aarch64::Label* label) { in Bind() function
Dassembler_arm64.cc201 ___ Bind(&mr_is_ok); in GenerateMarkingRegisterCheck() local
Djni_macro_assembler_arm64.cc723 ___ Bind(&retry); in TryToTransitionFromRunnableToNative() local
755 ___ Bind(&retry); in TryToTransitionFromNativeToRunnable() local
865 void Arm64JNIMacroAssembler::Bind(JNIMacroLabel* label) { in Bind() function in art::arm64::Arm64JNIMacroAssembler
867 ___ Bind(Arm64JNIMacroLabel::Cast(label)->AsArm64()); in Bind() local
/art/compiler/utils/arm/
Dassembler_arm_vixl.h224 void Bind([[maybe_unused]] Label* label) override { in Bind() function
231 void Bind(vixl::aarch32::Label* label) { in Bind() function
Djni_macro_assembler_arm_vixl.cc911 ___ Bind(&retry); in TryToTransitionFromRunnableToNative() local
947 ___ Bind(&retry); in TryToTransitionFromNativeToRunnable() local
1069 void ArmVIXLJNIMacroAssembler::Bind(JNIMacroLabel* label) { in Bind() function in art::arm::ArmVIXLJNIMacroAssembler
1071 ___ Bind(ArmVIXLJNIMacroLabel::Cast(label)->AsArm()); in Bind() local
Dassembler_arm_vixl.cc94 ___ Bind(&mr_is_ok); in GenerateMarkingRegisterCheck() local
/art/compiler/utils/x86/
Djni_macro_assembler_x86.cc372 __ Bind(&null_arg); in CreateJObject() local
388 __ Bind(&null_arg); in CreateJObject() local
589 void X86JNIMacroAssembler::Bind(JNIMacroLabel* label) { in Bind() function in art::x86::X86JNIMacroAssembler
591 __ Bind(X86JNIMacroLabel::Cast(label)->AsX86()); in Bind() local
/art/compiler/utils/x86_64/
Djni_macro_assembler_x86_64.cc445 __ Bind(&null_arg); in CreateJObject() local
461 __ Bind(&null_arg); in CreateJObject() local
659 void X86_64JNIMacroAssembler::Bind(JNIMacroLabel* label) { in Bind() function in art::x86_64::X86_64JNIMacroAssembler
661 __ Bind(X86_64JNIMacroLabel::Cast(label)->AsX86_64()); in Bind() local
/art/compiler/utils/
Dassembler_thumb_test.cc243 __ Bind(exception_slow_path.get()); in TEST_F() local

12