Home
last modified time | relevance | path

Searched refs:GetThreadOffset (Results 1 – 13 of 13) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_entrypoints_enum.h40 static ThreadOffset<pointer_size> GetThreadOffset(QuickEntrypointEnum trampoline) { in GetThreadOffset() function
/art/runtime/
Dquick_exception_handler.cc524 offset = GetThreadOffset<8>(kQuickQuickToInterpreterBridge).Int32Value(); in DeoptimizeSingleFrame()
526 offset = GetThreadOffset<4>(kQuickQuickToInterpreterBridge).Int32Value(); in DeoptimizeSingleFrame()
/art/runtime/arch/
Dstub_test.cc533 offset = GetThreadOffset<8>(entrypoint).Int32Value(); in GetEntrypoint()
535 offset = GetThreadOffset<4>(entrypoint).Int32Value(); in GetEntrypoint()
/art/compiler/optimizing/
Dintrinsics_arm.cc1664 __ LoadFromOffset(kLoadWord, LR, TR, GetThreadOffset<kArmWordSize>(entry).Int32Value()); in GenFPToFPCall()
1690 __ LoadFromOffset(kLoadWord, LR, TR, GetThreadOffset<kArmWordSize>(entry).Int32Value()); in GenFPFPToFPCall()
Dcode_generator_mips.cc1068 InvokeRuntime(GetThreadOffset<kMipsWordSize>(entrypoint).Int32Value(), in InvokeRuntime()
4272 GetThreadOffset<kMipsWordSize>(instruction->GetEntrypoint()).Int32Value(), in VisitNewArray()
4306 GetThreadOffset<kMipsWordSize>(instruction->GetEntrypoint()).Int32Value(), in VisitNewInstance()
Dintrinsics_arm64.cc1505 __ Ldr(lr, MemOperand(tr, GetThreadOffset<kArm64WordSize>(entry).Int32Value())); in GenFPToFPCall()
Dintrinsics_x86_64.cc736 __ gs()->call(Address::Absolute(GetThreadOffset<kX86_64WordSize>(entry), true)); in GenFPToFPCall()
Dintrinsics_x86.cc873 __ fs()->call(Address::Absolute(GetThreadOffset<kX86WordSize>(entry))); in GenFPToFPCall()
Dcode_generator_mips64.cc961 InvokeRuntime(GetThreadOffset<kMips64DoublewordSize>(entrypoint).Int32Value(), in InvokeRuntime()
Dcode_generator_arm64.cc1458 InvokeRuntime(GetThreadOffset<kArm64WordSize>(entrypoint).Int32Value(), in InvokeRuntime()
Dcode_generator_arm.cc1193 InvokeRuntime(GetThreadOffset<kArmWordSize>(entrypoint).Int32Value(), in InvokeRuntime()
Dcode_generator_x86_64.cc973 InvokeRuntime(GetThreadOffset<kX86_64WordSize>(entrypoint).Int32Value(), in InvokeRuntime()
Dcode_generator_x86.cc765 InvokeRuntime(GetThreadOffset<kX86WordSize>(entrypoint).Int32Value(), in InvokeRuntime()