HomeSort by relevance Sort by last modified time
    Searched refs:pPortableResolutionTrampoline (Results 1 - 9 of 9) sorted by null

  /art/runtime/entrypoints/portable/
portable_entrypoints.h 38 void (*pPortableResolutionTrampoline)(mirror::ArtMethod*);
  /art/runtime/
entrypoints_order_test.cc 157 pPortableResolutionTrampoline, kPointerSize);
158 EXPECT_OFFSET_DIFFNP(PortableEntryPoints, pPortableResolutionTrampoline,
thread.cc     [all...]
  /art/runtime/arch/arm/
entrypoints_init_arm.cc 140 ppoints->pPortableResolutionTrampoline = art_portable_resolution_trampoline;
  /art/runtime/arch/arm64/
entrypoints_init_arm64.cc 122 ppoints->pPortableResolutionTrampoline = art_portable_resolution_trampoline;
  /art/runtime/arch/mips/
entrypoints_init_mips.cc 145 ppoints->pPortableResolutionTrampoline = art_portable_resolution_trampoline;
  /art/runtime/arch/x86/
entrypoints_init_x86.cc 123 ppoints->pPortableResolutionTrampoline = art_portable_resolution_trampoline;
  /art/runtime/arch/x86_64/
entrypoints_init_x86_64.cc 127 ppoints->pPortableResolutionTrampoline = art_portable_resolution_trampoline;
  /art/compiler/driver/
compiler_driver.cc 482 CREATE_TRAMPOLINE(PORTABLE, kPortableAbi, pPortableResolutionTrampoline)
    [all...]

Completed in 320 milliseconds