Searched refs:methodId (Results 1 – 3 of 3) sorted by relevance
767 int32_t methodId; in invoke() local768 status_t ret = request.readInt32(&methodId); in invoke()774 switch (methodId) { in invoke()
344 jmethodID methodId; in callMain() local353 methodId = env->GetStaticMethodID(clazz, "main", "([Ljava/lang/String;)V"); in callMain()354 if (methodId == NULL) { in callMain()375 env->CallStaticVoidMethod(clazz, methodId, strArray); in callMain()
139 size_t methodId = kMethodIdMap.at(func); in recordEngineMetrics() local140 if (methodId < metrics.mMethodCounts.size()) { in recordEngineMetrics()141 metrics.mMethodCounts[methodId]++; in recordEngineMetrics()