Home
last modified time | relevance | path

Searched refs:AddRunningState (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_sampling.h76 std::string AddRunningState(char *functionName, RunningState state, kungfu::DeoptType type);
Dheap_sampling.cpp146 callframeInfo.functionName_ = AddRunningState(frameInfoTemps_[i].functionName, in FillScriptIdAndStore()
157 std::string HeapSampling::AddRunningState(char *functionName, RunningState state, kungfu::DeoptType… in AddRunningState() function in panda::ecmascript::HeapSampling
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsamples_record.h186 std::string AddRunningState(char *functionName, RunningState state, kungfu::DeoptType type);
Dsamples_record.cpp393 std::string SamplesRecord::AddRunningState(char *functionName, RunningState state, kungfu::DeoptTyp… in AddRunningState() function in panda::ecmascript::SamplesRecord
693 frameInfo.functionName = AddRunningState(frameInfoTemps[i].functionName, in FrameInfoTempToMap()
722 frameInfo.functionName = AddRunningState(napiFrameInfoTemps_[i].functionName, in NapiFrameInfoTempToMap()