Home
last modified time | relevance | path

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

/art/runtime/
Dmethod_handles.cc437 size_t num_input_regs; in MethodHandleInvokeMethod() local
442 num_input_regs = accessor.InsSize(); in MethodHandleInvokeMethod()
448 num_regs = num_input_regs = GetInsForProxyOrNativeMethod(called_method); in MethodHandleInvokeMethod()
1200 size_t num_input_regs; in MethodHandleInvokeExactInternal() local
1205 num_input_regs = accessor.InsSize(); in MethodHandleInvokeExactInternal()
1211 num_regs = num_input_regs = GetInsForProxyOrNativeMethod(called_method); in MethodHandleInvokeExactInternal()