Home
last modified time | relevance | path

Searched defs:pf1 (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_manager_test.cpp123 …std::shared_ptr<JSPandaFile> pf1 = pfManager->NewJSPandaFile(pfPtr1.release(), CString(filename1)); in HWTEST_F_L0() local
152 …std::shared_ptr<JSPandaFile> pf1 = pfManager->NewJSPandaFile(pfPtr1.release(), CString(filename1)); in HWTEST_F_L0() local
238 …std::shared_ptr<JSPandaFile> pf1 = pfManager->NewJSPandaFile(pfPtr1.release(), CString(filename1)); in HWTEST_F_L0() local
328 …std::shared_ptr<JSPandaFile> pf1 = pfManager->NewJSPandaFile(pfPtr1.release(), CString(filename1)); in HWTEST_F_L0() local
Djs_pandafile_test.cpp266 std::shared_ptr<JSPandaFile> pf1 = CreateJSPandaFile(source1, fileName1); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/tests/
Dgc_third_test.cpp744 …std::shared_ptr<JSPandaFile> pf1 = pfManager->NewJSPandaFile(pfPtr1.release(), CString(filename1)); in HWTEST_F_L0() local
/arkcompiler/runtime_core/assembler/tests/
Dassembler_emitter_test.cpp986 auto pf1 = AsmEmitter::Emit(program.Value()); variable