HomeSort by relevance Sort by last modified time
    Searched refs:Declaration (Results 1 - 25 of 35) sorted by null

1 2

  /external/v8/src/
data-flow.h 48 void VisitDeclarations(ZoneList<Declaration*>* decls);
prettyprinter.h 73 void PrintDeclarations(ZoneList<Declaration*>* declarations);
97 void PrintDeclarations(ZoneList<Declaration*>* declarations);
116 // Forward declaration of helper classes.
scopes.h 38 // A hash map to support fast variable declaration and lookup.
154 // Adds the specific declaration node to the list of declarations in
157 void AddDeclaration(Declaration* declaration);
243 ZoneList<Declaration*>* declarations() { return &decls_; }
320 ZoneList<Declaration*> decls_;
fast-codegen.h 56 void VisitDeclarations(ZoneList<Declaration*>* decls);
codegen.cc 297 void CodeGenerator::ProcessDeclarations(ZoneList<Declaration*>* declarations) {
301 Declaration* node = declarations->at(i);
322 Declaration* node = declarations->at(i);
348 // declaration the global variables and functions.
data-flow.cc 49 void AstLabeler::VisitDeclarations(ZoneList<Declaration*>* decls) {
269 void AstLabeler::VisitDeclaration(Declaration* decl) {
341 void LivenessAnalyzer::VisitDeclaration(Declaration* decl) {
full-codegen.h 47 void VisitDeclarations(ZoneList<Declaration*>* decls);
348 void VisitDeclarations(ZoneList<Declaration*>* declarations);
usage-analyzer.cc 98 void UsageComputer::VisitDeclaration(Declaration* node) {
214 ZoneList<Declaration*>* decls = node->scope()->declarations();
full-codegen.cc 66 ZoneList<Declaration*>* decls) {
82 void FullCodeGenSyntaxChecker::VisitDeclaration(Declaration* decl) {
488 ZoneList<Declaration*>* declarations) {
492 Declaration* decl = declarations->at(i);
512 Declaration* decl = declarations->at(i);
535 // declaration the global variables and functions.
fast-codegen.cc 86 ZoneList<Declaration*>* decls) {
99 void FastCodeGenSyntaxChecker::VisitDeclaration(Declaration* decl) {
471 void FastCodeGenerator::VisitDeclaration(Declaration* decl) {
prettyprinter.cc 61 void PrettyPrinter::VisitDeclaration(Declaration* node) {
556 void PrettyPrinter::PrintDeclarations(ZoneList<Declaration*>* declarations) {
726 void AstPrinter::PrintDeclarations(ZoneList<Declaration*>* declarations) {
782 void AstPrinter::VisitDeclaration(Declaration* node) {
    [all...]
rewriter.cc 175 void AstOptimizer::VisitDeclaration(Declaration* node) {
581 // An initializer block is the rewritten form of a variable declaration
585 // a variable declaration with initialization expression is 'undefined'
686 void Processor::VisitDeclaration(Declaration* node) {}
ast.h 98 V(Declaration) \
304 class Declaration: public AstNode {
306 Declaration(VariableProxy* proxy, Variable::Mode mode, FunctionLiteral* fun)
    [all...]
ast.cc 163 void AstVisitor::VisitDeclarations(ZoneList<Declaration*>* declarations) {
  /external/v8/tools/
jsmin.py 38 around curly braces, so the declaration must be above the first use.
89 def Declaration(self, m):
276 self.Declaration,
  /external/v8/src/ia32/
fast-codegen-ia32.h 52 void VisitDeclarations(ZoneList<Declaration*>* decls);
fast-codegen-ia32.cc 86 ZoneList<Declaration*>* decls) {
99 void FastCodeGenSyntaxChecker::VisitDeclaration(Declaration* decl) {
674 void FastCodeGenerator::VisitDeclaration(Declaration* decl) {
codegen-ia32.h 531 void ProcessDeclarations(ZoneList<Declaration*>* declarations);
    [all...]
  /external/v8/src/mips/
full-codegen-mips.cc 108 void FullCodeGenerator::VisitDeclaration(Declaration* decl) {
codegen-mips.cc 104 void CodeGenerator::VisitDeclaration(Declaration* node) {
codegen-mips.h 201 void ProcessDeclarations(ZoneList<Declaration*>* declarations);
  /external/chromium/third_party/libevent/
event_rpcgen.py 71 print >>file, '/* Structure declaration for %s */' % self._name
86 dcl = entry.Declaration()
461 def Declaration(self):
552 def Declaration(self):
619 def Declaration(self):
745 def Declaration(self):
850 def Declaration(self):
    [all...]
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /external/v8/src/arm/
codegen-arm.h 338 void ProcessDeclarations(ZoneList<Declaration*>* declarations);
  /external/bison/data/
glr.c 166 dnl # Declaration that might either go into the header (if --defines)
    [all...]

Completed in 2708 milliseconds

1 2