Home
last modified time | relevance | path

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

/art/runtime/jni/
Djava_vm_ext.cc514 globals_(kGlobal), in JavaVMExt()
533 return globals_.Initialize(kGlobalsMax, error_msg) && in Initialize()
653 size_t simple_free_capacity = globals_.FreeCapacity(); in CheckGlobalRefAllocationTracking()
685 ATraceIntegerValue("JNI Global Refs", globals_.NEntriesForGlobal()); in MaybeTraceGlobals()
705 ref = globals_.Add(obj, &error_msg); in AddGlobalRef()
756 if (!globals_.Remove(obj)) { in DeleteGlobalRef()
799 os << "; globals=" << globals_.Capacity(); in DumpForSigQuit()
841 return globals_.Get(ref); in DecodeGlobal()
846 globals_.Update(ref, result); in UpdateGlobal()
914 globals_.Dump(os); in DumpReferenceTables()
[all …]
Djava_vm_ext.h258 IndirectReferenceTable globals_; variable
Dcheck_jni.cc63 IndirectReferenceTable* irt = (kind == kGlobal) ? &vm->globals_ : &vm->weak_globals_; in GetIndirectReferenceTable()
/art/dex2oat/linker/
Dimage_writer.cc407 return ObjPtr<MirrorType>::DownCast(vm->globals_.Get<kWithoutReadBarrier>(obj)); in DecodeGlobalWithoutRB()