Home
last modified time | relevance | path

Searched refs:h_mirror_method (Results 1 – 1 of 1) sorted by relevance

/art/runtime/verifier/
Dmethod_verifier.cc4095 HandleWrapper<mirror::ArtMethod> h_mirror_method(hs.NewHandleWrapper(&mirror_method_)); in GetMethodReturnType() local
4096 return_type_class = MethodHelper(h_mirror_method).GetReturnType(can_load_classes_); in GetMethodReturnType()