HomeSort by relevance Sort by last modified time
    Searched refs:DecodeWeakGlobalLocked (Results 1 - 2 of 2) sorted by null

  /art/runtime/
java_vm_ext.h 169 ObjPtr<mirror::Object> DecodeWeakGlobalLocked(Thread* self, IndirectRef ref)
java_vm_ext.cc 723 // case, it may be racy, this is benign since DecodeWeakGlobalLocked does the correct behavior
730 return DecodeWeakGlobalLocked(self, ref);
733 ObjPtr<mirror::Object> JavaVMExt::DecodeWeakGlobalLocked(Thread* self, IndirectRef ref) {
    [all...]

Completed in 51 milliseconds