Home
last modified time | relevance | path

Searched refs:GetNumberOfPTypes (Results 1 – 5 of 5) sorted by relevance

/art/runtime/mirror/
Dmethod_type-inl.h31 inline int MethodType::GetNumberOfPTypes() { in GetNumberOfPTypes() function
Dmethod_type.cc63 const int32_t dst_ptypes_count = method_type->GetNumberOfPTypes() - 1; in CloneWithoutLeadingParameter()
78 int32_t ptypes_length = method_type->GetNumberOfPTypes(); in CollectTrailingArguments()
Dmethod_type.h52 int GetNumberOfPTypes() REQUIRES_SHARED(Locks::mutator_lock_);
/art/runtime/interpreter/
Dinterpreter_common.cc953 int number_of_bsm_parameters = bsm->GetMethodType()->GetNumberOfPTypes(); in InvokeBootstrapMethod()
967 if (call_site_type->GetNumberOfPTypes() < number_of_bsm_parameters - 1) { in InvokeBootstrapMethod()
972 for (int i = number_of_bsm_parameters - 1; i < call_site_type->GetNumberOfPTypes(); ++i) { in InvokeBootstrapMethod()
981 collector_arguments_length = call_site_type->GetNumberOfPTypes() - number_of_bsm_parameters + 1; in InvokeBootstrapMethod()
995 if (call_site_type->GetNumberOfPTypes() != bsm->GetMethodType()->GetNumberOfPTypes()) { in InvokeBootstrapMethod()
1004 for (int32_t i = 0; i < call_site_type->GetNumberOfPTypes(); ++i) { in InvokeBootstrapMethod()
1039 int number_of_arguments = call_site_type->GetNumberOfPTypes(); in InvokeBootstrapMethod()
/art/runtime/
Dmethod_handles.cc993 DCHECK_EQ(operands->GetNumberOfOperands(), static_cast<uint32_t>(vh_type->GetNumberOfPTypes())); in DoVarHandleInvokeTranslationUnchecked()
995 static_cast<uint32_t>(callsite_type->GetNumberOfPTypes())); in DoVarHandleInvokeTranslationUnchecked()