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

  /art/runtime/entrypoints/quick/
quick_alloc_entrypoints.cc 118 return AllocArrayFromCode<false, instrumented_bool>(type_idx, component_count, method, self, \
132 return AllocArrayFromCode<true, instrumented_bool>(type_idx, component_count, method, self, \
  /art/runtime/entrypoints/
entrypoint_utils.h 95 ALWAYS_INLINE inline mirror::Array* AllocArrayFromCode(uint32_t type_idx,
entrypoint_utils-inl.h 268 inline mirror::Array* AllocArrayFromCode(uint32_t type_idx,
    [all...]
  /art/runtime/interpreter/mterp/
mterp.cc 407 Object* obj = AllocArrayFromCode<false, true>(
  /art/runtime/interpreter/
interpreter_goto_table_impl.cc 575 Object* obj = AllocArrayFromCode<do_access_check, true>(
    [all...]
interpreter_switch_impl.cc 519 Object* obj = AllocArrayFromCode<do_access_check, true>(
    [all...]

Completed in 249 milliseconds