Searched refs:methodCalls (Results 1 – 6 of 6) sorted by relevance
66 std::vector<MethodCall> methodCalls; in parseMethodCalls() local75 methodCalls.emplace_back( in parseMethodCalls()85 return methodCalls; in parseMethodCalls()
63 std::vector<MethodCall> methodCalls = parseMethodCalls(std::move(calls)); in callNativeModules() local65 (int)methodCalls.size()); in callNativeModules()70 for (auto &call : methodCalls) { in callNativeModules()