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

  /art/runtime/
thread-inl.h 211 inline bool Thread::PushOnThreadLocalAllocationStack(mirror::Object* obj) {
thread.h 896 bool PushOnThreadLocalAllocationStack(mirror::Object* obj)
    [all...]
  /art/runtime/gc/
heap-inl.h 201 if (UNLIKELY(!self->PushOnThreadLocalAllocationStack(*obj))) {
heap.cc     [all...]

Completed in 775 milliseconds