| /developtools/hiperf/src/ |
| D | unique_stack_table.cpp | 24 totalNodes_ = ((tableSize_ / sizeof(Node)) >> 1) << 1; // make it even. in Init() 72 totalNodes_ = ((newtableSize_ / sizeof(Node)) >> 1) << 1; // make it even. in Resize() 83 Node *tableHead_ = reinterpret_cast<Node *>(tableBuf_.get()); in PutIpInSlot() 87 Node node; in PutIpInSlot() 92 Node* tableNode = reinterpret_cast<Node *>(tableHead_) + curIpIdx; in PutIpInSlot() 158 Node* UniqueStackTable::GetFrame(uint64_t stackId) in GetFrame() 160 Node *tableHead_ = reinterpret_cast<Node *>(tableBuf_.get()); in GetFrame() 167 return (Node *)&tableHead_[stackId]; in GetFrame() 179 Node *node = GetFrame(tailIdx); in GetIpsByStackId() 192 bool UniqueStackTable::ImportNode(uint32_t index, const Node& node) in ImportNode() [all …]
|
| D | perf_file_format.cpp | 351 Node *head = table->GetHeadNode(); in GetBinary() 352 Node *node = nullptr; in GetBinary()
|
| D | virtual_runtime.cpp | 392 Node *node = nullptr; in CollectDedupSymbol() 393 Node *head = nullptr; in CollectDedupSymbol()
|
| /developtools/hiperf/include/ |
| D | unique_stack_table.h | 45 union Node { union 56 Node node; 75 static_assert(sizeof(Node) == 8, "Node size must be 8 byte"); 96 bool ImportNode(uint32_t index, const Node& node); 116 Node* GetHeadNode() in GetHeadNode() 118 return reinterpret_cast<Node *>(tableBuf_.get()); in GetHeadNode() 122 Node* GetFrame(uint64_t stackId);
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/ |
| D | process_decorator.ts | 22 export function processDecorator(node: ts.Decorator): ts.Node {
|
| D | process_mock.ts | 25 let parent: ts.Node = node.parent;
|
| /developtools/ace_ets2bundle/compiler/src/ |
| D | process_ui_syntax.ts | 203 function entryKeyNode(node: ts.Node): ts.Expression { 217 function isESObjectNode(node: ts.Node): boolean { 227 function processAllNodes(node: ts.Node): ts.Node { 342 function processResourceNode(node: ts.Node): ts.Node { 353 function isWrapBuilderFunction(node: ts.Node): boolean { 420 const tempParent: ts.Node = node.parent; 538 export function isResource(node: ts.Node): boolean { 544 export function isAnimateToOrImmediately(node: ts.Node): boolean { 550 … {isAcceleratePreview: boolean, log: LogInfo[]} = {isAcceleratePreview: false, log: []}): ts.Node { 612 previewLog: {isAcceleratePreview: boolean, log: LogInfo[]}): ts.Node { [all …]
|
| D | process_component_member.ts | 265 item: ts.PropertyDeclaration, ctorNode: ts.ConstructorDeclaration, watchMap: Map<string, ts.Node>, 337 watchMap: Map<string, ts.Node>, log: LogInfo[], program: ts.Program, 465 watchMap: Map<string, ts.Node>, log: LogInfo[]): void { 471 const argument: ts.Node = decorator.expression.arguments[0]; 645 function visitDialogController(node: ts.Node): ts.Node { 724 …y(node: ts.PropertyDeclaration, isProvided: boolean = false): [string, boolean, ts.Node, boolean] { 731 let keyNameNode: ts.Node = decorators[index].expression.arguments[0]; 763 const propertyAndStringKey: [string?, boolean?, ts.Node?, boolean?] = [];
|
| D | validate_ui_syntax.ts | 273 export function isObservedClass(node: ts.Node): boolean { 280 export function isCustomDialogClass(node: ts.Node): boolean { 374 node.expression.arguments.forEach((item: ts.Node, index: number) => { 402 function visitAllNode(node: ts.Node, sourceFileNode: ts.SourceFile, allComponentNames: Set<string>, 454 …node.getChildren().forEach((item: ts.Node) => visitAllNode(item, sourceFileNode, allComponentNames, 499 (classDeclarationNode.members && classDeclarationNode.members.some((member: ts.Node) => { 510 … const expression: ts.Node = (constructorStatements[0] as ts.ExpressionStatement).expression; 523 const valueDeclarationNode: ts.Node = type.getSymbol().valueDeclaration; 712 const item: ts.Node = blockNode.statements[i]; 763 function getStatementCount(node: ts.Node, allComponentNames: Set<string>): number { [all …]
|
| D | ets_checker.ts | 1036 function parseAllNode(node: ts.Node, sourceFileNode: ts.SourceFile, extendFunctionInfo: extendInfo[… 1081 …node.getChildren().forEach((item: ts.Node) => parseAllNode(item, sourceFileNode, extendFunctionInf… 1084 function isForeachAndLzayForEach(node: ts.Node): boolean { 1090 function traverseBuild(node: ts.Node, index: number): void { 1130 function isPropertiesAddDoubleDollar(node: ts.Node): boolean { 1140 function loopNodeFindDoubleDollar(node: ts.Node, parentComponentName: string): void { 1143 const argument: ts.NodeArray<ts.Node> = node.arguments; 1146 argument.forEach((item: ts.Node) => { 1151 node.arguments.forEach((item: ts.Node) => { 1153 item.properties.forEach((param: ts.Node) => { [all …]
|
| D | process_custom_component.ts | 358 const observeArgArr: ts.Node[] = [ 396 …const [keyArray, valueArray]: [ts.Node[], ts.Node[]] = splitComponentParams(componentNode, isBuild… 428 function reWriteComponentParams(keyArray: ts.Node[], valueArray: ts.Node[]): (ts.PropertyAssignment… 447 …nentNode: ts.CallExpression, isBuilder: boolean, isParamsLambda: boolean): [ts.Node[], ts.Node[]] { 448 const keyArray: ts.Node[] = []; 449 const valueArray: ts.Node[] = [];
|
| D | process_component_constructor.ts | 39 export function getInitConstructor(members: ts.NodeArray<ts.Node>, parentComponentName: ts.Identifi… 158 export function addConstructor(ctorNode: any, watchMap: Map<string, ts.Node>,
|
| D | process_component_class.ts | 179 const watchMap: Map<string, ts.Node> = new Map(); 281 function visitComponentParament(decorator: ts.Node): ts.Node { 593 function visitBuild(node: ts.Node): ts.Node { 618 function isGeometryView(node: ts.Node): boolean { 682 export function isProperty(node: ts.Node): Boolean { 699 function judgmentParentType(node: ts.Node): boolean {
|
| D | process_import.ts | 156 function visitAllNode(node: ts.Node, sourceFile: ts.SourceFile, defaultNameFromParent: string, 318 node.getChildren().reverse().forEach((item: ts.Node) => visitAllNode(item, sourceFile, 735 let originNode: ts.Node; 762 function getDefinedNode(importSymbol: ts.Symbol, realSymbol: ts.Symbol, originNode: ts.Node, 788 function getIntegrationNodeInfo(originNode: ts.Node, usedNode: ts.Identifier, exportsMap: ts.Symbol… 802 function processImportNode(originNode: ts.Node, usedNode: ts.Identifier, importIntegration: boolean,
|
| D | process_component_build.ts | 307 function visitComponent(node: ts.Node): void { 309 ts.forEachChild(node, (child: ts.Node) => { 399 node?: ts.Node 403 let childNode: ts.Node = node; 535 function assignParameter(forEachParameters: ts.NodeArray<ts.ParameterDeclaration>, item: ts.Node): … 1337 export function getRealNodePos(node: ts.Node): number { 1896 function checkContainer(name: string, node: ts.Node): boolean { 1935 reuseId: ts.Node 2045 function isBuilderChangeNode(argument: ts.Node, identifierNode: ts.Identifier, propertyName: string… 2079 function parseBuilderNode(node: ts.Node, propertyName: string): [all …]
|
| D | process_kit_import.ts | 242 static needSkipTypeSymbolOfNode(node: ts.Node): boolean {
|
| /developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/ |
| D | htrace_js_cpu_profiler_parser.cpp | 30 struct Node { struct 46 void from_json(const json& j, Node& node) in from_json() 70 jsonns::Node node = jMessage.at("nodes")[i]; in ParseNodeData()
|
| /developtools/smartperf_host/ide/ |
| D | README_zh.md | 7 ##### 下载Node js安装包(windows推荐, linux跳过此步骤)
|
| D | tsconfig.json | 45 …// "moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) …
|
| /developtools/smartperf_host/ide/src/trace/component/trace/ |
| D | SpChartList.ts | 206 insertRowBefore(node: Node, child: Node): void {
|
| /developtools/profiler/device/plugins/memory_plugin/test/utresources/proc/ |
| D | dumpMem.txt | 82 Total Node Size = 3838 KB (2277 entries)
|
| /developtools/smartperf_host/ |
| D | README.md | 63 - Node.js version: 16.15.1 or later
|