Searched refs:TrimLocals (Results 1 – 2 of 2) sorted by relevance
/art/runtime/jni/ | ||
D | jni_env_ext.h | 76 void TrimLocals() REQUIRES_SHARED(Locks::mutator_lock_) { in TrimLocals() function |
/art/runtime/gc/ | ||
D | heap.cc | 1453 thread->GetJniEnv()->TrimLocals(); in Run() |