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

  /art/runtime/entrypoints/quick/
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/entrypoints/
entrypoint_utils.h 62 ALWAYS_INLINE inline mirror::Object* AllocObjectFromCode(uint32_t type_idx,
entrypoint_utils-inl.h 174 inline mirror::Object* AllocObjectFromCode(uint32_t type_idx,
    [all...]
  /art/runtime/interpreter/mterp/
mterp.cc 332 obj = AllocObjectFromCode<false, true>(
  /art/runtime/interpreter/
interpreter_goto_table_impl.cc 551 obj = AllocObjectFromCode<do_access_check, true>(
    [all...]
interpreter_switch_impl.cc 494 obj = AllocObjectFromCode<do_access_check, true>(
    [all...]

Completed in 431 milliseconds