Searched refs:GetThreadOffset (Results 1 – 13 of 13) sorted by relevance
/art/runtime/entrypoints/quick/ |
D | quick_entrypoints_enum.h | 40 static ThreadOffset<pointer_size> GetThreadOffset(QuickEntrypointEnum trampoline) { in GetThreadOffset() function
|
/art/runtime/ |
D | quick_exception_handler.cc | 524 offset = GetThreadOffset<8>(kQuickQuickToInterpreterBridge).Int32Value(); in DeoptimizeSingleFrame() 526 offset = GetThreadOffset<4>(kQuickQuickToInterpreterBridge).Int32Value(); in DeoptimizeSingleFrame()
|
/art/runtime/arch/ |
D | stub_test.cc | 533 offset = GetThreadOffset<8>(entrypoint).Int32Value(); in GetEntrypoint() 535 offset = GetThreadOffset<4>(entrypoint).Int32Value(); in GetEntrypoint()
|
/art/compiler/optimizing/ |
D | intrinsics_arm.cc | 1664 __ LoadFromOffset(kLoadWord, LR, TR, GetThreadOffset<kArmWordSize>(entry).Int32Value()); in GenFPToFPCall() 1690 __ LoadFromOffset(kLoadWord, LR, TR, GetThreadOffset<kArmWordSize>(entry).Int32Value()); in GenFPFPToFPCall()
|
D | code_generator_mips.cc | 1068 InvokeRuntime(GetThreadOffset<kMipsWordSize>(entrypoint).Int32Value(), in InvokeRuntime() 4272 GetThreadOffset<kMipsWordSize>(instruction->GetEntrypoint()).Int32Value(), in VisitNewArray() 4306 GetThreadOffset<kMipsWordSize>(instruction->GetEntrypoint()).Int32Value(), in VisitNewInstance()
|
D | intrinsics_arm64.cc | 1505 __ Ldr(lr, MemOperand(tr, GetThreadOffset<kArm64WordSize>(entry).Int32Value())); in GenFPToFPCall()
|
D | intrinsics_x86_64.cc | 736 __ gs()->call(Address::Absolute(GetThreadOffset<kX86_64WordSize>(entry), true)); in GenFPToFPCall()
|
D | intrinsics_x86.cc | 873 __ fs()->call(Address::Absolute(GetThreadOffset<kX86WordSize>(entry))); in GenFPToFPCall()
|
D | code_generator_mips64.cc | 961 InvokeRuntime(GetThreadOffset<kMips64DoublewordSize>(entrypoint).Int32Value(), in InvokeRuntime()
|
D | code_generator_arm64.cc | 1458 InvokeRuntime(GetThreadOffset<kArm64WordSize>(entrypoint).Int32Value(), in InvokeRuntime()
|
D | code_generator_arm.cc | 1193 InvokeRuntime(GetThreadOffset<kArmWordSize>(entrypoint).Int32Value(), in InvokeRuntime()
|
D | code_generator_x86_64.cc | 973 InvokeRuntime(GetThreadOffset<kX86_64WordSize>(entrypoint).Int32Value(), in InvokeRuntime()
|
D | code_generator_x86.cc | 765 InvokeRuntime(GetThreadOffset<kX86WordSize>(entrypoint).Int32Value(), in InvokeRuntime()
|