Home
last modified time | relevance | path

Searched defs:case_value_base (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
Dbytecode-jump-table.h25 BytecodeJumpTable(size_t constant_pool_index, int size, int case_value_base, in BytecodeJumpTable()
39 int case_value_base() const { return case_value_base_; } in case_value_base() function
Dbytecode-array-iterator.cc250 int32_t case_value_base; in GetJumpTableTargetOffsets() local
287 int case_value_base) in JumpTableTargetOffsets()
Dinterpreter-generator.cc2228 TNode<IntPtrT> case_value_base = BytecodeOperandImmIntPtr(2); in IGNITION_HANDLER() local
/third_party/node/deps/v8/src/baseline/
Dbaseline-compiler.cc2092 int case_value_base = (*offsets.begin()).case_value; in VisitSwitchOnSmiNoFeedback() local