Searched refs:pPortableResolutionTrampoline (Results 1 - 9 of 9) sorted by relevance

/art/runtime/entrypoints/portable/
H A Dportable_entrypoints.h38 void (*pPortableResolutionTrampoline)(mirror::ArtMethod*); variable
/art/runtime/
H A Dentrypoints_order_test.cc157 pPortableResolutionTrampoline, kPointerSize);
158 EXPECT_OFFSET_DIFFNP(PortableEntryPoints, pPortableResolutionTrampoline,
H A Dthread.cc1858 PORTABLE_ENTRY_POINT_INFO(pPortableResolutionTrampoline)
/art/runtime/arch/arm/
H A Dentrypoints_init_arm.cc140 ppoints->pPortableResolutionTrampoline = art_portable_resolution_trampoline;
/art/runtime/arch/arm64/
H A Dentrypoints_init_arm64.cc122 ppoints->pPortableResolutionTrampoline = art_portable_resolution_trampoline;
/art/runtime/arch/mips/
H A Dentrypoints_init_mips.cc145 ppoints->pPortableResolutionTrampoline = art_portable_resolution_trampoline;
/art/runtime/arch/x86/
H A Dentrypoints_init_x86.cc123 ppoints->pPortableResolutionTrampoline = art_portable_resolution_trampoline;
/art/runtime/arch/x86_64/
H A Dentrypoints_init_x86_64.cc127 ppoints->pPortableResolutionTrampoline = art_portable_resolution_trampoline;
/art/compiler/driver/
H A Dcompiler_driver.cc482 CREATE_TRAMPOLINE(PORTABLE, kPortableAbi, pPortableResolutionTrampoline)

Completed in 183 milliseconds