Home
last modified time | relevance | path

Searched refs:AllocArrayFromCode (Results 1 – 5 of 5) sorted by relevance

/art/runtime/entrypoints/
Dentrypoint_utils.h93 ALWAYS_INLINE inline mirror::Array* AllocArrayFromCode(uint32_t type_idx,
Dentrypoint_utils-inl.h230 inline mirror::Array* AllocArrayFromCode(uint32_t type_idx, in AllocArrayFromCode() function
/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.cc120 return AllocArrayFromCode<false, instrumented_bool>(type_idx, component_count, method, self, \
134 return AllocArrayFromCode<true, instrumented_bool>(type_idx, component_count, method, self, \
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc545 Object* obj = AllocArrayFromCode<do_access_check, true>( in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc450 Object* obj = AllocArrayFromCode<do_access_check, true>( in ExecuteSwitchImpl()