Searched defs:callsite_type (Results 1 – 3 of 3) sorted by relevance
| /art/runtime/ |
| D | var_handles.cc | 34 ThrowWrongMethodTypeFunctionImpl(CallSiteType callsite_type, CalleeType callee_type) in ThrowWrongMethodTypeFunctionImpl() 54 CallSiteType callsite_type, in VarHandleInvokeAccessorWithConversions() 101 CallSiteType callsite_type, in VarHandleInvokeAccessorImpl() 140 Handle<mirror::MethodType> callsite_type, in VarHandleInvokeAccessor() 151 mirror::RawMethodType callsite_type, in VarHandleInvokeAccessor() 184 Handle<mirror::MethodType> callsite_type(hs.NewHandle( in VarHandleInvokeAccessor() local 216 mirror::RawMethodType callsite_type(&callsite_type_hs); in VarHandleInvokeAccessor() local
|
| D | method_handles.cc | 369 Handle<mirror::MethodType> callsite_type, in MethodHandleInvokeTransform() 624 Handle<mirror::MethodType> callsite_type, in MethodHandleFieldAccess() 693 Handle<mirror::MethodType> callsite_type, in DoVarHandleInvokeTranslation() 814 Handle<mirror::MethodType> callsite_type, in MethodHandleInvokeExactInternal() 848 Handle<mirror::MethodType> callsite_type, in MethodHandleInvokeInternal() 899 Handle<mirror::MethodType> callsite_type, in MethodHandleInvoke() 909 Handle<mirror::MethodType> callsite_type, in MethodHandleInvokeExact() 921 Handle<mirror::MethodType> callsite_type = hs.NewHandle(emulated_frame->GetType()); in MethodHandleInvokeExactWithFrame() local
|
| /art/runtime/interpreter/ |
| D | interpreter_common.cc | 328 Handle<mirror::MethodType> callsite_type(hs.NewHandle( in DoMethodHandleInvokeCommon() local
|