Home
last modified time | relevance | path

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

/art/runtime/entrypoints/portable/
Dportable_alloc_entrypoints.cc30 return AllocObjectFromCode<false, true>(type_idx, referrer, thread, kPortableAllocatorType); in art_portable_alloc_object_from_code()
37 return AllocObjectFromCode<true, true>(type_idx, referrer, thread, kPortableAllocatorType); in art_portable_alloc_object_from_code_with_access_check()
/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.cc34 return AllocObjectFromCode<false, instrumented_bool>(type_idx, method, self, allocator_type); \
55 return AllocObjectFromCode<true, instrumented_bool>(type_idx, method, self, allocator_type); \
/art/runtime/entrypoints/
Dentrypoint_utils.h59 ALWAYS_INLINE static inline mirror::Object* AllocObjectFromCode(uint32_t type_idx,
Dentrypoint_utils-inl.h123 static inline mirror::Object* AllocObjectFromCode(uint32_t type_idx, in AllocObjectFromCode() function
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc538 Object* obj = AllocObjectFromCode<do_access_check, true>( in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc451 Object* obj = AllocObjectFromCode<do_access_check, true>( in ExecuteSwitchImpl()