Home
last modified time | relevance | path

Searched defs:node (Results 1 – 25 of 1273) sorted by relevance

12345678910>>...51

/external/jsilver/src/com/google/clearsilver/jsilver/syntax/analysis/
DReversedDepthFirstAdapter.java10 public void inStart(Start node) in inStart()
15 public void outStart(Start node) in outStart()
20 public void defaultIn(@SuppressWarnings("unused") Node node) in defaultIn()
25 public void defaultOut(@SuppressWarnings("unused") Node node) in defaultOut()
31 public void caseStart(Start node) in caseStart()
39 public void inAMultipleCommand(AMultipleCommand node) in inAMultipleCommand()
44 public void outAMultipleCommand(AMultipleCommand node) in outAMultipleCommand()
50 public void caseAMultipleCommand(AMultipleCommand node) in caseAMultipleCommand()
64 public void inACommentCommand(ACommentCommand node) in inACommentCommand()
69 public void outACommentCommand(ACommentCommand node) in outACommentCommand()
[all …]
DDepthFirstAdapter.java10 public void inStart(Start node) in inStart()
15 public void outStart(Start node) in outStart()
20 public void defaultIn(@SuppressWarnings("unused") Node node) in defaultIn()
25 public void defaultOut(@SuppressWarnings("unused") Node node) in defaultOut()
31 public void caseStart(Start node) in caseStart()
39 public void inAMultipleCommand(AMultipleCommand node) in inAMultipleCommand()
44 public void outAMultipleCommand(AMultipleCommand node) in outAMultipleCommand()
50 public void caseAMultipleCommand(AMultipleCommand node) in caseAMultipleCommand()
63 public void inACommentCommand(ACommentCommand node) in inACommentCommand()
68 public void outACommentCommand(ACommentCommand node) in outACommentCommand()
[all …]
DAnalysisAdapter.java13 public Object getIn(Node node) in getIn()
23 public void setIn(Node node, Object o) in setIn()
40 public Object getOut(Node node) in getOut()
50 public void setOut(Node node, Object o) in setOut()
67 public void caseStart(Start node) in caseStart()
72 public void caseAMultipleCommand(AMultipleCommand node) in caseAMultipleCommand()
77 public void caseACommentCommand(ACommentCommand node) in caseACommentCommand()
82 public void caseADataCommand(ADataCommand node) in caseADataCommand()
87 public void caseAVarCommand(AVarCommand node) in caseAVarCommand()
92 public void caseALvarCommand(ALvarCommand node) in caseALvarCommand()
[all …]
DAnalysis.java9 Object getIn(Node node); in getIn()
10 void setIn(Node node, Object o); in setIn()
11 Object getOut(Node node); in getOut()
12 void setOut(Node node, Object o); in setOut()
14 void caseStart(Start node); in caseStart()
15 void caseAMultipleCommand(AMultipleCommand node); in caseAMultipleCommand()
16 void caseACommentCommand(ACommentCommand node); in caseACommentCommand()
17 void caseADataCommand(ADataCommand node); in caseADataCommand()
18 void caseAVarCommand(AVarCommand node); in caseAVarCommand()
19 void caseALvarCommand(ALvarCommand node); in caseALvarCommand()
[all …]
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/parser/
DTokenIndex.java13 public void caseTData(@SuppressWarnings("unused") TData node) in caseTData()
19 public void caseTComment(@SuppressWarnings("unused") TComment node) in caseTComment()
25 public void caseTVar(@SuppressWarnings("unused") TVar node) in caseTVar()
31 public void caseTLvar(@SuppressWarnings("unused") TLvar node) in caseTLvar()
37 public void caseTEvar(@SuppressWarnings("unused") TEvar node) in caseTEvar()
43 public void caseTUvar(@SuppressWarnings("unused") TUvar node) in caseTUvar()
49 public void caseTSet(@SuppressWarnings("unused") TSet node) in caseTSet()
55 public void caseTIf(@SuppressWarnings("unused") TIf node) in caseTIf()
61 public void caseTElseIf(@SuppressWarnings("unused") TElseIf node) in caseTElseIf()
67 public void caseTElse(@SuppressWarnings("unused") TElse node) in caseTElse()
[all …]
/external/v8/src/ast/
Dast-literal-reindexer.cc14 void AstLiteralReindexer::VisitVariableDeclaration(VariableDeclaration* node) { in VisitVariableDeclaration()
19 void AstLiteralReindexer::VisitEmptyStatement(EmptyStatement* node) {} in VisitEmptyStatement()
23 SloppyBlockFunctionStatement* node) { in VisitSloppyBlockFunctionStatement()
28 void AstLiteralReindexer::VisitContinueStatement(ContinueStatement* node) {} in VisitContinueStatement()
31 void AstLiteralReindexer::VisitBreakStatement(BreakStatement* node) {} in VisitBreakStatement()
34 void AstLiteralReindexer::VisitDebuggerStatement(DebuggerStatement* node) {} in VisitDebuggerStatement()
38 NativeFunctionLiteral* node) {} in VisitNativeFunctionLiteral()
41 void AstLiteralReindexer::VisitDoExpression(DoExpression* node) { in VisitDoExpression()
47 void AstLiteralReindexer::VisitLiteral(Literal* node) {} in VisitLiteral()
50 void AstLiteralReindexer::VisitRegExpLiteral(RegExpLiteral* node) { in VisitRegExpLiteral()
[all …]
Dast-expression-rewriter.cc16 #define REWRITE_THIS(node) \ argument
53 VariableDeclaration* node) { in VisitVariableDeclaration()
60 FunctionDeclaration* node) { in VisitFunctionDeclaration()
66 void AstExpressionRewriter::VisitBlock(Block* node) { in VisitBlock()
72 ExpressionStatement* node) { in VisitExpressionStatement()
77 void AstExpressionRewriter::VisitEmptyStatement(EmptyStatement* node) { in VisitEmptyStatement()
83 SloppyBlockFunctionStatement* node) { in VisitSloppyBlockFunctionStatement()
88 void AstExpressionRewriter::VisitIfStatement(IfStatement* node) { in VisitIfStatement()
95 void AstExpressionRewriter::VisitContinueStatement(ContinueStatement* node) { in VisitContinueStatement()
100 void AstExpressionRewriter::VisitBreakStatement(BreakStatement* node) { in VisitBreakStatement()
[all …]
Dast-numbering.cc63 void ReserveFeedbackSlots(Node* node) { in ReserveFeedbackSlots()
85 void AstNumberingVisitor::VisitVariableDeclaration(VariableDeclaration* node) { in VisitVariableDeclaration()
91 void AstNumberingVisitor::VisitEmptyStatement(EmptyStatement* node) { in VisitEmptyStatement()
97 SloppyBlockFunctionStatement* node) { in VisitSloppyBlockFunctionStatement()
103 void AstNumberingVisitor::VisitContinueStatement(ContinueStatement* node) { in VisitContinueStatement()
108 void AstNumberingVisitor::VisitBreakStatement(BreakStatement* node) { in VisitBreakStatement()
113 void AstNumberingVisitor::VisitDebuggerStatement(DebuggerStatement* node) { in VisitDebuggerStatement()
121 NativeFunctionLiteral* node) { in VisitNativeFunctionLiteral()
128 void AstNumberingVisitor::VisitDoExpression(DoExpression* node) { in VisitDoExpression()
136 void AstNumberingVisitor::VisitLiteral(Literal* node) { in VisitLiteral()
[all …]
Dprettyprinter.cc36 void CallPrinter::Find(AstNode* node, bool print) { in Find()
62 void CallPrinter::VisitBlock(Block* node) { in VisitBlock()
67 void CallPrinter::VisitVariableDeclaration(VariableDeclaration* node) {} in VisitVariableDeclaration()
70 void CallPrinter::VisitFunctionDeclaration(FunctionDeclaration* node) {} in VisitFunctionDeclaration()
73 void CallPrinter::VisitExpressionStatement(ExpressionStatement* node) { in VisitExpressionStatement()
78 void CallPrinter::VisitEmptyStatement(EmptyStatement* node) {} in VisitEmptyStatement()
82 SloppyBlockFunctionStatement* node) { in VisitSloppyBlockFunctionStatement()
87 void CallPrinter::VisitIfStatement(IfStatement* node) { in VisitIfStatement()
96 void CallPrinter::VisitContinueStatement(ContinueStatement* node) {} in VisitContinueStatement()
99 void CallPrinter::VisitBreakStatement(BreakStatement* node) {} in VisitBreakStatement()
[all …]
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
DDataCommandConsolidator.java106 public void caseADataCommand(ADataCommand node) { in caseADataCommand()
118 public void inAVarCommand(AVarCommand node) { in inAVarCommand()
123 public void inALvarCommand(ALvarCommand node) { in inALvarCommand()
128 public void inAUvarCommand(AUvarCommand node) { in inAUvarCommand()
133 public void inAEvarCommand(AEvarCommand node) { in inAEvarCommand()
138 public void inANameCommand(ANameCommand node) { in inANameCommand()
145 public void inALoopCommand(ALoopCommand node) { in inALoopCommand()
150 public void inALoopIncCommand(ALoopIncCommand node) { in inALoopIncCommand()
155 public void inALoopToCommand(ALoopToCommand node) { in inALoopToCommand()
160 public void inAEachCommand(AEachCommand node) { in inAEachCommand()
[all …]
/external/v8/src/compiler/
Dtyper.cc75 Reduction Reduce(Node* node) override { in Reduce()
142 Type* TypeNode(Node* node) { in TypeNode()
227 Type* Operand(Node* node, int i) { in Operand()
301 Reduction UpdateType(Node* node, Type* current) { in UpdateType()
345 void Typer::Decorator::Decorate(Node* node) { in Decorate()
370 Type* Typer::Visitor::TypeUnaryOp(Node* node, UnaryTyperFun f) { in TypeUnaryOp()
376 Type* Typer::Visitor::TypeBinaryOp(Node* node, BinaryTyperFun f) { in TypeBinaryOp()
543 Type* Typer::Visitor::TypeStart(Node* node) { return Type::Internal(); } in TypeStart()
545 Type* Typer::Visitor::TypeIfException(Node* node) { in TypeIfException()
551 Type* Typer::Visitor::TypeParameter(Node* node) { in TypeParameter()
[all …]
Dnode-properties.cc19 int NodeProperties::PastValueIndex(Node* node) { in PastValueIndex()
25 int NodeProperties::PastContextIndex(Node* node) { in PastContextIndex()
32 int NodeProperties::PastFrameStateIndex(Node* node) { in PastFrameStateIndex()
39 int NodeProperties::PastEffectIndex(Node* node) { in PastEffectIndex()
45 int NodeProperties::PastControlIndex(Node* node) { in PastControlIndex()
51 Node* NodeProperties::GetValueInput(Node* node, int index) { in GetValueInput()
58 Node* NodeProperties::GetContextInput(Node* node) { in GetContextInput()
65 Node* NodeProperties::GetFrameStateInput(Node* node) { in GetFrameStateInput()
72 Node* NodeProperties::GetEffectInput(Node* node, int index) { in GetEffectInput()
79 Node* NodeProperties::GetControlInput(Node* node, int index) { in GetControlInput()
[all …]
/external/v8/src/compiler/s390/
Dinstruction-selector-s390.cc31 InstructionOperand UseOperand(Node* node, ImmediateMode mode) { in UseOperand()
38 int64_t GetImmediate(Node* node) { in GetImmediate()
48 bool CanBeImmediate(Node* node, ImmediateMode mode) { in CanBeImmediate()
150 MachineRepresentation GetRepresentation(Node* node) { in GetRepresentation()
154 bool Is64BitOperand(Node* node) { in Is64BitOperand()
161 void VisitRR(InstructionSelector* selector, ArchOpcode opcode, Node* node) { in VisitRR()
167 void VisitRRR(InstructionSelector* selector, ArchOpcode opcode, Node* node) { in VisitRRR()
174 void VisitRRO(InstructionSelector* selector, ArchOpcode opcode, Node* node, in VisitRRO()
184 Node* node) { in VisitTryTruncateDouble()
202 void VisitBinop(InstructionSelector* selector, Node* node, in VisitBinop()
[all …]
/external/v8/src/compiler/ppc/
Dinstruction-selector-ppc.cc32 InstructionOperand UseOperand(Node* node, ImmediateMode mode) { in UseOperand()
39 bool CanBeImmediate(Node* node, ImmediateMode mode) { in CanBeImmediate()
75 Node* node) { in VisitRR()
82 Node* node) { in VisitRRR()
89 void VisitRRO(InstructionSelector* selector, InstructionCode opcode, Node* node, in VisitRRO()
100 InstructionCode opcode, Node* node) { in VisitTryTruncateDouble()
119 void VisitBinop(InstructionSelector* selector, Node* node, in VisitBinop()
166 void VisitBinop(InstructionSelector* selector, Node* node, in VisitBinop()
175 void InstructionSelector::VisitLoad(Node* node) { in VisitLoad()
232 void InstructionSelector::VisitProtectedLoad(Node* node) { in VisitProtectedLoad()
[all …]
/external/v8/src/compiler/mips/
Dinstruction-selector-mips.cc27 InstructionOperand UseOperand(Node* node, InstructionCode opcode) { in UseOperand()
36 InstructionOperand UseRegisterOrImmediateZero(Node* node) { in UseRegisterOrImmediateZero()
45 bool IsIntegerConstant(Node* node) { in IsIntegerConstant()
49 int64_t GetIntegerConstantValue(Node* node) { in GetIntegerConstantValue()
54 bool IsFloatConstant(Node* node) { in IsFloatConstant()
59 double GetFloatConstantValue(Node* node) { in GetFloatConstantValue()
67 bool CanBeImmediate(Node* node, InstructionCode opcode) { in CanBeImmediate()
124 Node* node) { in VisitRRR()
133 Node* node) { in VisitRR()
141 Node* node) { in VisitRRO()
[all …]
/external/fmtlib/support/
Drst2md.py7 def is_github_ref(node): argument
21 def visit_document(self, node): argument
24 def depart_document(self, node): argument
27 def visit_section(self, node): argument
30 def depart_section(self, node): argument
34 def visit_title(self, node): argument
38 def depart_title(self, node): argument
41 def visit_Text(self, node): argument
46 def depart_Text(self, node): argument
49 def visit_bullet_list(self, node): argument
[all …]
/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
DExpressionEvaluator.java93 public void caseAVariableExpression(AVariableExpression node) { in caseAVariableExpression()
100 public void caseAStringExpression(AStringExpression node) { in caseAStringExpression()
110 public void caseADecimalExpression(ADecimalExpression node) { in caseADecimalExpression()
116 public void caseAHexExpression(AHexExpression node) { in caseAHexExpression()
123 public void caseANumericExpression(ANumericExpression node) { in caseANumericExpression()
128 public void caseANotExpression(ANotExpression node) { in caseANotExpression()
133 public void caseAExistsExpression(AExistsExpression node) { in caseAExistsExpression()
138 public void caseAEqExpression(AEqExpression node) { in caseAEqExpression()
143 public void caseANumericEqExpression(ANumericEqExpression node) { in caseANumericEqExpression()
148 public void caseANeExpression(ANeExpression node) { in caseANeExpression()
[all …]
/external/v8/src/compiler/x64/
Dinstruction-selector-x64.cc22 bool CanBeImmediate(Node* node) { in CanBeImmediate()
40 int32_t GetImmediateIntegerValue(Node* node) { in GetImmediateIntegerValue()
49 bool CanBeMemoryOperand(InstructionCode opcode, Node* node, Node* input, in CanBeMemoryOperand()
210 void InstructionSelector::VisitLoad(Node* node) { in VisitLoad()
225 void InstructionSelector::VisitProtectedLoad(Node* node) { in VisitProtectedLoad()
244 void InstructionSelector::VisitStore(Node* node) { in VisitStore()
334 void InstructionSelector::VisitUnalignedLoad(Node* node) { UNREACHABLE(); } in VisitUnalignedLoad()
337 void InstructionSelector::VisitUnalignedStore(Node* node) { UNREACHABLE(); } in VisitUnalignedStore()
339 void InstructionSelector::VisitCheckedLoad(Node* node) { in VisitCheckedLoad()
393 void InstructionSelector::VisitCheckedStore(Node* node) { in VisitCheckedStore()
[all …]
/external/v8/src/compiler/x87/
Dinstruction-selector-x87.cc20 InstructionOperand UseByteRegister(Node* node) { in UseByteRegister()
25 InstructionOperand DefineAsByteRegister(Node* node) { in DefineAsByteRegister()
30 bool CanBeMemoryOperand(InstructionCode opcode, Node* node, Node* input, in CanBeMemoryOperand()
62 bool CanBeImmediate(Node* node) { in CanBeImmediate()
150 AddressingMode GetEffectiveAddressMemoryOperand(Node* node, in GetEffectiveAddressMemoryOperand()
172 void InstructionSelector::VisitLoad(Node* node) { in VisitLoad()
214 void InstructionSelector::VisitProtectedLoad(Node* node) { in VisitProtectedLoad()
219 void InstructionSelector::VisitStore(Node* node) { in VisitStore()
316 void InstructionSelector::VisitUnalignedLoad(Node* node) { UNREACHABLE(); } in VisitUnalignedLoad()
319 void InstructionSelector::VisitUnalignedStore(Node* node) { UNREACHABLE(); } in VisitUnalignedStore()
[all …]
/external/v8/src/compiler/mips64/
Dinstruction-selector-mips64.cc27 InstructionOperand UseOperand(Node* node, InstructionCode opcode) { in UseOperand()
36 InstructionOperand UseRegisterOrImmediateZero(Node* node) { in UseRegisterOrImmediateZero()
45 bool IsIntegerConstant(Node* node) { in IsIntegerConstant()
50 int64_t GetIntegerConstantValue(Node* node) { in GetIntegerConstantValue()
58 bool IsFloatConstant(Node* node) { in IsFloatConstant()
63 double GetFloatConstantValue(Node* node) { in GetFloatConstantValue()
71 bool CanBeImmediate(Node* node, InstructionCode mode) { in CanBeImmediate()
112 Node* node) { in VisitRR()
120 Node* node) { in VisitRRR()
129 Node* node) { in VisitRRO()
[all …]
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
DEscapingEvaluator.java134 public void caseAAddExpression(AAddExpression node) { in caseAAddExpression()
147 public void caseAFunctionExpression(AFunctionExpression node) { in caseAFunctionExpression()
234 public void caseAVariableExpression(AVariableExpression node) { in caseAVariableExpression()
255 public void caseAStringExpression(AStringExpression node) { in caseAStringExpression()
263 public void caseADecimalExpression(ADecimalExpression node) { in caseADecimalExpression()
271 public void caseAHexExpression(AHexExpression node) { in caseAHexExpression()
276 public void caseANumericExpression(ANumericExpression node) { in caseANumericExpression()
281 public void caseANotExpression(ANotExpression node) { in caseANotExpression()
286 public void caseAExistsExpression(AExistsExpression node) { in caseAExistsExpression()
291 public void caseAEqExpression(AEqExpression node) { in caseAEqExpression()
[all …]
DExpressionTranslator.java155 public void caseAVariableExpression(AVariableExpression node) { in caseAVariableExpression()
164 public void caseAStringExpression(AStringExpression node) { in caseAStringExpression()
174 public void caseADecimalExpression(ADecimalExpression node) { in caseADecimalExpression()
183 public void caseAHexExpression(AHexExpression node) { in caseAHexExpression()
196 public void caseANumericExpression(ANumericExpression node) { in caseANumericExpression()
201 public void caseANotExpression(ANotExpression node) { in caseANotExpression()
206 public void caseAExistsExpression(AExistsExpression node) { in caseAExistsExpression()
225 public void caseAEqExpression(AEqExpression node) { in caseAEqExpression()
232 public void caseANumericEqExpression(ANumericEqExpression node) { in caseANumericEqExpression()
237 public void caseANeExpression(ANeExpression node) { in caseANeExpression()
[all …]
/external/v8/src/compiler/ia32/
Dinstruction-selector-ia32.cc20 InstructionOperand UseByteRegister(Node* node) { in UseByteRegister()
25 InstructionOperand DefineAsByteRegister(Node* node) { in DefineAsByteRegister()
30 bool CanBeMemoryOperand(InstructionCode opcode, Node* node, Node* input, in CanBeMemoryOperand()
58 bool CanBeImmediate(Node* node) { in CanBeImmediate()
146 AddressingMode GetEffectiveAddressMemoryOperand(Node* node, in GetEffectiveAddressMemoryOperand()
170 void VisitRO(InstructionSelector* selector, Node* node, ArchOpcode opcode) { in VisitRO()
176 void VisitRR(InstructionSelector* selector, Node* node, in VisitRR()
184 void VisitRROFloat(InstructionSelector* selector, Node* node, in VisitRROFloat()
197 void VisitFloatUnop(InstructionSelector* selector, Node* node, Node* input, in VisitFloatUnop()
211 void InstructionSelector::VisitLoad(Node* node) { in VisitLoad()
[all …]
/external/javassist/src/main/javassist/bytecode/annotation/
DMemberValueVisitor.java25 public void visitAnnotationMemberValue(AnnotationMemberValue node); in visitAnnotationMemberValue()
26 public void visitArrayMemberValue(ArrayMemberValue node); in visitArrayMemberValue()
27 public void visitBooleanMemberValue(BooleanMemberValue node); in visitBooleanMemberValue()
28 public void visitByteMemberValue(ByteMemberValue node); in visitByteMemberValue()
29 public void visitCharMemberValue(CharMemberValue node); in visitCharMemberValue()
30 public void visitDoubleMemberValue(DoubleMemberValue node); in visitDoubleMemberValue()
31 public void visitEnumMemberValue(EnumMemberValue node); in visitEnumMemberValue()
32 public void visitFloatMemberValue(FloatMemberValue node); in visitFloatMemberValue()
33 public void visitIntegerMemberValue(IntegerMemberValue node); in visitIntegerMemberValue()
34 public void visitLongMemberValue(LongMemberValue node); in visitLongMemberValue()
[all …]
/external/v8/src/compiler/arm64/
Dinstruction-selector-arm64.cc33 InstructionOperand UseOperand(Node* node, ImmediateMode mode) { in UseOperand()
42 InstructionOperand UseRegisterOrImmediateZero(Node* node) { in UseRegisterOrImmediateZero()
53 InstructionOperand UseImmediateOrTemp(Node* node, int32_t value) { in UseImmediateOrTemp()
60 bool IsIntegerConstant(Node* node) { in IsIntegerConstant()
65 int64_t GetIntegerConstantValue(Node* node) { in GetIntegerConstantValue()
73 bool IsFloatConstant(Node* node) { in IsFloatConstant()
78 double GetFloatConstantValue(Node* node) { in GetFloatConstantValue()
86 bool CanBeImmediate(Node* node, ImmediateMode mode) { in CanBeImmediate()
124 bool CanBeLoadStoreShiftImmediate(Node* node, MachineRepresentation rep) { in CanBeLoadStoreShiftImmediate()
141 void VisitRR(InstructionSelector* selector, ArchOpcode opcode, Node* node) { in VisitRR()
[all …]

12345678910>>...51