Searched refs:source1 (Results 1 – 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/ |
D | js_pandafile_test.cpp | 262 const char *source1 = R"( in HWTEST_F_L0() local 266 std::shared_ptr<JSPandaFile> pf1 = CreateJSPandaFile(source1, fileName1); in HWTEST_F_L0()
|
/arkcompiler/runtime_core/assembler/tests/ |
D | assembler_emitter_test.cpp | 843 auto source1 = R"( variable 856 auto res1 = p1.Parse(source1); 1164 auto source1 = R"( variable 1177 auto res1 = p1.Parse(source1);
|
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
D | builtins_string_stub_builder.cpp | 520 GateRef source1 = PtrAdd(GetNormalStringData(stringInfoGate), fromOffset); in GetSubString() local 523 CopyUtf16AsUtf8(glue, dst, source1, len); in GetSubString() 1185 GateRef source1 = PtrAdd(GetNormalStringData(stringInfoGate), fromOffset); in FastSubUtf16String() local 1190 CopyUtf16AsUtf8(glue, dst, source1, len); in FastSubUtf16String() 1195 CopyChars(glue, dst, source1, len, IntPtr(sizeof(uint16_t)), VariableType::INT16()); in FastSubUtf16String()
|
D | builtins_object_stub_builder.cpp | 700 GateRef source1 = GetCallArg2(numArgs_); in Assign() local 701 Assign(result, &next1, exit, target, source1); in Assign()
|