Searched refs:AllocObjectFromCode (Results 1 – 6 of 6) sorted by relevance
/art/runtime/entrypoints/ |
D | entrypoint_utils.h | 62 ALWAYS_INLINE inline mirror::Object* AllocObjectFromCode(uint32_t type_idx,
|
D | entrypoint_utils-inl.h | 174 inline mirror::Object* AllocObjectFromCode(uint32_t type_idx, in AllocObjectFromCode() function
|
/art/runtime/entrypoints/quick/ |
D | quick_alloc_entrypoints.cc | 56 return AllocObjectFromCode<false, instrumented_bool>(type_idx, method, self, allocator_type); \ 112 return AllocObjectFromCode<true, instrumented_bool>(type_idx, method, self, allocator_type); \
|
/art/runtime/interpreter/mterp/ |
D | mterp.cc | 332 obj = AllocObjectFromCode<false, true>( in MterpNewInstance()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 494 obj = AllocObjectFromCode<do_access_check, true>( in ExecuteSwitchImpl()
|
D | interpreter_goto_table_impl.cc | 551 obj = AllocObjectFromCode<do_access_check, true>( in ExecuteGotoImpl()
|