Lines Matching refs:mh
223 mirror::ObjectArray<mirror::Object>* args, MethodHelper& mh) in BuildArgArrayFromObjectArray() argument
225 const DexFile::TypeList* classes = mh.GetMethod()->GetParameterTypeList(); in BuildArgArrayFromObjectArray()
234 mh.GetClassFromTypeIdx(classes->GetTypeItem(args_offset).type_idx_); in BuildArgArrayFromObjectArray()
238 PrettyMethod(mh.GetMethod(), false).c_str(), in BuildArgArrayFromObjectArray()
266 PrettyMethod(mh.GetMethod(), false).c_str(), \ in BuildArgArrayFromObjectArray()
367 MethodHelper mh(h_m); in CheckMethodArguments() local
370 mirror::Class* param_type = mh.GetClassFromTypeIdx(type_idx); in CheckMethodArguments()
504 MethodHelper& mh, JValue* result) { in InvokeWithShadowFrame() argument
513 ArgArray arg_array(mh.GetShorty(), mh.GetShortyLength()); in InvokeWithShadowFrame()
516 mh.GetShorty()); in InvokeWithShadowFrame()
580 MethodHelper mh(hs.NewHandle(m)); in InvokeMethod() local
581 if (!arg_array.BuildArgArrayFromObjectArray(soa, receiver, objects, mh)) { in InvokeMethod()
600 return soa.AddLocalReference<jobject>(BoxPrimitive(mh.GetReturnType()->GetPrimitiveType(), in InvokeMethod()