Lines Matching refs:res

153       art::ArtMethod* res = obsolete_methods_->GetElementPtrSize<art::ArtMethod*>(  in FindObsoleteVersion()  local
155 DCHECK(res != nullptr); in FindObsoleteVersion()
156 return res; in FindObsoleteVersion()
484 jvmtiError res = OK; in GetClassRedefinitionError() local
495 res = ERR(UNMODIFIABLE_CLASS); in GetClassRedefinitionError()
501 return res; in GetClassRedefinitionError()
574 jvmtiError res = Redefiner::GetClassRedefinitionError<RedefinitionType::kNormal>( in RedefineClassesGeneric() local
576 if (res != OK) { in RedefineClassesGeneric()
578 return res; in RedefineClassesGeneric()
581 res = def.Init(self, definitions[i]); in RedefineClassesGeneric()
582 if (res != OK) { in RedefineClassesGeneric()
584 return res; in RedefineClassesGeneric()
593 jvmtiError res = RedefineClassesDirect(env, runtime, self, def_vector, kType, &error_msg); in RedefineClassesGeneric() local
594 if (res != OK) { in RedefineClassesGeneric()
597 return res; in RedefineClassesGeneric()
676 jvmtiError res = r.AddRedefinition(env, def); in RedefineClassesDirect() local
677 if (res != OK) { in RedefineClassesDirect()
678 return res; in RedefineClassesDirect()
1155 jvmtiError res; in CheckRedefinable() local
1157 res = Redefiner::GetClassRedefinitionError<RedefinitionType::kStructural>(h_klass, &err); in CheckRedefinable()
1159 res = Redefiner::GetClassRedefinitionError<RedefinitionType::kNormal>(h_klass, &err); in CheckRedefinable()
1161 if (res != OK) { in CheckRedefinable()
1162 RecordFailure(res, err); in CheckRedefinable()
1704 uint32_t res = 0; in CompareClasses() local
1706 res++; in CompareClasses()
1709 return res; in CompareClasses()