Home
last modified time | relevance | path

Searched refs:PushOnThreadLocalAllocationStack (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/art/runtime/gc/
H A Dheap-inl.h277 if (UNLIKELY(!self->PushOnThreadLocalAllocationStack(obj->Ptr()))) { in PushOnAllocationStack()
H A Dheap.cc3272 DCHECK(!self->PushOnThreadLocalAllocationStack(obj->Ptr())); in PushOnThreadLocalAllocationStackWithInternalGC()
3292 CHECK(self->PushOnThreadLocalAllocationStack(obj->Ptr())); // Must succeed. in PushOnThreadLocalAllocationStackWithInternalGC()
/aosp_15_r20/art/runtime/
H A Dthread-inl.h436 inline bool Thread::PushOnThreadLocalAllocationStack(mirror::Object* obj) { in PushOnThreadLocalAllocationStack() function
H A Dthread.h1525 bool PushOnThreadLocalAllocationStack(mirror::Object* obj)