Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-jump-table.h38 size_t switch_bytecode_offset() const { return switch_bytecode_offset_; } in switch_bytecode_offset() function
Dbytecode-array-writer.cc131 size_t relative_jump = current_offset - jump_table->switch_bytecode_offset(); in BindJumpTableEntry()