Home
last modified time | relevance | path

Searched defs:val2 (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/regexp/tests/
Ddyn_chunk_test.cpp65 uint32_t val2 = dynChunk.GetU16(2); in HWTEST_F_L0() local
81 uint32_t val2 = dynChunk.GetU8(1); in HWTEST_F_L0() local
94 uint32_t val2 = dynChunk.GetU8(1); in HWTEST_F_L0() local
/arkcompiler/runtime_core/runtime/interpreter/
Dmath_helpers.h169 auto val2 = static_cast<unsigned_T>(b); in SafeMath() local
/arkcompiler/toolchain/tooling/test/utils/
Dtest_util.h217 #define ASSERT_FAIL_(val1, val2, strval1, strval2, msg) \ argument
/arkcompiler/runtime_core/runtime/tests/tooling/
Dtest_util.h230 #define _ASSERT_FAIL(val1, val2, strval1, strval2, msg) \ argument
/arkcompiler/runtime_core/compiler/tests/
Dinst_test.cpp260 int32_t val2 = int32_const[i]; in TEST_F() local
Dinst_generator.cpp240 auto val2 = CreateParamInst(graph, inst->GetType(), stack_slot++); in GenerateOperation() local
/arkcompiler/runtime_core/compiler/aot/aot_builder/
Delf_builder.h53 void AddFdeInst(Dwarf_Small op, Dwarf_Unsigned val1, Dwarf_Unsigned val2) in AddFdeInst()
/arkcompiler/runtime_core/runtime/tests/
Dstring_test.cpp408 uint8_t val2 = rand(); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_string_test.cpp281 JSHandle<EcmaString> val2 = factory->NewFromASCII("c"); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_object_test.cpp154 …JSTaggedValue val2 = JSObject::GetProperty(thread, global, printTestKey).GetValue().GetTaggedValue… in HWTEST_F_L0() local