Searched refs:DFXJSNApi (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/ |
H A D | js_environment.cpp | 32 static panda::DFXJSNApi::ProfilerType ConvertProfilerType(JsEnvironment::PROFILERTYPE type) in ConvertProfilerType() 35 return panda::DFXJSNApi::ProfilerType::CPU_PROFILER; in ConvertProfilerType() 37 return panda::DFXJSNApi::ProfilerType::HEAP_PROFILER; in ConvertProfilerType() 280 panda::DFXJSNApi::ProfilerOption option; in StartProfiler() 285 panda::DFXJSNApi::StartProfiler(vm_, option, tid, instanceId, debuggerPostTask, isDebugApp); in StartProfiler() 294 panda::DFXJSNApi::DestroyHeapProfiler(vm_); in DestroyHeapProfiler() 303 panda::DFXJSNApi::GetHeapPrepare(vm_); in GetHeapPrepare()
|
/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/ |
H A D | ark_native_engine.cpp | 1169 DFXJSNApi::TerminateExecution(vm_); in TerminateExecution() 1472 DFXJSNApi::ResumeVMById(vm_, tid); in ResumeVMById() 1786 DFXJSNApi::ResumeVM(vm_); in ResumeVM() 1791 return DFXJSNApi::SuspendVM(vm_); in SuspendVM() 1796 return DFXJSNApi::IsSuspended(vm_); in IsSuspended() 1974 DFXJSNApi::DumpCpuProfile(vm_); in DumpCpuProfile() 2058 DFXJSNApi::PrintStatisticResult(vm_); in PrintStatisticResult() 2063 DFXJSNApi::StartRuntimeStat(vm_); in StartRuntimeStat() 2068 DFXJSNApi::StopRuntimeStat(vm_); in StopRuntimeStat() 2103 return DFXJSNApi::GetGCCount(vm_); in GetGCCount() [all …]
|
H A D | ark_native_engine.h | 55 using DFXJSNApi = panda::DFXJSNApi; variable
|
/ohos5.0/base/hiviewdfx/hiview/interfaces/innerkits/xpower_event/src/ |
H A D | xpower_event_js.cpp | 59 bool succ = panda::DFXJSNApi::BuildJsStackTrace(vm, stack); in ReportXPowerJsStackSysEvent()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | dump_runtime_helper.cpp | 56 panda::DFXJSNApi::SetAppFreezeFilterCallback(vm, appfreezeFilterCallback); in SetAppFreezeFilterCallback()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | js_worker.cpp | 101 auto instanceId = DFXJSNApi::GetCurrentThreadId(); in InitWorkerFunc() 129 auto instanceId = DFXJSNApi::GetCurrentThreadId(); in OffWorkerFunc()
|
H A D | js_runtime.cpp | 1234 DFXJSNApi::DumpHeapSnapshot(vm, dumpOption, tid); in DumpHeapSnapshot() 1241 DFXJSNApi::TriggerGC(vm, tid); in ForceFullGC()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | ark_js_runtime.cpp | 435 panda::DFXJSNApi::DumpHeapSnapshot(vm_, dumpOption); in DumpHeapSnapshot() 448 panda::DFXJSNApi::DestroyHeapProfiler(vm_); in DestroyHeapProfiler()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | jsi_declarative_engine.cpp | 2488 panda::DFXJSNApi::BuildJsStackTrace(vm, trace); in GetStackTrace()
|
/ohos5.0/foundation/arkui/napi/native_engine/ |
H A D | native_api.cpp | 3824 DFXJSNApi::BuildJsStackTrace(vm, rawStack); in napi_get_stack_trace()
|