HomeSort by relevance Sort by last modified time
    Searched refs:RegisterAllocationScope (Results 1 - 2 of 2) sorted by null

  /external/v8/src/interpreter/
bytecode-generator.h 48 class RegisterAllocationScope;
195 RegisterAllocationScope* register_allocator) {
198 RegisterAllocationScope* register_allocator() const {
215 RegisterAllocationScope* register_allocator_;
bytecode-generator.cc 377 class BytecodeGenerator::RegisterAllocationScope {
379 explicit RegisterAllocationScope(BytecodeGenerator* generator)
387 virtual ~RegisterAllocationScope() {
392 RegisterAllocationScope* current_scope = generator()->register_allocator();
421 RegisterAllocationScope* outer() const { return outer_; }
428 RegisterAllocationScope* outer_;
431 DISALLOW_COPY_AND_ASSIGN(RegisterAllocationScope);
462 const RegisterAllocationScope* allocator() const { return &allocator_; }
475 RegisterAllocationScope allocator_;
572 RegisterAllocationScope register_scope(this)
    [all...]

Completed in 184 milliseconds