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

  /art/runtime/entrypoints/quick/
quick_entrypoints.h 44 void* (*pAllocObject)(uint32_t, void*);
  /art/runtime/arch/arm/
entrypoints_init_arm.cc 152 qpoints->pAllocObject = art_quick_alloc_object;
  /art/runtime/arch/mips/
entrypoints_init_mips.cc 153 qpoints->pAllocObject = art_quick_alloc_object;
  /art/runtime/arch/x86/
entrypoints_init_x86.cc 135 qpoints->pAllocObject = art_quick_alloc_object;
  /art/compiler/dex/quick/
gen_common.cc     [all...]
  /art/runtime/
thread.cc     [all...]

Completed in 4136 milliseconds