Home
last modified time | relevance | path

Searched refs:codeCol (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/log/
H A Dace_performance_check.cpp204 componentJson->Put("sourceLine", GetCodeInfo(iter.codeRow, iter.codeCol).row); in RecordPageNodeCountAndDepth()
265 … componentJson->Put("sourceLine", GetCodeInfo(node.second.codeRow, node.second.codeCol).row); in RecordVsyncTimeout()
296 componentJson->Put("sourceLine", GetCodeInfo(iter.second.codeRow, iter.second.codeCol).row); in RecordForEachItemsCount()
326 componentJson->Put("sourceLine", GetCodeInfo(node.codeRow, node.codeCol).row); in RecordFlexLayoutsCount()
H A Dace_performance_check.h36 int32_t codeCol = 0; // js code col member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_partial_update_model.h59 int32_t codeCol = -1; member
H A Dui_node.h497 return nodeInfo_->codeCol; in GetCol()
510 nodeInfo_->codeCol = col; in SetCol()
H A Dui_node.cpp47 nodeInfo_->codeCol = pos.second; in UINode()