Home
last modified time | relevance | path

Searched refs:Node (Results 1 – 22 of 22) sorted by relevance

/developtools/hiperf/src/
Dunique_stack_table.cpp24 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 …]
Dperf_file_format.cpp351 Node *head = table->GetHeadNode(); in GetBinary()
352 Node *node = nullptr; in GetBinary()
Dvirtual_runtime.cpp392 Node *node = nullptr; in CollectDedupSymbol()
393 Node *head = nullptr; in CollectDedupSymbol()
/developtools/hiperf/include/
Dunique_stack_table.h45 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/
Dprocess_decorator.ts22 export function processDecorator(node: ts.Decorator): ts.Node {
Dprocess_mock.ts25 let parent: ts.Node = node.parent;
/developtools/ace_ets2bundle/compiler/src/
Dprocess_ui_syntax.ts203 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 …]
Dprocess_component_member.ts265 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?] = [];
Dvalidate_ui_syntax.ts273 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 …]
Dets_checker.ts1036 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 …]
Dprocess_custom_component.ts358 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[] = [];
Dprocess_component_constructor.ts39 export function getInitConstructor(members: ts.NodeArray<ts.Node>, parentComponentName: ts.Identifi…
158 export function addConstructor(ctorNode: any, watchMap: Map<string, ts.Node>,
Dprocess_component_class.ts179 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 {
Dprocess_import.ts156 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,
Dprocess_component_build.ts307 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 …]
Dprocess_kit_import.ts242 static needSkipTypeSymbolOfNode(node: ts.Node): boolean {
/developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/
Dhtrace_js_cpu_profiler_parser.cpp30 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/
DREADME_zh.md7 ##### 下载Node js安装包(windows推荐, linux跳过此步骤)
Dtsconfig.json45 …// "moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) …
/developtools/smartperf_host/ide/src/trace/component/trace/
DSpChartList.ts206 insertRowBefore(node: Node, child: Node): void {
/developtools/profiler/device/plugins/memory_plugin/test/utresources/proc/
DdumpMem.txt82 Total Node Size = 3838 KB (2277 entries)
/developtools/smartperf_host/
DREADME.md63 - Node.js version: 16.15.1 or later