Home
last modified time | relevance | path

Searched refs:codeType (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackgetter.h62 char codeType[20] = {0}; // 20:the maximum size of the codeType member
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_sampling.cpp149 callframeInfo.codeType_ = frameInfoTemps_[i].codeType; in FillScriptIdAndStore()