/developtools/smartperf_host/ide/src/js-heap/logic/ |
D | HeapLoader.ts | 132 for (let node of this.nodes) { variable 152 for (let node of this.nodes) { variable 153 let retainCount = this.firstRetainerIndex[node.nodeIndex]; variable 161 for (let node of this.nodes) { variable 185 for (let node of this.nodes) { variable 195 let node = this.nodeMap.get(nodeId); variable 204 let node = this.nodeMap.get(nodeId); variable 273 for (let node of this.nodes) { variable 340 let node = this.nodes[nodeIdx]; variable 349 let node = this.nodes[retainerNodeIdx]; variable [all …]
|
/developtools/smartperf_host/ide/test/trace/database/logic-worker/ |
D | ProcedureLogicWorkerCommon.test.ts | 175 let node = [ variable 225 let node = { variable 234 let node = { variable 243 let node = { variable 252 let node = { variable 260 let node = { variable
|
D | ProcedureLogicWorkerPerf.test.ts | 228 let node = [ variable 244 let node = { variable 258 let node = { variable 319 let node = { variable 333 let node = { variable 346 let node = { variable
|
/developtools/ace_js2bundle/ace-loader/src/lite/ |
D | lite-transform-template.js | 58 [AST_KEY.ATTR]: function(dataContent, node, key) { argument 64 [AST_KEY.CLASSLIST]: function(dataContent, node, key) { argument 68 [AST_KEY.STYLE]: function(dataContent, node, key) { argument 72 [AST_KEY.EVENTS]: function(dataContent, node, key) { argument 76 [AST_KEY.KEY]: function(dataContent, node, key) { argument 126 optionRules[event] = function(dataContent, node, key) { argument 154 function transformNode(node) { argument 169 function transformNodeDetail(node) { argument 182 function transformOptions(node) { argument 364 function transformFor(node) { argument [all …]
|
/developtools/ace_ets2bundle/compiler/ |
D | build_declarations_file.js | 146 function processComponent(node, newStatements) { argument 176 function validateComponentMembers(node, componentName) { argument 195 function isVariable(node) { argument 204 function isInterface(node) { argument 209 function isClass(node) { argument 214 function isSignNode(node) { argument
|
/developtools/smartperf_host/ide/test/trace/database/ui-worker/ |
D | ProcedureWorkerCPU.test.ts | 95 let node = [ variable 132 let node = [ variable 168 let node = { variable 185 let node = { variable
|
D | ProcedureWorkerCpuState.test.ts | 29 let node = { variable 52 let node = { variable 76 let node = [ variable 186 let node = { variable
|
D | ProcedureWorkerEnergySystem.test.ts | 122 let node = { variable 146 let node = { variable 170 let node = { variable
|
D | ProcedureWorkerEBPF.test.ts | 81 let node = { variable 104 let node = { variable
|
D | ProcedureWorkerHiPerfEvent.test.ts | 51 let node = { variable 74 let node = { variable
|
D | ProcedureWorkerProcess.test.ts | 73 const node = { constant 95 const node = { constant
|
D | ProcedureWorkerEnergyPower.test.ts | 66 let node = { variable 85 let node = { variable
|
D | ProcedureWorkerEnergyAnomaly.test.ts | 82 let node = { variable 105 let node = { variable
|
D | ProcedureWorkerJank.test.ts | 130 let node = [ variable 166 let node = { variable
|
D | ProduceWorkerSdkSlice.test.ts | 87 let node = { variable 109 let node = { variable
|
D | ProcedureWorkerHiPerfReport.test.ts | 132 let node = { variable 155 let node = { variable
|
D | ProduceWorkerSdkCounter.test.ts | 104 let node = { variable 126 let node = { variable
|
/developtools/global_resource_tool/src/ |
D | cmd_list.cpp | 67 uint32_t CmdList::GetString(const Json::Value &node, int c, HandleBack callback) in GetString() 79 uint32_t CmdList::GetArray(const Json::Value &node, int c, HandleBack callback) in GetArray() 96 uint32_t CmdList::GetModuleNames(const Json::Value &node, int c, HandleBack callback) in GetModuleNames() 118 uint32_t CmdList::GetBool(const Json::Value &node, int c, HandleBack callback) in GetBool()
|
/developtools/smartperf_host/ide/test/trace/component/trace/base/ |
D | TraceRowConfig.test.ts | 109 let node = { variable 124 let node = { variable 183 let node = { variable
|
/developtools/smartperf_host/ide/test/trace/component/chart/ |
D | FrameChart.test.ts | 48 let node = [{ children: '' }, { children: { length: 0 } }]; variable 253 let node = [ variable
|
/developtools/smartperf_host/ide/test/js-heap/logic/ |
D | HeapLoader.test.ts | 262 let node = { variable 277 let node = { variable 329 let node = { variable 347 let node = { variable
|
/developtools/hiperf/src/ |
D | unique_stack_table.cpp | 87 Node node; in PutIpInSlot() local 179 Node *node = GetFrame(tailIdx); in GetIpsByStackId() local 192 bool UniqueStackTable::ImportNode(uint32_t index, const Node& node) in ImportNode()
|
/developtools/ace_js2bundle/ace-loader/plugin/templater/ |
D | index.js | 134 function generate(node, filePath, preNode, relativePath) { argument 150 function checkNodeAttrs(node, filePath, preNode, relativePath) { argument 206 function checkAttrFor(node, attributes, pos) { argument 261 function checkNodeChildren(node, filePath, relativePath) { argument
|
/developtools/smartperf_host/ide/src/js-heap/ |
D | HeapDataInterface.ts | 174 let node = baseFileStruct.heapLoader.getNodes()[idx]; variable 184 let node = targetFileStruct.heapLoader.getNodes()[idx]; variable
|
/developtools/smartperf_host/ide/src/trace/component/chart/ |
D | FrameChart.ts | 134 for (const node of this.currentData!) { constant 168 const node = ChartStruct.selectFuncStruct; constant 547 for (const node of nodes) { constant
|