Home
last modified time | relevance | path

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

/art/runtime/mirror/
Demulated_stack_frame.cc159 const int32_t num_method_params = from_types->GetLength(); in CreateFromShadowFrameAndArgs() local
160 if (to_types->GetLength() != num_method_params) { in CreateFromShadowFrameAndArgs()
192 self, caller_type, callee_type, &getter, &setter, num_method_params)) { in CreateFromShadowFrameAndArgs()
214 const int32_t num_method_params = from_types->GetLength(); in WriteToShadowFrame() local
215 if (to_types->GetLength() != num_method_params) { in WriteToShadowFrame()
229 self, frame_callsite_type, callee_type, &getter, &setter, num_method_params); in WriteToShadowFrame()
/art/runtime/
Dmethod_handles.cc347 const int32_t num_method_params = from_types->GetLength(); in ConvertAndCopyArgumentsFromCallerFrame() local
348 if (to_types->GetLength() != num_method_params) { in ConvertAndCopyArgumentsFromCallerFrame()
360 num_method_params); in ConvertAndCopyArgumentsFromCallerFrame()