Searched refs:case_labels (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/builtins/ |
D | builtins-sharedarraybuffer-gen.cc | 158 Label* case_labels[] = { in TF_BUILTIN() local 161 Switch(instance_type, &other, case_values, case_labels, in TF_BUILTIN() 162 arraysize(case_labels)); in TF_BUILTIN() 221 Label* case_labels[] = { in TF_BUILTIN() local 224 Switch(instance_type, &other, case_values, case_labels, in TF_BUILTIN() 225 arraysize(case_labels)); in TF_BUILTIN() 282 Label* case_labels[] = { in TF_BUILTIN() local 285 Switch(instance_type, &other, case_values, case_labels, in TF_BUILTIN() 286 arraysize(case_labels)); in TF_BUILTIN() 360 Label* case_labels[] = { in TF_BUILTIN() local [all …]
|
D | builtins-internal-gen.cc | 933 Label* case_labels[] = { 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() 938 arraysize(case_labels)); in TF_BUILTIN()
|
D | builtins-object-gen.cc | 982 Label* case_labels[kNumCases]; in TF_BUILTIN() local 985 case_labels[i] = kJumpTable[i].label; in TF_BUILTIN() 988 Switch(receiver_instance_type, &if_object, case_values, case_labels, in TF_BUILTIN()
|
/external/v8/src/compiler/ |
D | raw-machine-assembler.cc | 118 RawMachineLabel** case_labels, in Switch() argument 130 schedule()->AddGoto(case_block, Use(case_labels[index])); in Switch()
|
D | code-assembler.cc | 1440 const int32_t* case_values, Label** case_labels, in Switch() argument 1446 labels[i] = case_labels[i]->label_; in Switch() 1447 case_labels[i]->MergeVariables(); in Switch()
|
D | raw-machine-assembler.h | 865 const int32_t* case_values, RawMachineLabel** case_labels,
|
D | code-assembler.h | 784 Label** case_labels, size_t case_count);
|
/external/v8/src/ |
D | code-stub-assembler.cc | 12331 Label* case_labels[] = {&check_is_bytecode_array, 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() 12339 arraysize(case_labels)); in GetSharedFunctionInfoCode()
|