Searched refs:AllocArrayFromCode (Results 1 – 6 of 6) sorted by relevance
/art/runtime/entrypoints/portable/ |
D | portable_alloc_entrypoints.cc | 45 return AllocArrayFromCode<false, true>(type_idx, referrer, length, self, in art_portable_alloc_array_from_code() 54 return AllocArrayFromCode<true, true>(type_idx, referrer, length, self, in art_portable_alloc_array_from_code_with_access_check()
|
/art/runtime/entrypoints/quick/ |
D | quick_alloc_entrypoints.cc | 62 return AllocArrayFromCode<false, instrumented_bool>(type_idx, method, component_count, self, \ 78 return AllocArrayFromCode<true, instrumented_bool>(type_idx, method, component_count, self, \
|
/art/runtime/entrypoints/ |
D | entrypoint_utils.h | 94 ALWAYS_INLINE static inline mirror::Array* AllocArrayFromCode(uint32_t type_idx,
|
D | entrypoint_utils-inl.h | 212 static inline mirror::Array* AllocArrayFromCode(uint32_t type_idx, in AllocArrayFromCode() function
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 474 Object* obj = AllocArrayFromCode<do_access_check, true>( in ExecuteSwitchImpl()
|
D | interpreter_goto_table_impl.cc | 560 Object* obj = AllocArrayFromCode<do_access_check, true>( in ExecuteGotoImpl()
|