Searched refs:thread_mutator_lock_offset (Results 1 – 6 of 6) sorted by relevance
483 constexpr ThreadOffset32 thread_mutator_lock_offset = in TryToTransitionFromNativeToRunnable() local520 __ fs()->movl(scratch, Address::Absolute(thread_mutator_lock_offset.Uint32Value())); in TryToTransitionFromNativeToRunnable()
498 constexpr ThreadOffset64 thread_mutator_lock_offset = in TryToTransitionFromNativeToRunnable() local525 __ Loadd(scratch, TR, thread_mutator_lock_offset.Int32Value()); in TryToTransitionFromNativeToRunnable()
767 constexpr size_t thread_mutator_lock_offset = in TEST_F() local793 "ld t0, " + std::to_string(thread_mutator_lock_offset) + "(s1)\n" in TEST_F()
553 constexpr ThreadOffset64 thread_mutator_lock_offset = in TryToTransitionFromNativeToRunnable() local584 Address::Absolute(thread_mutator_lock_offset.Uint32Value(), /*no_rip=*/ true)); in TryToTransitionFromNativeToRunnable()
746 constexpr ThreadOffset64 thread_mutator_lock_offset = in TryToTransitionFromNativeToRunnable() local769 ___ Ldr(scratch.X(), MEM_OP(reg_x(TR), thread_mutator_lock_offset.Int32Value())); in TryToTransitionFromNativeToRunnable()
935 constexpr ThreadOffset32 thread_mutator_lock_offset = in TryToTransitionFromNativeToRunnable() local961 ___ Ldr(scratch, MemOperand(tr, thread_mutator_lock_offset.Int32Value())); in TryToTransitionFromNativeToRunnable()