Home
last modified time | relevance | path

Searched refs:ref (Results 176 – 181 of 181) sorted by relevance

12345678

/art/compiler/optimizing/
Dinstruction_builder.cc272 HInstruction* ref = LoadLocal(register_index, DataType::Type::kReference); in LoadNullCheckedLocal() local
273 if (!ref->CanBeNull()) { in LoadNullCheckedLocal()
274 return ref; in LoadNullCheckedLocal()
277 HNullCheck* null_check = new (allocator_) HNullCheck(ref, dex_pc); in LoadNullCheckedLocal()
/art/
DTEST_MAPPING225 "name": "art-run-test-1004-checker-volatile-ref-load"
/art/runtime/jni/
Dcheck_jni.cc848 IndirectRef ref = reinterpret_cast<IndirectRef>(java_object); in CheckInstance() local
850 if (IndirectReferenceTable::GetIndirectRefKind(ref) != kWeakGlobal) { in CheckInstance()
853 obj = soa.Vm()->DecodeWeakGlobal(soa.Self(), ref); in CheckInstance()
Djni_internal.cc2570 IndirectRef ref = reinterpret_cast<IndirectRef>(java_object); in GetObjectRefType() local
2571 IndirectRefKind kind = IndirectReferenceTable::GetIndirectRefKind(ref); in GetObjectRefType()
/art/runtime/verifier/
Dmethod_verifier.cc5311 ClassReference ref(dex_file, dex_file->GetIndexForClassDef(class_def)); in VerifyMethod() local
5312 callbacks->ClassRejected(ref); in VerifyMethod()
/art/runtime/
Dclass_linker.cc1465 ObjPtr<mirror::Reference> ref) const in operator ()()
1467 operator()(ref, mirror::Reference::ReferentOffset(), /*is_static=*/ false); in operator ()()
4689 ClassReference ref(klass->GetDexCache()->GetDexFile(), klass->GetDexClassDefIndex()); in AttemptSupertypeVerification() local
4691 Runtime::Current()->GetCompilerCallbacks()->ClassRejected(ref); in AttemptSupertypeVerification()

12345678