Searched refs:case_values (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/builtins/ |
D | builtins-sharedarraybuffer-gen.cc | 154 int32_t case_values[] = { in TF_BUILTIN() local 161 Switch(instance_type, &other, case_values, case_labels, in TF_BUILTIN() 217 int32_t case_values[] = { in TF_BUILTIN() local 224 Switch(instance_type, &other, case_values, case_labels, in TF_BUILTIN() 278 int32_t case_values[] = { in TF_BUILTIN() local 285 Switch(instance_type, &other, case_values, case_labels, in TF_BUILTIN() 356 int32_t case_values[] = { in TF_BUILTIN() local 363 Switch(instance_type, &other, case_values, case_labels, in TF_BUILTIN() 453 int32_t case_values[] = { in BINOP_BUILTIN() local 460 Switch(instance_type, &other, case_values, case_labels, in BINOP_BUILTIN()
|
D | builtins-internal-gen.cc | 929 int32_t case_values[] = {CALLABLE_TASK_TYPE, CALLBACK_TASK_TYPE, in TF_BUILTIN() local 936 static_assert(arraysize(case_values) == arraysize(case_labels), ""); in TF_BUILTIN() 937 Switch(microtask_type, &is_unreachable, case_values, case_labels, in TF_BUILTIN()
|
D | builtins-object-gen.cc | 983 int32_t case_values[kNumCases]; in TF_BUILTIN() local 986 case_values[i] = kJumpTable[i].value; in TF_BUILTIN() 988 Switch(receiver_instance_type, &if_object, case_values, case_labels, in TF_BUILTIN() 989 arraysize(case_values)); in TF_BUILTIN()
|
/external/v8/src/compiler/ |
D | raw-machine-assembler.cc | 117 const int32_t* case_values, in Switch() argument 125 int32_t case_value = case_values[index]; in Switch()
|
D | code-assembler.cc | 1440 const int32_t* case_values, Label** case_labels, in Switch() argument 1450 return raw_assembler()->Switch(index, default_label->label_, case_values, in Switch()
|
D | raw-machine-assembler.h | 865 const int32_t* case_values, RawMachineLabel** case_labels,
|
D | code-assembler.h | 783 void Switch(Node* index, Label* default_label, const int32_t* case_values,
|
/external/v8/src/ |
D | code-stub-assembler.cc | 12318 int32_t case_values[] = {BYTECODE_ARRAY_TYPE, in GetSharedFunctionInfoCode() local 12337 STATIC_ASSERT(arraysize(case_values) == arraysize(case_labels)); in GetSharedFunctionInfoCode() 12338 Switch(data_type, &check_is_interpreter_data, case_values, case_labels, in GetSharedFunctionInfoCode()
|