Searched defs:engine (Results 1 – 2 of 2) sorted by relevance
258 NativeEngine *engine = reinterpret_cast<NativeEngine*>(env); in StartProfiling() local288 NativeEngine *engine = reinterpret_cast<NativeEngine*>(env); in StartJsCpuProfiling() local295 NativeEngine *engine = reinterpret_cast<NativeEngine*>(env); in StopProfiling() local302 NativeEngine *engine = reinterpret_cast<NativeEngine*>(env); in StopJsCpuProfiling() local326 NativeEngine *engine = reinterpret_cast<NativeEngine*>(env); in DumpHeapData() local356 NativeEngine *engine = reinterpret_cast<NativeEngine*>(env); in DumpJsHeapData() local
137 def run_with_engine(engine, jar): argument