Home
last modified time | relevance | path

Searched defs:case_value (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
Dbytecode-jump-table.h42 bool is_bound(int case_value) const { in is_bound()
49 size_t ConstantPoolEntryFor(int case_value) { in ConstantPoolEntryFor()
58 void mark_bound(int case_value) { in mark_bound()
Dbytecode-array-iterator.h29 int case_value; member
Dcontrol-flow-builders.cc104 void SwitchBuilder::BindCaseTargetForJumpTable(int case_value, in BindCaseTargetForJumpTable()
Dbytecode-array-iterator.cc312 int case_value, int table_offset, int table_end, in iterator()
Dbytecode-array-writer.cc173 int case_value) { in BindJumpTableEntry()
Dbytecode-array-builder.cc1117 int case_value) { in Bind()
Dinterpreter-generator.cc2240 TNode<IntPtrT> case_value = IntPtrSub(SmiUntag(CAST(acc)), case_value_base); in IGNITION_HANDLER() local
3065 TNode<IntPtrT> case_value = SmiUntag(state); in IGNITION_HANDLER() local
/third_party/node/deps/v8/src/compiler/
Draw-machine-assembler.cc576 int32_t case_value = case_values[i]; in Switch() local
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dstorage.c967 uint32_t case_value = upb_fielddef_number(field); in layout_set() local
/third_party/node/deps/v8/src/baseline/
Dbaseline-compiler.cc2099 Register case_value = scratch_scope.AcquireScratch(); in VisitSwitchOnSmiNoFeedback() local