Searched refs:V128 (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/toolchain/tooling/base/ |
H A D | pt_types.h | 440 static const std::string V128; // NOLINT (readability-identifier-naming) member 447 type == I64 || type == F32 || type == F64 || type == V128 || type == Externref; in Valid()
|
H A D | pt_types.cpp | 57 const std::string ObjectSubType::V128 = "v128"; // NOLINT (readability-identifier-naming) member in panda::ecmascript::tooling::ObjectSubType
|
/arkcompiler/toolchain/tooling/test/ |
H A D | debugger_types_test.cpp | 1388 R"("}}],"this":{"type":")" + ObjectType::Object + R"(","subtype":")" + ObjectSubType::V128 + R"("}}})"; 1398 R"("}}],"this":{"type":")" + ObjectType::Object + R"(","subtype":")" + ObjectSubType::V128 + R"("}}})"; 1408 R"("}}],"this":{"type":")" + ObjectType::Object + R"(","subtype":")" + ObjectSubType::V128 + R"("}}})"; 1418 R"("}}],"this":{"type":")" + ObjectType::Object + R"(","subtype":")" + ObjectSubType::V128 + R"("}}})"; 1428 R"("}}],"this":{"type":")" + ObjectType::Object + R"(","subtype":")" + ObjectSubType::V128 + R"("}}})"; 1438 R"("}}],"this":{"type":")" + ObjectType::Object + R"(","subtype":")" + ObjectSubType::V128 + R"("}}})"; 1448 R"("}}],"this":{"type":")" + ObjectType::Object + R"(","subtype":")" + ObjectSubType::V128 + R"("}}})"; 1458 R"("}}],"this":{"type":")" + ObjectType::Object + R"(","subtype":")" + ObjectSubType::V128 + R"("}}})"; 1468 R"("}}],"this":{"type":")" + ObjectType::Object + R"(","subtype":")" + ObjectSubType::V128 + R"("}}})"; 1478 R"("}}],"this":{"type":")" + ObjectType::Object + R"(","subtype":")" + ObjectSubType::V128 [all...] |
Completed in 13 milliseconds