Home
last modified time | relevance | path

Searched defs:engine (Results 1 – 4 of 4) sorted by relevance

/developtools/profiler/hidebug/interfaces/js/kits/napi/
Dnapi_hidebug_vm.cpp29 NativeEngine *engine = reinterpret_cast<NativeEngine*>(env); in GetGcCount() local
37 NativeEngine *engine = reinterpret_cast<NativeEngine*>(env); in GetGcTime() local
45 NativeEngine *engine = reinterpret_cast<NativeEngine*>(env); in GetGcBytesAllocated() local
53 NativeEngine *engine = reinterpret_cast<NativeEngine*>(env); in GetGcBytesFreed() local
61 NativeEngine *engine = reinterpret_cast<NativeEngine*>(env); in GetFullGcLongTimeCount() local
Dnapi_hidebug.cpp183 NativeEngine *engine = reinterpret_cast<NativeEngine*>(env); in StartProfiling() local
218 NativeEngine *engine = reinterpret_cast<NativeEngine*>(env); in StartJsCpuProfiling() local
226 NativeEngine *engine = reinterpret_cast<NativeEngine*>(env); in StopProfiling() local
234 NativeEngine *engine = reinterpret_cast<NativeEngine*>(env); in StopJsCpuProfiling() local
406 NativeEngine *engine = reinterpret_cast<NativeEngine*>(env); in GetAppVMMemoryInfo() local
486 NativeEngine *engine = reinterpret_cast<NativeEngine *>(env); in GetAppMemoryLimit() local
746 NativeEngine *engine = reinterpret_cast<NativeEngine*>(env); in SetAppResourceLimit() local
771 NativeEngine *engine = reinterpret_cast<NativeEngine*>(env); in IsDebugState() local
978 NativeEngine *engine = reinterpret_cast<NativeEngine*>(env); in SetJsRawHeapTrimLevel() local
Dnapi_hidebug_dump.cpp231 NativeEngine *engine = reinterpret_cast<NativeEngine*>(env); in DumpHeapSnapshot() local
349 NativeEngine *engine = reinterpret_cast<NativeEngine*>(env); in DumpJsRawHeapData() local
/developtools/hapsigner/autosign/
Dautosign.py140 def run_with_engine(engine, jar): argument