Home
last modified time | relevance | path

Searched refs:AddRunningState (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_sampling.cpp146 callframeInfo.functionName_ = AddRunningState(frameInfoTemps_[i].functionName, in FillScriptIdAndStore()
157 std::string HeapSampling::AddRunningState(char *functionName, RunningState state, kungfu::DeoptType type) in AddRunningState() function in panda::ecmascript::HeapSampling
H A Dheap_sampling.h76 std::string AddRunningState(char *functionName, RunningState state, kungfu::DeoptType type);
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
H A Dsamples_record.h185 std::string AddRunningState(char *functionName, RunningState state, kungfu::DeoptType type);
H A Dsamples_record.cpp251 std::string SamplesRecord::AddRunningState(char *functionName, RunningState state, kungfu::DeoptType type) in AddRunningState() function in panda::ecmascript::SamplesRecord
531 frameInfo.functionName = AddRunningState(frameInfoTemps[i].functionName, in FrameInfoTempToMap()
560 frameInfo.functionName = AddRunningState(napiFrameInfoTemps_[i].functionName, in NapiFrameInfoTempToMap()
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/tests/
H A Dsamples_record_test.cpp31 return samples_record.AddRunningState(functionName, state, type); in AddRunningStateTest()

Completed in 4 milliseconds