Home
last modified time | relevance | path

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

/art/runtime/
Dmethod_handles.cc1036 callsite_ptypes(hs.NewHandle(callsite_type->GetPTypes())); in DoVarHandleInvokeTranslation() local
1041 if (callsite_ptypes->GetLength() < 1 || in DoVarHandleInvokeTranslation()
1042 !mh_ptypes->Get(0)->IsAssignableFrom(callsite_ptypes->Get(0)) || in DoVarHandleInvokeTranslation()