Searched defs:globals (Results 1 - 3 of 3) sorted by relevance

/art/compiler/sea_ir/ir/
H A Dsea.cc293 // The set @globals records registers whose use
295 std::set<int> globals; local
306 globals.insert(used_reg);
321 for (std::set<int>::const_iterator globals_it = globals.begin();
322 globals_it != globals.end(); globals_it++) {
/art/runtime/
H A Dthread.cc1186 IndirectReferenceTable& globals = vm->globals; local
1188 result = const_cast<mirror::Object*>(globals.Get(ref));
H A Djni_internal.cc839 IndirectReferenceTable& globals = vm->globals; local
842 IndirectRef ref = globals.Add(IRT_FIRST_SEGMENT, decoded_obj);
851 IndirectReferenceTable& globals = vm->globals; local
855 if (!globals.Remove(IRT_FIRST_SEGMENT, obj)) {
3001 globals(gGlobalsInitial, gGlobalsMax, kGlobal),
3007 weak_globals_add_condition_("weak globals add condition", weak_globals_lock_) {
3056 os << "; globals=" << globals
[all...]

Completed in 790 milliseconds