Lines Matching refs:engine
255 NativeEngine *engine = reinterpret_cast<NativeEngine*>(env); in StartProfiling() local
256 engine->StartCpuProfiler(filePath); in StartProfiling()
284 NativeEngine *engine = reinterpret_cast<NativeEngine*>(env); in StartJsCpuProfiling() local
285 engine->StartCpuProfiler(filePath); in StartJsCpuProfiling()
291 NativeEngine *engine = reinterpret_cast<NativeEngine*>(env); in StopProfiling() local
292 engine->StopCpuProfiler(); in StopProfiling()
298 NativeEngine *engine = reinterpret_cast<NativeEngine*>(env); in StopJsCpuProfiling() local
299 engine->StopCpuProfiler(); in StopJsCpuProfiling()
321 NativeEngine *engine = reinterpret_cast<NativeEngine*>(env); in DumpHeapData() local
322 engine->DumpHeapSnapshot(filePath); in DumpHeapData()
350 NativeEngine *engine = reinterpret_cast<NativeEngine*>(env); in DumpJsHeapData() local
351 engine->DumpHeapSnapshot(filePath); in DumpJsHeapData()