Home
last modified time | relevance | path

Searched refs:RegisterAllocationScope (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-generator.cc389 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()
[all …]
Dbytecode-generator.h51 class RegisterAllocationScope; variable