Searched defs:res_method (Results 1 - 1 of 1) sorted by relevance

/art/runtime/verifier/
H A Dmethod_verifier.cc3783 ArtMethod* res_method = dex_cache_->GetResolvedMethod(dex_method_idx, pointer_size); local
3784 if (res_method == nullptr) {
3785 res_method = class_linker->FindResolvedMethod(
3792 VerifierDeps::MaybeRecordMethodResolution(*dex_file_, dex_method_idx, res_method);
3798 // If we don't have res_method here we must fail. Just use this bool to make sure of that with a
3800 if (res_method == nullptr) {
3804 res_method = class_linker->FindIncompatibleMethod(
3808 if (res_method == nullptr) {
3818 if (res_method->IsConstructor() && method_type != METHOD_DIRECT) {
3820 << res_method
3910 VerifyInvocationArgsFromIterator( T* it, const Instruction* inst, MethodType method_type, bool is_range, ArtMethod* res_method) argument
4186 MethodParamListDescriptorIterator(ArtMethod* res_method) argument
4215 ArtMethod* res_method = ResolveMethodAndCheckAccess(method_idx, method_type); local
[all...]

Completed in 49 milliseconds