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.cc1274 int number_of_bsm_parameters = bsm->GetMethodType()->GetNumberOfPTypes(); in InvokeBootstrapMethod() local
1275 if (number_of_bsm_parameters == 0) { in InvokeBootstrapMethod()
1280 hs.NewHandle(bsm->GetMethodType()->GetPTypes()->Get(number_of_bsm_parameters - 1)); in InvokeBootstrapMethod()
1288 if (call_site_type->GetNumberOfPTypes() < number_of_bsm_parameters - 1) { in InvokeBootstrapMethod()
1293 for (int i = number_of_bsm_parameters - 1; i < call_site_type->GetNumberOfPTypes(); ++i) { in InvokeBootstrapMethod()
1301 int32_t collector_arguments_start = number_of_bsm_parameters - 1; in InvokeBootstrapMethod()
1302 collector_arguments_length = call_site_type->GetNumberOfPTypes() - number_of_bsm_parameters + 1; in InvokeBootstrapMethod()