Searched refs:AllocObjectFromCode (Results 1 – 6 of 6) sorted by relevance
/art/runtime/entrypoints/portable/ |
D | portable_alloc_entrypoints.cc | 30 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/ |
D | quick_alloc_entrypoints.cc | 34 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/ |
D | entrypoint_utils.h | 59 ALWAYS_INLINE static inline mirror::Object* AllocObjectFromCode(uint32_t type_idx,
|
D | entrypoint_utils-inl.h | 123 static inline mirror::Object* AllocObjectFromCode(uint32_t type_idx, in AllocObjectFromCode() function
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 538 Object* obj = AllocObjectFromCode<do_access_check, true>( in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 451 Object* obj = AllocObjectFromCode<do_access_check, true>( in ExecuteSwitchImpl()
|