Home
last modified time | relevance | path

Searched refs:thread_mutator_lock_offset (Results 1 – 6 of 6) sorted by relevance

/art/compiler/utils/x86/
Djni_macro_assembler_x86.cc483 constexpr ThreadOffset32 thread_mutator_lock_offset = in TryToTransitionFromNativeToRunnable() local
520 __ fs()->movl(scratch, Address::Absolute(thread_mutator_lock_offset.Uint32Value())); in TryToTransitionFromNativeToRunnable()
/art/compiler/utils/riscv64/
Djni_macro_assembler_riscv64.cc498 constexpr ThreadOffset64 thread_mutator_lock_offset = in TryToTransitionFromNativeToRunnable() local
525 __ Loadd(scratch, TR, thread_mutator_lock_offset.Int32Value()); in TryToTransitionFromNativeToRunnable()
Djni_macro_assembler_riscv64_test.cc767 constexpr size_t thread_mutator_lock_offset = in TEST_F() local
793 "ld t0, " + std::to_string(thread_mutator_lock_offset) + "(s1)\n" in TEST_F()
/art/compiler/utils/x86_64/
Djni_macro_assembler_x86_64.cc553 constexpr ThreadOffset64 thread_mutator_lock_offset = in TryToTransitionFromNativeToRunnable() local
584 Address::Absolute(thread_mutator_lock_offset.Uint32Value(), /*no_rip=*/ true)); in TryToTransitionFromNativeToRunnable()
/art/compiler/utils/arm64/
Djni_macro_assembler_arm64.cc746 constexpr ThreadOffset64 thread_mutator_lock_offset = in TryToTransitionFromNativeToRunnable() local
769 ___ Ldr(scratch.X(), MEM_OP(reg_x(TR), thread_mutator_lock_offset.Int32Value())); in TryToTransitionFromNativeToRunnable()
/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.cc935 constexpr ThreadOffset32 thread_mutator_lock_offset = in TryToTransitionFromNativeToRunnable() local
961 ___ Ldr(scratch, MemOperand(tr, thread_mutator_lock_offset.Int32Value())); in TryToTransitionFromNativeToRunnable()