Searched refs:GetThreadOffset (Results 1 – 12 of 12) sorted by relevance
/art/runtime/entrypoints/quick/ |
D | quick_entrypoints_enum.h | 40 static ThreadOffset<pointer_size> GetThreadOffset(QuickEntrypointEnum trampoline) { in GetThreadOffset() function
|
/art/compiler/dex/quick/mips/ |
D | target_mips.cc | 767 LoadWordDisp(TargetPtrReg(kSelf), GetThreadOffset<8>(trampoline).Int32Value(), in LoadHelper() 770 LoadWordDisp(TargetPtrReg(kSelf), GetThreadOffset<4>(trampoline).Int32Value(), in LoadHelper()
|
/art/compiler/dex/quick/x86/ |
D | utility_x86.cc | 1120 return OpThreadMem(op, GetThreadOffset<8>(trampoline)); in InvokeTrampoline() 1122 return OpThreadMem(op, GetThreadOffset<4>(trampoline)); in InvokeTrampoline()
|
/art/compiler/dex/quick/ |
D | gen_invoke.cc | 625 disp = GetThreadOffset<8>(trampoline).Int32Value(); in NextInvokeInsnSP() 627 disp = GetThreadOffset<4>(trampoline).Int32Value(); in NextInvokeInsnSP()
|
/art/compiler/dex/quick/arm64/ |
D | target_arm64.cc | 788 LoadBaseDisp(rs_xSELF, GetThreadOffset<8>(trampoline).Int32Value(), rs_xLR, k64, kNotVolatile); in LoadHelper()
|
/art/runtime/arch/ |
D | stub_test.cc | 796 offset = GetThreadOffset<8>(entrypoint).Int32Value(); in GetEntrypoint() 798 offset = GetThreadOffset<4>(entrypoint).Int32Value(); in GetEntrypoint()
|
/art/compiler/dex/quick/arm/ |
D | target_arm.cc | 804 LoadWordDisp(rs_rARM_SELF, GetThreadOffset<4>(trampoline).Int32Value(), rs_rARM_LR); in LoadHelper()
|
/art/compiler/optimizing/ |
D | code_generator_arm64.cc | 2303 GetThreadOffset<kArm64WordSize>(instruction->GetEntrypoint()).Int32Value(), in VisitNewArray() 2329 GetThreadOffset<kArm64WordSize>(instruction->GetEntrypoint()).Int32Value(), in VisitNewInstance()
|
D | code_generator_mips64.cc | 2708 GetThreadOffset<kMips64WordSize>(instruction->GetEntrypoint()).Int32Value(), in VisitNewArray() 2730 GetThreadOffset<kMips64WordSize>(instruction->GetEntrypoint()).Int32Value(), in VisitNewInstance()
|
D | code_generator_arm.cc | 2612 codegen_->InvokeRuntime(GetThreadOffset<kArmWordSize>(instruction->GetEntrypoint()).Int32Value(), in VisitNewInstance() 2632 codegen_->InvokeRuntime(GetThreadOffset<kArmWordSize>(instruction->GetEntrypoint()).Int32Value(), in VisitNewArray()
|
D | code_generator_x86_64.cc | 3029 Address::Absolute(GetThreadOffset<kX86_64WordSize>(instruction->GetEntrypoint()), true)); in VisitNewInstance() 3052 Address::Absolute(GetThreadOffset<kX86_64WordSize>(instruction->GetEntrypoint()), true)); in VisitNewArray()
|
D | code_generator_x86.cc | 2974 __ fs()->call(Address::Absolute(GetThreadOffset<kX86WordSize>(instruction->GetEntrypoint()))); in VisitNewInstance() 2995 __ fs()->call(Address::Absolute(GetThreadOffset<kX86WordSize>(instruction->GetEntrypoint()))); in VisitNewArray()
|