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

  /art/runtime/entrypoints/quick/
quick_entrypoints.h 46 void* (*pCheckAndAllocArray)(uint32_t, void*, int32_t);
  /art/runtime/arch/arm/
entrypoints_init_arm.cc 154 qpoints->pCheckAndAllocArray = art_quick_check_and_alloc_array;
  /art/runtime/arch/mips/
entrypoints_init_mips.cc 155 qpoints->pCheckAndAllocArray = art_quick_check_and_alloc_array;
  /art/runtime/arch/x86/
entrypoints_init_x86.cc 137 qpoints->pCheckAndAllocArray = art_quick_check_and_alloc_array;
  /art/compiler/dex/quick/
gen_common.cc 237 func_offset = QUICK_ENTRYPOINT_OFFSET(pCheckAndAllocArray);
    [all...]
  /art/runtime/
thread.cc     [all...]

Completed in 2045 milliseconds