Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-jump-table.h32 switch_bytecode_offset_(kInvalidOffset), in BytecodeJumpTable()
38 size_t switch_bytecode_offset() const { return switch_bytecode_offset_; } in switch_bytecode_offset()
67 DCHECK_EQ(switch_bytecode_offset_, kInvalidOffset); in set_switch_bytecode_offset()
68 switch_bytecode_offset_ = offset; in set_switch_bytecode_offset()
77 size_t switch_bytecode_offset_; variable