Searched defs:engine (Results 1 – 2 of 2) sorted by relevance
255 NativeEngine *engine = reinterpret_cast<NativeEngine*>(env); in StartProfiling() local284 NativeEngine *engine = reinterpret_cast<NativeEngine*>(env); in StartJsCpuProfiling() local291 NativeEngine *engine = reinterpret_cast<NativeEngine*>(env); in StopProfiling() local298 NativeEngine *engine = reinterpret_cast<NativeEngine*>(env); in StopJsCpuProfiling() local321 NativeEngine *engine = reinterpret_cast<NativeEngine*>(env); in DumpHeapData() local350 NativeEngine *engine = reinterpret_cast<NativeEngine*>(env); in DumpJsHeapData() local
140 def run_with_engine(engine, jar): argument