Home
last modified time | relevance | path

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 Djs_environment.cpp32 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 Dark_native_engine.cpp1169 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 Dark_native_engine.h55 using DFXJSNApi = panda::DFXJSNApi; variable
/ohos5.0/base/hiviewdfx/hiview/interfaces/innerkits/xpower_event/src/
H A Dxpower_event_js.cpp59 bool succ = panda::DFXJSNApi::BuildJsStackTrace(vm, stack); in ReportXPowerJsStackSysEvent()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Ddump_runtime_helper.cpp56 panda::DFXJSNApi::SetAppFreezeFilterCallback(vm, appfreezeFilterCallback); in SetAppFreezeFilterCallback()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_worker.cpp101 auto instanceId = DFXJSNApi::GetCurrentThreadId(); in InitWorkerFunc()
129 auto instanceId = DFXJSNApi::GetCurrentThreadId(); in OffWorkerFunc()
H A Djs_runtime.cpp1234 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 Dark_js_runtime.cpp435 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 Djsi_declarative_engine.cpp2488 panda::DFXJSNApi::BuildJsStackTrace(vm, trace); in GetStackTrace()
/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_api.cpp3824 DFXJSNApi::BuildJsStackTrace(vm, rawStack); in napi_get_stack_trace()