Lines Matching refs:runtime
32 #include "runtime-inl.h"
74 DCHECK(!Runtime::Current()->GetClearedJniWeakGlobal()->IsArrayInstance());
93 if (Runtime::Current()->IsClearedJniWeakGlobal(obj)) {
140 Runtime* runtime = Runtime::Current();
141 DCHECK(!runtime->IsClearedJniWeakGlobal(obj1));
142 DCHECK(!runtime->IsClearedJniWeakGlobal(obj2));
171 Runtime* runtime = Runtime::Current();
177 if (runtime->IsClearedJniWeakGlobal(ref)) {
211 if (runtime->GetHeap()->IsAllocTrackingEnabled()) {
214 gc::AllocRecordObjectMap* records = runtime->GetHeap()->GetAllocationRecords();
264 if (!root.IsNull() && !runtime->IsClearedJniWeakGlobal(root.Read())) {