Home
last modified time | relevance | path

Searched refs:case_labels (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-sharedarraybuffer-gen.cc158 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 …]
Dbuiltins-internal-gen.cc933 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()
Dbuiltins-object-gen.cc982 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/
Draw-machine-assembler.cc118 RawMachineLabel** case_labels, in Switch() argument
130 schedule()->AddGoto(case_block, Use(case_labels[index])); in Switch()
Dcode-assembler.cc1440 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()
Draw-machine-assembler.h865 const int32_t* case_values, RawMachineLabel** case_labels,
Dcode-assembler.h784 Label** case_labels, size_t case_count);
/external/v8/src/
Dcode-stub-assembler.cc12331 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()