Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.cc953 int number_of_bsm_parameters = bsm->GetMethodType()->GetNumberOfPTypes(); in InvokeBootstrapMethod() local
954 if (number_of_bsm_parameters == 0) { in InvokeBootstrapMethod()
959 hs.NewHandle(bsm->GetMethodType()->GetPTypes()->Get(number_of_bsm_parameters - 1)); 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()
980 int32_t collector_arguments_start = number_of_bsm_parameters - 1; in InvokeBootstrapMethod()
981 collector_arguments_length = call_site_type->GetNumberOfPTypes() - number_of_bsm_parameters + 1; in InvokeBootstrapMethod()