Searched defs:callsite_type (Results 1 – 3 of 3) sorted by relevance
/art/runtime/ |
D | var_handles.cc | 33 ThrowWrongMethodTypeFunctionImpl(CallSiteType callsite_type, CalleeType callee_type) in ThrowWrongMethodTypeFunctionImpl() 53 CallSiteType callsite_type, in VarHandleInvokeAccessorWithConversions() 100 CallSiteType callsite_type, in VarHandleInvokeAccessorImpl() 139 Handle<mirror::MethodType> callsite_type, in VarHandleInvokeAccessor() 150 mirror::RawMethodType callsite_type, in VarHandleInvokeAccessor()
|
D | method_handles.cc | 369 Handle<mirror::MethodType> callsite_type, in MethodHandleInvokeTransform() 622 Handle<mirror::MethodType> callsite_type, in MethodHandleFieldAccess() 691 Handle<mirror::MethodType> callsite_type, in DoVarHandleInvokeTranslation() 806 Handle<mirror::MethodType> callsite_type, in MethodHandleInvokeExactInternal() 840 Handle<mirror::MethodType> callsite_type, in MethodHandleInvokeInternal() 891 Handle<mirror::MethodType> callsite_type, in MethodHandleInvoke() 901 Handle<mirror::MethodType> callsite_type, in MethodHandleInvokeExact() 913 Handle<mirror::MethodType> callsite_type = hs.NewHandle(emulated_frame->GetType()); in MethodHandleInvokeExactWithFrame() local
|
/art/runtime/interpreter/ |
D | interpreter_common.cc | 335 Handle<mirror::MethodType> callsite_type(hs.NewHandle( in DoMethodHandleInvokeCommon() local 474 Handle<mirror::MethodType> callsite_type(hs.NewHandle( in DoVarHandleInvokeCommon() local 505 mirror::RawMethodType callsite_type(&callsite_type_hs); in DoVarHandleInvokeCommon() local
|