Home
last modified time | relevance | path

Searched refs:AllocObjectFromCode (Results 1 – 6 of 6) sorted by relevance

/art/runtime/entrypoints/
Dentrypoint_utils.h62 ALWAYS_INLINE inline mirror::Object* AllocObjectFromCode(uint32_t type_idx,
Dentrypoint_utils-inl.h174 inline mirror::Object* AllocObjectFromCode(uint32_t type_idx, in AllocObjectFromCode() function
/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.cc56 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/
Dmterp.cc332 obj = AllocObjectFromCode<false, true>( in MterpNewInstance()
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc494 obj = AllocObjectFromCode<do_access_check, true>( in ExecuteSwitchImpl()
Dinterpreter_goto_table_impl.cc551 obj = AllocObjectFromCode<do_access_check, true>( in ExecuteGotoImpl()