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

  /art/runtime/entrypoints/quick/
quick_entrypoints.h 65 int (*pSetObjInstance)(uint32_t, void*, void*);
  /art/runtime/arch/arm/
entrypoints_init_arm.cc 173 qpoints->pSetObjInstance = art_quick_set_obj_instance;
  /art/runtime/arch/mips/
entrypoints_init_mips.cc 174 qpoints->pSetObjInstance = art_quick_set_obj_instance;
  /art/runtime/arch/x86/
entrypoints_init_x86.cc 156 qpoints->pSetObjInstance = art_quick_set_obj_instance;
  /art/compiler/dex/quick/
gen_common.cc 749 : (is_object ? QUICK_ENTRYPOINT_OFFSET(pSetObjInstance)
    [all...]
  /art/runtime/
thread.cc     [all...]

Completed in 27 milliseconds