Searched refs:can_load_classes_ (Results 1 – 4 of 4) sorted by relevance
161 if (can_load_classes_) { in ResolveClass()216 if (can_load_classes_) { in From()283 can_load_classes_(can_load_classes), in RegTypeCache()
328 const bool can_load_classes_; variable
204 const bool can_load_classes_; variable
2951 ObjPtr<mirror::Class> return_type_class = can_load_classes_ in CodeFlowVerifyInstruction()2959 DCHECK(!can_load_classes_ || self_->IsExceptionPending()); in CodeFlowVerifyInstruction()2996 ObjPtr<mirror::Class> return_type_class = can_load_classes_ in CodeFlowVerifyInstruction()3004 DCHECK(!can_load_classes_ || self_->IsExceptionPending()); in CodeFlowVerifyInstruction()3718 ObjPtr<mirror::Class> klass = can_load_classes_ in ResolveClass()3721 if (can_load_classes_ && klass == nullptr) { in ResolveClass()4838 can_load_classes_ ? field->ResolveType() : field->LookupResolvedType(); in VerifyISFieldAccess()4844 DCHECK(!can_load_classes_ || self_->IsExceptionPending()); in VerifyISFieldAccess()5002 ObjPtr<mirror::Class> return_type_class = can_load_classes_ in GetMethodReturnType()5010 DCHECK(!can_load_classes_ || self_->IsExceptionPending()); in GetMethodReturnType()[all …]