MCPcopy Create free account
hub / github.com/apache/mesos / findMethod

Method findMethod

src/jvm/jvm.cpp:293–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291
292
293Jvm::Method Jvm::findMethod(const MethodSignature& signature)
294{
295 jmethodID id = findMethod(
296 signature.clazz,
297 signature.name,
298 signature.returnType,
299 signature.parameters,
300 false);
301
302 return Jvm::Method(signature.clazz, id);
303}
304
305
306Jvm::Method Jvm::findStaticMethod(const MethodSignature& signature)

Callers 11

setMaxSessionTimeoutMethod · 0.80
setMinSessionTimeoutMethod · 0.80
getMaxSessionTimeoutMethod · 0.80
getMinSessionTimeoutMethod · 0.80
getClientPortMethod · 0.80
closeSessionMethod · 0.80
configureMethod · 0.80
startupMethod · 0.80
shutdownMethod · 0.80
setLevelMethod · 0.80
deleteOnExitMethod · 0.80

Calls 2

MethodClass · 0.85
signatureMethod · 0.80

Tested by

no test coverage detected