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

Method invoke

src/jvm/jvm.cpp:355–364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

353
354
355jobject Jvm::invoke(const Constructor ctor, ...)
356{
357 Env env;
358 va_list args;
359 va_start(args, ctor);
360 jobject o = env->NewObjectV(findClass(ctor.clazz), ctor.id, args);
361 va_end(args);
362 check(env);
363 return o;
364}
365
366
367template <>

Callers 14

FileTxnSnapLogMethod · 0.60
BasicDataTreeBuilderMethod · 0.60
ZooKeeperServerMethod · 0.60
NIOServerCnxnFactoryMethod · 0.60
ThrowableMethod · 0.60
FileMethod · 0.60
InetSocketAddressMethod · 0.60
jFunction · 0.60
lFunction · 0.60
cFunction · 0.60
eFunction · 0.60
dcFunction · 0.60

Calls 1

checkFunction · 0.85

Tested by

no test coverage detected