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.cpp130 …std::shared_ptr<JSPandaFile> pf1 = pfManager->NewJSPandaFile(pfPtr1.release(), CString(filename1)); in HWTEST_F_L0() local
159 …std::shared_ptr<JSPandaFile> pf1 = pfManager->NewJSPandaFile(pfPtr1.release(), CString(filename1)); in HWTEST_F_L0() local
249 …std::shared_ptr<JSPandaFile> pf1 = pfManager->NewJSPandaFile(pfPtr1.release(), CString(filename1)); in HWTEST_F_L0() local
337 …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