HomeSort by relevance Sort by last modified time
    Searched refs:AllocObjectFromCode (Results 1 - 6 of 6) sorted by null

  /art/runtime/entrypoints/portable/
portable_alloc_entrypoints.cc 30 return AllocObjectFromCode<false, true>(type_idx, referrer, thread, kPortableAllocatorType);
37 return AllocObjectFromCode<true, true>(type_idx, referrer, thread, kPortableAllocatorType);
  /art/runtime/entrypoints/quick/
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/
entrypoint_utils.h 59 ALWAYS_INLINE static inline mirror::Object* AllocObjectFromCode(uint32_t type_idx,
entrypoint_utils-inl.h 123 static inline mirror::Object* AllocObjectFromCode(uint32_t type_idx,
  /art/runtime/interpreter/
interpreter_goto_table_impl.cc 538 Object* obj = AllocObjectFromCode<do_access_check, true>(
    [all...]
interpreter_switch_impl.cc 451 Object* obj = AllocObjectFromCode<do_access_check, true>(
    [all...]

Completed in 1029 milliseconds