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

  /art/runtime/entrypoints/
entrypoint_utils.h 51 ALWAYS_INLINE inline mirror::Object* AllocObjectFromCode(mirror::Class* klass,
entrypoint_utils-inl.h 184 inline mirror::Object* AllocObjectFromCode(mirror::Class* klass,
    [all...]
  /art/runtime/entrypoints/quick/
quick_alloc_entrypoints.cc 65 return AllocObjectFromCode<kInstrumented>(klass, self, allocator_type);
  /art/runtime/interpreter/mterp/
mterp.cc 397 obj = AllocObjectFromCode<true>(c,
    [all...]
  /art/runtime/interpreter/
interpreter_switch_impl.cc 579 obj = AllocObjectFromCode<true>(
    [all...]

Completed in 117 milliseconds