Searched refs:AllocArrayFromCode (Results 1 - 6 of 6) sorted by relevance

/art/runtime/entrypoints/quick/
H A Dquick_alloc_entrypoints.cc118 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/
H A Dentrypoint_utils.h95 ALWAYS_INLINE inline mirror::Array* AllocArrayFromCode(uint32_t type_idx,
H A Dentrypoint_utils-inl.h268 inline mirror::Array* AllocArrayFromCode(uint32_t type_idx, function in namespace:art
/art/runtime/interpreter/mterp/
H A Dmterp.cc407 Object* obj = AllocArrayFromCode<false, true>(
/art/runtime/interpreter/
H A Dinterpreter_goto_table_impl.cc575 Object* obj = AllocArrayFromCode<do_access_check, true>(
H A Dinterpreter_switch_impl.cc519 Object* obj = AllocArrayFromCode<do_access_check, true>(

Completed in 121 milliseconds