Searched refs:methodId (Results 1 – 4 of 4) sorted by relevance
68 Long methodId = METHOD_NAME_TO_ID.get(methodIndexName); in registerMethod() local70 if (methodId != null) { in registerMethod()72 Method method = ID_TO_METHOD.get(methodId); in registerMethod()74 return methodId; in registerMethod()91 if (methodId == null) { in registerMethod()92 methodId = sNextId++; in registerMethod()94 ID_TO_METHOD.put(methodId, method); in registerMethod()95 METHOD_NAME_TO_ID.put(methodIndexName, methodId); in registerMethod()97 return methodId; in registerMethod()
767 int32_t methodId; in invoke() local768 status_t ret = request.readInt32(&methodId); in invoke()774 switch (methodId) { in invoke()
341 jmethodID methodId; in callMain() local350 methodId = env->GetStaticMethodID(clazz, "main", "([Ljava/lang/String;)V"); in callMain()351 if (methodId == NULL) { in callMain()372 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()