Searched refs:AddRunningState (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| 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
|
| D | heap_sampling.h | 76 std::string AddRunningState(char *functionName, RunningState state, kungfu::DeoptType type);
|
| /arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/ |
| D | samples_record.h | 195 std::string AddRunningState(char *functionName, RunningState state, kungfu::DeoptType type);
|
| D | samples_record.cpp | 401 std::string SamplesRecord::AddRunningState(char *functionName, RunningState state, kungfu::DeoptTyp… in AddRunningState() function in panda::ecmascript::SamplesRecord 701 frameInfo.functionName = AddRunningState(frameInfoTemps[i].functionName, in FrameInfoTempToMap() 730 frameInfo.functionName = AddRunningState(napiFrameInfoTemps_[i].functionName, in NapiFrameInfoTempToMap()
|