Home
last modified time | relevance | path

Searched defs:Bind (Results 1 – 25 of 31) 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
113 __ Bind(GetEntryLabel()); in EmitNativeCode() local
132 __ Bind(GetEntryLabel()); in EmitNativeCode() local
168 __ Bind(GetEntryLabel()); in EmitNativeCode() local
206 __ Bind(GetEntryLabel()); in EmitNativeCode() local
282 __ Bind(GetEntryLabel()); in EmitNativeCode() local
321 __ Bind(GetEntryLabel()); in EmitNativeCode() local
378 __ Bind(GetEntryLabel()); in EmitNativeCode() local
413 __ Bind(GetEntryLabel()); in EmitNativeCode() local
471 __ Bind(GetEntryLabel()); in EmitNativeCode() local
[all …]
Dcode_generator_x86.cc87 __ Bind(GetEntryLabel()); in EmitNativeCode() local
113 __ Bind(GetEntryLabel()); in EmitNativeCode() local
132 __ Bind(GetEntryLabel()); in EmitNativeCode() local
156 __ Bind(GetEntryLabel()); in EmitNativeCode() local
237 __ Bind(GetEntryLabel()); in EmitNativeCode() local
276 __ Bind(GetEntryLabel()); in EmitNativeCode() local
312 __ Bind(GetEntryLabel()); in EmitNativeCode() local
370 __ Bind(GetEntryLabel()); in EmitNativeCode() local
433 __ Bind(GetEntryLabel()); in EmitNativeCode() local
456 __ Bind(GetEntryLabel()); in EmitNativeCode() local
[all …]
Dintrinsics_arm64.cc117 __ Bind(GetEntryLabel()); in EmitNativeCode() local
120 __ Bind(&slow_copy_loop); in EmitNativeCode() local
584 __ Bind(&done); in GenMathRound() local
1286 __ Bind(&loop_head); in GenerateCompareAndSet() local
1360 __ Bind(GetEntryLabel()); in EmitNativeCode() local
1369 __ Bind(mark_old_value_slow_path_->GetExitLabel()); in EmitNativeCode() local
1416 __ Bind(&mark_old_value); in EmitNativeCode() local
1426 __ Bind(update_old_value_slow_path_->GetExitLabel()); in EmitNativeCode() local
1512 __ Bind(exit_loop); in GenUnsafeCas() local
1658 __ Bind(&loop_label); in GenerateGetAndUpdate() local
[all …]
Dintrinsics_riscv64.cc58 __ Bind(GetEntryLabel()); in EmitNativeCode() local
61 __ Bind(&slow_copy_loop); in EmitNativeCode() local
628 __ Bind(slow_path->GetExitLabel()); in GenerateDivRemUnsigned() local
733 __ Bind(&allocate); in BOXED_TYPES() local
740 __ Bind(&done); in BOXED_TYPES() local
802 __ Bind(slow_path->GetExitLabel()); in VisitReferenceGetReferent() local
867 __ Bind(&calculate_result); in VisitReferenceRefersTo() local
895 __ Bind(slow_path->GetExitLabel()); in GenerateVisitStringIndexOf() local
917 __ Bind(slow_path->GetExitLabel()); in GenerateVisitStringIndexOf() local
978 __ Bind(slow_path->GetExitLabel()); in VisitStringNewStringFromBytes() local
[all …]
Dintrinsics_arm_vixl.cc104 __ Bind(GetEntryLabel()); in EmitNativeCode() local
107 __ Bind(&loop); in EmitNativeCode() local
276 __ Bind(&end); in GenNumberOfLeadingZeros() local
320 __ Bind(&end); in GenNumberOfTrailingZeros() local
413 __ Bind(&done); in VisitMathRoundFloat() local
647 __ Bind(&end); in VisitStringCompareTo() local
650 __ Bind(slow_path->GetExitLabel()); in VisitStringCompareTo() local
691 __ Bind(&loop); in GenerateStringCompareToLoop() local
709 __ Bind(&find_char_diff_2nd_cmp); in GenerateStringCompareToLoop() local
720 __ Bind(&find_char_diff); in GenerateStringCompareToLoop() local
[all …]
Dintrinsics_x86.cc117 __ Bind(GetEntryLabel()); in EmitNativeCode() local
122 __ Bind(&loop); in EmitNativeCode() local
421 __ Bind(&skip_incr); in VisitMathRoundFloat() local
429 __ Bind(&skip_incr); in VisitMathRoundFloat() local
443 __ Bind(&done); in VisitMathRoundFloat() local
961 __ Bind(slow_path->GetExitLabel()); in SystemArrayCopyPrimitive() local
1015 __ Bind(slow_path->GetExitLabel()); in VisitStringCompareTo() local
1102 __ Bind(&string_uncompressed); in VisitStringEquals() local
1125 __ Bind(&return_true); in VisitStringEquals() local
1130 __ Bind(&return_false); in VisitStringEquals() local
[all …]
Dintrinsics_x86_64.cc113 __ Bind(GetEntryLabel()); in EmitNativeCode() local
118 __ Bind(&loop); in EmitNativeCode() local
249 __ Bind(&done1); in GenIsInfinite() local
254 __ Bind(&done2); in GenIsInfinite() local
265 __ Bind(&done1); in GenIsInfinite() local
270 __ Bind(&done2); in GenIsInfinite() local
394 __ Bind(&skip_incr); in VisitMathRoundFloat() local
406 __ Bind(&done); in VisitMathRoundFloat() local
435 __ Bind(&skip_incr); in VisitMathRoundDouble() local
447 __ Bind(&done); in VisitMathRoundDouble() local
[all …]
Dcode_generator_arm64.cc221 __ Bind(GetEntryLabel()); in EmitNativeCode() local
257 __ Bind(GetEntryLabel()); in EmitNativeCode() local
286 __ Bind(GetEntryLabel()); in EmitNativeCode() local
346 __ Bind(GetEntryLabel()); in EmitNativeCode() local
374 __ Bind(GetEntryLabel()); in EmitNativeCode() local
402 __ Bind(GetEntryLabel()); in EmitNativeCode() local
448 __ Bind(GetEntryLabel()); in EmitNativeCode() local
497 __ Bind(GetEntryLabel()); in EmitNativeCode() local
519 __ Bind(GetEntryLabel()); in EmitNativeCode() local
564 __ Bind(&table_start_); in EmitTable() local
[all …]
Dcode_generator_riscv64.cc276 __ Bind(GetEntryLabel()); in EmitNativeCode() local
314 __ Bind(GetEntryLabel()); in EmitNativeCode() local
351 __ Bind(GetEntryLabel()); in EmitNativeCode() local
377 __ Bind(GetEntryLabel()); in EmitNativeCode() local
422 __ Bind(GetEntryLabel()); in EmitNativeCode() local
481 __ Bind(GetEntryLabel()); in EmitNativeCode() local
517 __ Bind(GetEntryLabel()); in EmitNativeCode() local
555 __ Bind(GetEntryLabel()); in EmitNativeCode() local
579 __ Bind(GetEntryLabel()); in EmitNativeCode() local
627 __ Bind(GetEntryLabel()); in EmitNativeCode() local
[all …]
Dcode_generator_arm_vixl.cc373 __ Bind(GetEntryLabel()); in EmitNativeCode() local
400 __ Bind(GetEntryLabel()); in EmitNativeCode() local
420 __ Bind(GetEntryLabel()); in EmitNativeCode() local
460 __ Bind(GetEntryLabel()); in EmitNativeCode() local
507 __ Bind(GetEntryLabel()); in EmitNativeCode() local
567 __ Bind(GetEntryLabel()); in EmitNativeCode() local
598 __ Bind(GetEntryLabel()); in EmitNativeCode() local
653 __ Bind(GetEntryLabel()); in EmitNativeCode() local
676 __ Bind(GetEntryLabel()); in EmitNativeCode() local
760 __ Bind(GetEntryLabel()); in EmitNativeCode() local
[all …]
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
Dcode_generator_vector_x86.cc1319 __ Bind(&not_compressed); in VisitVecLoad() local
1321 __ Bind(&done); in VisitVecLoad() local
/art/compiler/utils/arm64/
Dassembler_arm64.h148 void Bind([[maybe_unused]] Label* label) override { in Bind() function
155 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.h223 void Bind([[maybe_unused]] Label* label) override { in Bind() function
230 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