/external/v8/src/ast/ |
ast.cc | 773 void AstVisitor::VisitDeclarations(ZoneList<Declaration*>* declarations) { 780 void AstVisitor::VisitStatements(ZoneList<Statement*>* statements) { 789 void AstVisitor::VisitExpressions(ZoneList<Expression*>* expressions) { 802 ZoneList<Statement*>* statements, int pos)
|
scopeinfo.cc | 19 ZoneList<Variable*> stack_locals(scope->StackLocalCount(), zone); 20 ZoneList<Variable*> context_locals(scope->ContextLocalCount(), zone); 21 ZoneList<Variable*> context_globals(scope->ContextGlobalCount(), zone); 22 ZoneList<Variable*> strong_mode_free_variables(0, zone);
|
scopes.cc | 665 ZoneList<Variable*>* stack_locals, ZoneList<Variable*>* context_locals, 666 ZoneList<Variable*>* context_globals, 667 ZoneList<Variable*>* strong_mode_free_variables) { 689 ZoneList<VarAndOrder> vars(variables_.occupancy(), zone()); [all...] |
/external/v8/src/full-codegen/ |
full-codegen.h | 387 void VisitDeclarations(ZoneList<Declaration*>* declarations) override; [all...] |
/external/v8/src/regexp/x64/ |
regexp-macro-assembler-x64.h | 257 ZoneList<int> code_relative_fixup_positions_;
|
/external/v8/src/compiler/ |
ast-graph-builder.h | 60 void VisitDeclarations(ZoneList<Declaration*>* declarations) override; 406 void VisitForValues(ZoneList<Expression*>* exprs);
|
ast-graph-builder.cc | [all...] |
/external/v8/src/crankshaft/ |
lithium.cc | 522 ZoneList<HValue*>* objects_to_materialize) { 609 ZoneList<HValue*>* objects_to_materialize, LEnvironment* result) {
|
hydrogen-bch.cc | 366 ZoneList<Element> elements_;
|
hydrogen-bce.cc | 366 const ZoneList<HBasicBlock*>* children = state->block_->dominated_blocks();
|
hydrogen-instructions.h | [all...] |
hydrogen.cc | 557 ZoneList<HBasicBlock*> stack_; [all...] |
hydrogen-check-elimination.cc | 867 ZoneList<HValue*> objects_;
|
/external/v8/src/crankshaft/arm/ |
lithium-gap-resolver-arm.cc | 71 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands();
|
/external/v8/src/crankshaft/arm64/ |
lithium-gap-resolver-arm64.cc | 73 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands();
|
lithium-arm64.h | [all...] |
/external/v8/src/crankshaft/mips/ |
lithium-gap-resolver-mips.cc | 56 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands();
|
/external/v8/src/crankshaft/mips64/ |
lithium-gap-resolver-mips64.cc | 56 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands();
|
/external/v8/src/crankshaft/ppc/ |
lithium-gap-resolver-ppc.cc | 58 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands();
|
/external/v8/src/crankshaft/x64/ |
lithium-gap-resolver-x64.cc | 50 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands();
|
/external/v8/src/interpreter/ |
bytecode-generator.cc | 533 ZoneList<Declaration*>* declarations) { 560 void BytecodeGenerator::VisitStatements(ZoneList<Statement*>* statements) { 639 ZoneList<CaseClause*>* clauses = stmt->cases(); [all...] |
/external/v8/src/crankshaft/x87/ |
lithium-gap-resolver-x87.cc | 56 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands();
|
/external/v8/src/ |
gdb-jit.cc | 597 ZoneList<MachOSection*> sections_; 733 ZoneList<ELFSection*> sections_; 895 void WriteSymbolsList(const ZoneList<ELFSymbol>* src, 905 ZoneList<ELFSymbol> locals_; 906 ZoneList<ELFSymbol> globals_; [all...] |
/external/v8/src/debug/ |
liveedit.cc | 765 ZoneList<Variable*> stack_list(current_scope->StackLocalCount(), zone); 766 ZoneList<Variable*> context_list( 768 ZoneList<Variable*> globals_list(current_scope->ContextGlobalCount(), [all...] |
/external/v8/src/crankshaft/ia32/ |
lithium-gap-resolver-ia32.cc | 55 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands();
|