Home
last modified time | relevance | path

Searched refs:source1 (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_test.cpp262 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/
Dassembler_emitter_test.cpp843 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/
Dbuiltins_string_stub_builder.cpp520 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()
Dbuiltins_object_stub_builder.cpp700 GateRef source1 = GetCallArg2(numArgs_); in Assign() local
701 Assign(result, &next1, exit, target, source1); in Assign()