Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_entrypoints_enum.h39 static constexpr ThreadOffset<pointer_size> GetThreadOffset(QuickEntrypointEnum trampoline) { in GetThreadOffset() function
/art/tools/cpp-define-generator/
Dthread.def69 art::GetThreadOffset<art::kRuntimePointerSize>(art::kQuickAllocObjectInitialized)
72 art::GetThreadOffset<art::kRuntimePointerSize>(art::kQuickAllocArrayResolved)
/art/runtime/
Dquick_exception_handler.cc558 offset = GetThreadOffset<kRuntimePointerSize>(kQuickQuickToInterpreterBridge).Int32Value(); in PrepareForLongJumpToInvokeStubOrInterpreterBridge()
/art/runtime/arch/
Dstub_test.cc407 offset = GetThreadOffset<kRuntimePointerSize>(entrypoint).Int32Value(); in GetEntrypoint()