Home
last modified time | relevance | path

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

/art/compiler/sea_ir/ir/
Dsea.cc295 std::set<int> globals; in ConvertToSSA() local
306 globals.insert(used_reg); in ConvertToSSA()
321 for (std::set<int>::const_iterator globals_it = globals.begin(); in ConvertToSSA()
322 globals_it != globals.end(); globals_it++) { in ConvertToSSA()
/art/runtime/
Djni_internal.h118 IndirectReferenceTable globals; variable
Djni_internal.cc805 IndirectReferenceTable& globals = vm->globals; in NewGlobalRef() local
807 IndirectRef ref = globals.Add(IRT_FIRST_SEGMENT, decoded_obj); in NewGlobalRef()
816 IndirectReferenceTable& globals = vm->globals; in DeleteGlobalRef() local
820 if (!globals.Remove(IRT_FIRST_SEGMENT, obj)) { in DeleteGlobalRef()
3127 globals(gGlobalsInitial, gGlobalsMax, kGlobal), in JavaVMExt()
3177 os << "; globals=" << globals.Capacity(); in DumpForSigQuit()
3217 globals.Dump(os); in DumpReferenceTables()
3417 globals.VisitRoots(callback, arg, 0, kRootJNIGlobal); in VisitRoots()
Dthread.cc1322 result = vm->globals.SynchronizedGet(const_cast<Thread*>(this), &vm->globals_lock, ref); in DecodeJObject()