• Home
  • Raw
  • Download

Lines Matching refs:RegisterAllocationScope

389 class BytecodeGenerator::RegisterAllocationScope {  class in v8::internal::interpreter::BytecodeGenerator
391 explicit RegisterAllocationScope(BytecodeGenerator* generator) in RegisterAllocationScope() function in v8::internal::interpreter::BytecodeGenerator::RegisterAllocationScope
396 virtual ~RegisterAllocationScope() { in ~RegisterAllocationScope()
405 DISALLOW_COPY_AND_ASSIGN(RegisterAllocationScope);
437 RegisterAllocationScope allocator_;
717 RegisterAllocationScope register_scope(this); in GenerateBytecode()
985 RegisterAllocationScope register_scope(this); in VisitModuleNamespaceImports()
1002 RegisterAllocationScope register_scope(this); in VisitDeclarations()
1005 RegisterAllocationScope register_scope(this); in VisitDeclarations()
1032 RegisterAllocationScope allocation_scope(this); in VisitStatements()
1260 RegisterAllocationScope register_scope(this); in VisitForInAssignment()
1272 RegisterAllocationScope register_scope(this); in VisitForInAssignment()
1283 RegisterAllocationScope register_scope(this); in VisitForInAssignment()
1297 RegisterAllocationScope register_scope(this); in VisitForInAssignment()
1490 RegisterAllocationScope register_scope(this); in VisitClassLiteral()
1527 RegisterAllocationScope register_scope(this); in VisitClassLiteralProperties()
1699 RegisterAllocationScope inner_register_scope(this); in VisitObjectLiteral()
1716 RegisterAllocationScope register_scope(this); in VisitObjectLiteral()
1773 RegisterAllocationScope inner_register_scope(this); in VisitObjectLiteral()
1796 RegisterAllocationScope inner_register_scope(this); in VisitObjectLiteral()
2024 RegisterAllocationScope register_scope(this); in BuildReturn()
2035 RegisterAllocationScope register_scope(this); in BuildAsyncReturn()
2058 RegisterAllocationScope register_scope(this); in BuildAbort()
2067 RegisterAllocationScope register_scope(this); in BuildThrowReferenceError()
2108 RegisterAllocationScope assignment_register_scope(this); in BuildVariableAssignment()
2358 RegisterAllocationScope register_scope(this); in VisitYield()
2459 RegisterAllocationScope register_scope(this); in VisitNamedSuperPropertyLoad()
2477 RegisterAllocationScope register_scope(this); in VisitKeyedSuperPropertyLoad()
2554 RegisterAllocationScope inner_register_scope(this); in VisitCall()
2602 RegisterAllocationScope inner_register_scope(this); in VisitCall()
2639 RegisterAllocationScope register_scope(this); in VisitCallSuper()