Searched defs:callsite_type (Results 1 – 4 of 4) sorted by relevance
/art/runtime/ |
D | method_handles-inl.h | 108 inline bool ConvertArgumentValue(Handle<mirror::MethodType> callsite_type, in ConvertArgumentValue() 131 inline bool ConvertArgumentValue(Handle<mirror::MethodType> callsite_type, in ConvertArgumentValue() 142 inline bool ConvertReturnValue(Handle<mirror::MethodType> callsite_type, in ConvertReturnValue() 167 Handle<mirror::MethodType> callsite_type, in PerformConversions() 220 Handle<mirror::MethodType> callsite_type, in PerformConversions() 231 Handle<mirror::MethodType> callsite_type, in PerformConversions()
|
D | var_handles.cc | 33 Handle<mirror::MethodType> callsite_type, in VarHandleInvokeAccessorWithConversions() 64 Handle<mirror::MethodType> callsite_type, in VarHandleInvokeAccessor()
|
D | method_handles.cc | 200 Handle<mirror::MethodType> callsite_type, in ConvertJValueCommon() 370 Handle<mirror::MethodType> callsite_type, in MethodHandleInvokeTransform() 623 Handle<mirror::MethodType> callsite_type, in MethodHandleFieldAccess() 692 Handle<mirror::MethodType> callsite_type, in DoVarHandleInvokeTranslation() 807 Handle<mirror::MethodType> callsite_type, in MethodHandleInvokeExactInternal() 841 Handle<mirror::MethodType> callsite_type, in MethodHandleInvokeInternal() 892 Handle<mirror::MethodType> callsite_type, in MethodHandleInvoke() 902 Handle<mirror::MethodType> callsite_type, in MethodHandleInvokeExact() 914 Handle<mirror::MethodType> callsite_type = hs.NewHandle(emulated_frame->GetType()); in MethodHandleInvokeExactWithFrame() local
|
/art/runtime/interpreter/ |
D | interpreter_common.cc | 350 Handle<mirror::MethodType> callsite_type(hs.NewHandle( in DoMethodHandleInvokeCommon() local 458 Handle<mirror::MethodType> callsite_type(hs.NewHandle( in DoVarHandleInvokeCommon() local
|