Home
last modified time | relevance | path

Searched refs:RecordLiveStackFreezeSize (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/collector/
Dconcurrent_copying.h237 void RecordLiveStackFreezeSize(Thread* self);
Dconcurrent_copying.cc207 cc->RecordLiveStackFreezeSize(self); in Run()
254 void ConcurrentCopying::RecordLiveStackFreezeSize(Thread* self) { in RecordLiveStackFreezeSize() function in art::gc::collector::ConcurrentCopying