Home
last modified time | relevance | path

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

/art/runtime/
Dmethod_handles.cc435 size_t num_input_regs; in MethodHandleInvokeMethod() local
440 num_input_regs = accessor.InsSize(); in MethodHandleInvokeMethod()
446 num_regs = num_input_regs = GetInsForProxyOrNativeMethod(called_method); in MethodHandleInvokeMethod()
1184 size_t num_input_regs; in MethodHandleInvokeExactInternal() local
1189 num_input_regs = accessor.InsSize(); in MethodHandleInvokeExactInternal()
1195 num_regs = num_input_regs = GetInsForProxyOrNativeMethod(called_method); in MethodHandleInvokeExactInternal()