HomeSort by relevance Sort by last modified time
    Searched refs:num_method_params (Results 1 - 2 of 2) sorted by null

  /art/runtime/mirror/
emulated_stack_frame.cc 155 const int32_t num_method_params = from_types->GetLength(); local
156 if (to_types->GetLength() != num_method_params) {
189 self, caller_type, callee_type, &getter, &setter, num_method_params)) {
211 const int32_t num_method_params = from_types->GetLength(); local
212 if (to_types->GetLength() != num_method_params) {
226 self, frame_callsite_type, callee_type, &getter, &setter, num_method_params);
  /art/runtime/
method_handles.cc 344 const int32_t num_method_params = from_types->GetLength(); local
345 if (to_types->GetLength() != num_method_params) {
357 num_method_params);
    [all...]

Completed in 147 milliseconds