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

  /art/runtime/entrypoints/portable/
portable_entrypoints.h 38 void (*pPortableResolutionTrampoline)(mirror::ArtMethod*);
  /art/runtime/arch/arm/
entrypoints_init_arm.cc 146 ppoints->pPortableResolutionTrampoline = art_portable_resolution_trampoline;
  /art/runtime/arch/mips/
entrypoints_init_mips.cc 147 ppoints->pPortableResolutionTrampoline = art_portable_resolution_trampoline;
  /art/runtime/arch/x86/
entrypoints_init_x86.cc 129 ppoints->pPortableResolutionTrampoline = art_portable_resolution_trampoline;
  /art/compiler/driver/
compiler_driver.cc 470 PORTABLE_ENTRYPOINT_OFFSET(pPortableResolutionTrampoline));
    [all...]
  /art/runtime/
thread.cc     [all...]

Completed in 605 milliseconds