Searched refs:engine (Results 1 – 4 of 4) sorted by relevance
255 NativeEngine *engine = reinterpret_cast<NativeEngine*>(env); in StartProfiling() local256 engine->StartCpuProfiler(filePath); in StartProfiling()284 NativeEngine *engine = reinterpret_cast<NativeEngine*>(env); in StartJsCpuProfiling() local285 engine->StartCpuProfiler(filePath); in StartJsCpuProfiling()291 NativeEngine *engine = reinterpret_cast<NativeEngine*>(env); in StopProfiling() local292 engine->StopCpuProfiler(); in StopProfiling()298 NativeEngine *engine = reinterpret_cast<NativeEngine*>(env); in StopJsCpuProfiling() local299 engine->StopCpuProfiler(); in StopJsCpuProfiling()321 NativeEngine *engine = reinterpret_cast<NativeEngine*>(env); in DumpHeapData() local322 engine->DumpHeapSnapshot(filePath); in DumpHeapData()[all …]
140 def run_with_engine(engine, jar): argument141 cmds = load_engine(engine)
30 testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.2'
31 testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.2'