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

/art/runtime/
H A Djni_internal.h118 IndirectReferenceTable globals; member in class:art::JavaVMExt
H A Djni_internal.cc798 // Check for null after decoding the object to handle cleared weak globals.
803 IndirectReferenceTable& globals = vm->globals; local
805 IndirectRef ref = globals.Add(IRT_FIRST_SEGMENT, decoded_obj);
814 IndirectReferenceTable& globals = vm->globals; local
818 if (!globals.Remove(IRT_FIRST_SEGMENT, obj)) {
839 // Check for null after decoding the object to handle cleared weak globals.
3127 globals(gGlobalsInitial, gGlobalsMax, kGlobal),
3133 weak_globals_add_condition_("weak globals ad
[all...]
/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++) {

Completed in 1954 milliseconds