Searched refs:AddRunningState (Results 1 – 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
D | heap_sampling.h | 76 std::string AddRunningState(char *functionName, RunningState state, kungfu::DeoptType type);
|
D | heap_sampling.cpp | 146 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/ |
D | samples_record.h | 186 std::string AddRunningState(char *functionName, RunningState state, kungfu::DeoptType type);
|
D | samples_record.cpp | 393 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()
|