/third_party/node/deps/v8/src/builtins/ |
D | builtins-sharedarraybuffer-gen.cc | 204 int32_t case_values[] = { in TF_BUILTIN() local 209 Switch(elements_kind, &other, case_values, case_labels, in TF_BUILTIN() 321 int32_t case_values[] = { in TF_BUILTIN() local 326 Switch(elements_kind, &other, case_values, case_labels, in TF_BUILTIN() 446 int32_t case_values[] = { in TF_BUILTIN() local 453 Switch(elements_kind, &other, case_values, case_labels, in TF_BUILTIN() 592 int32_t case_values[] = { in TF_BUILTIN() local 599 Switch(elements_kind, &other, case_values, case_labels, in TF_BUILTIN() 758 int32_t case_values[] = { in AtomicBinopBuiltinCommon() local 765 Switch(elements_kind, &other, case_values, case_labels, in AtomicBinopBuiltinCommon()
|
D | builtins-microtask-queue-gen.cc | 135 int32_t case_values[] = {CALLABLE_TASK_TYPE, CALLBACK_TASK_TYPE, in RunSingleMicrotask() local 142 static_assert(arraysize(case_values) == arraysize(case_labels), ""); in RunSingleMicrotask() 143 Switch(microtask_type, &is_unreachable, case_values, case_labels, in RunSingleMicrotask()
|
D | builtins-object-gen.cc | 791 int32_t case_values[kNumCases]; in TF_BUILTIN() local 794 case_values[i] = kJumpTable[i].value; in TF_BUILTIN() 796 Switch(receiver_instance_type, &if_object, case_values, case_labels, in TF_BUILTIN() 797 arraysize(case_values)); in TF_BUILTIN()
|
/third_party/node/deps/v8/src/compiler/ |
D | raw-machine-assembler.cc | 568 const int32_t* case_values, in Switch() argument 576 int32_t case_value = case_values[i]; in Switch()
|
D | code-assembler.cc | 1331 const int32_t* case_values, Label** case_labels, in Switch() argument 1339 return raw_assembler()->Switch(index, default_label->label_, case_values, in Switch()
|
D | raw-machine-assembler.h | 1023 const int32_t* case_values, RawMachineLabel** case_labels,
|
D | code-assembler.h | 723 void Switch(Node* index, Label* default_label, const int32_t* case_values,
|
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
D | function.h | 129 std::unique_ptr<std::vector<uint64_t>> case_values; member
|
D | function.cc | 1930 std::unordered_set<uint64_t> case_values; in FindSwitchCaseHeaders() local 1937 if (case_values.count(value)) { in FindSwitchCaseHeaders() 1941 case_values.insert(value); in FindSwitchCaseHeaders() 1951 case_block->case_values = std::make_unique<std::vector<uint64_t>>( in FindSwitchCaseHeaders() 3056 const auto* values_ptr = clause_heads[i]->case_values.get(); in EmitSwitchStart()
|
D | function_cfg_test.cc | 4222 EXPECT_EQ(bi10->case_values.get(), nullptr); in TEST_F() 4257 EXPECT_EQ(bi99->case_values.get(), nullptr); in TEST_F() 4295 EXPECT_EQ(bi30->case_values.get(), nullptr); in TEST_F() 4333 EXPECT_THAT(*(bi20->case_values.get()), UnorderedElementsAre(200)); in TEST_F() 4368 EXPECT_THAT(*(bi20->case_values.get()), UnorderedElementsAre(200)); in TEST_F() 4436 EXPECT_THAT(*(bi20->case_values.get()), UnorderedElementsAre(200, 300)); in TEST_F()
|
/third_party/node/deps/v8/src/ic/ |
D | accessor-assembler.cc | 2036 int32_t case_values[] = {Representation::kTagged, Representation::kHeapObject, in HandleStoreICSmiHandlerCase() local 2041 Switch(field_representation, &if_double_field, case_values, case_labels, 3); in HandleStoreICSmiHandlerCase()
|
/third_party/node/deps/v8/src/codegen/ |
D | code-stub-assembler.cc | 14662 int32_t case_values[] = { in GetSharedFunctionInfoCode() local 14702 STATIC_ASSERT(arraysize(case_values) == arraysize(case_labels)); in GetSharedFunctionInfoCode() 14703 Switch(data_type, &check_is_interpreter_data, case_values, case_labels, in GetSharedFunctionInfoCode()
|