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

  /art/runtime/entrypoints/quick/
quick_alloc_entrypoints.cc 56 return AllocObjectFromCode<false, instrumented_bool>(type_idx, method, self, allocator_type); \
114 return AllocObjectFromCode<true, instrumented_bool>(type_idx, method, self, allocator_type); \
  /art/runtime/entrypoints/
entrypoint_utils.h 60 ALWAYS_INLINE inline mirror::Object* AllocObjectFromCode(uint32_t type_idx,
entrypoint_utils-inl.h 143 inline mirror::Object* AllocObjectFromCode(uint32_t type_idx,
  /art/runtime/interpreter/
interpreter_goto_table_impl.cc 521 obj = AllocObjectFromCode<do_access_check, true>(
    [all...]
interpreter_switch_impl.cc 425 obj = AllocObjectFromCode<do_access_check, true>(
    [all...]

Completed in 106 milliseconds