Home
last modified time | relevance | path

Searched refs:pfPtr (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dclass_hash_table_test.cpp306 const panda_file::File *pfPtr = nullptr; in TEST_F() local
307 auto checkFilename = [&pfPtr, filename](const panda_file::File &pf) { in TEST_F()
309 pfPtr = &pf; in TEST_F()
316 ASSERT(!pfPtr->GetClassHashTable().empty()); in TEST_F()
368 const panda_file::File *pfPtr = nullptr; in TEST_F() local
369 Runtime::GetCurrent()->GetClassLinker()->EnumeratePandaFiles([&pfPtr, filename](const panda_file::File &pf) { in TEST_F()
371 pfPtr = &pf; in TEST_F()
377 auto classId2A = pfPtr->GetClassIdFromClassHashTable(descriptorA); in TEST_F()
378 auto classId2B = pfPtr->GetClassIdFromClassHashTable(descriptorB); in TEST_F()
379 auto classId2C = pfPtr in TEST_F()
[all...]
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
H A Djs_pandafile_executor_test.cpp72 std::unique_ptr<const File> pfPtr = pandasm::AsmEmitter::Emit(res.Value()); in HWTEST_F_L0() local
73 std::shared_ptr<JSPandaFile> pf = pfManager->NewJSPandaFile(pfPtr.release(), CString(fileName)); in HWTEST_F_L0()
107 std::unique_ptr<const File> pfPtr = pandasm::AsmEmitter::Emit(res.Value()); in HWTEST_F_L0() local
108 std::shared_ptr<JSPandaFile> pf = pfManager->NewJSPandaFile(pfPtr.release(), CString(fileName)); in HWTEST_F_L0()
144 std::unique_ptr<const File> pfPtr = pandasm::AsmEmitter::Emit(res.Value()); in HWTEST_F_L0() local
145 std::shared_ptr<JSPandaFile> pf = pfManager->NewJSPandaFile(pfPtr.release(), CString(fileName)); in HWTEST_F_L0()
H A Dpanda_file_translator_test.cpp73 std::unique_ptr<const File> pfPtr = pandasm::AsmEmitter::Emit(res.Value()); in HWTEST_F_L0() local
74 std::shared_ptr<JSPandaFile> pf = pfManager->NewJSPandaFile(pfPtr.release(), CString(filename)); in HWTEST_F_L0()
116 std::unique_ptr<const File> pfPtr = pandasm::AsmEmitter::Emit(res.Value()); in HWTEST_F_L0() local
117 std::shared_ptr<JSPandaFile> pf = pfManager->NewJSPandaFile(pfPtr.release(), CString(filename)); in HWTEST_F_L0()
H A Djs_pandafile_manager_test.cpp76 std::unique_ptr<const File> pfPtr = pandasm::AsmEmitter::Emit(res.Value()); in HWTEST_F_L0() local
78 std::shared_ptr<JSPandaFile> pf = pfManager->NewJSPandaFile(pfPtr.release(), CString(fileName.c_str())); in HWTEST_F_L0()
199 std::unique_ptr<const File> pfPtr = pandasm::AsmEmitter::Emit(res.Value()); in CreateJSPandaFileAndConstpool() local
200 std::shared_ptr<JSPandaFile> pf = pfManager->NewJSPandaFile(pfPtr.release(), CString(filename)); in CreateJSPandaFileAndConstpool()
276 std::unique_ptr<const File> pfPtr = pandasm::AsmEmitter::Emit(res.Value()); in HWTEST_F_L0() local
277 std::shared_ptr<JSPandaFile> pf = pfManager->NewJSPandaFile(pfPtr.release(), CString(filename)); in HWTEST_F_L0()
307 std::unique_ptr<const File> pfPtr = pandasm::AsmEmitter::Emit(res.Value()); in HWTEST_F_L0() local
308 std::shared_ptr<JSPandaFile> pf = pfManager->NewJSPandaFile(pfPtr.release(), CString(filename)); in HWTEST_F_L0()
359 std::unique_ptr<const File> pfPtr = pandasm::AsmEmitter::Emit(res.Value()); in HWTEST_F_L0() local
360 std::shared_ptr<JSPandaFile> pf = pfManager->NewJSPandaFile(pfPtr in HWTEST_F_L0()
376 std::unique_ptr<const File> pfPtr = pandasm::AsmEmitter::Emit(res.Value()); HWTEST_F_L0() local
[all...]
H A Djs_pandafile_test.cpp65 std::unique_ptr<const File> pfPtr = pandasm::AsmEmitter::Emit(res.Value()); in CreateJSPandaFile() local
67 std::shared_ptr<JSPandaFile> pf = pfManager->NewJSPandaFile(pfPtr.release(), filename); in CreateJSPandaFile()
/arkcompiler/ets_runtime/ecmascript/debugger/tests/
H A Djs_debugger_test.cpp97 std::unique_ptr<const File> pfPtr = pandasm::AsmEmitter::Emit(res.Value()); in HWTEST_F_L0() local
98 std::shared_ptr<JSPandaFile> pf = pfManager->NewJSPandaFile(pfPtr.release(), CString(filename)); in HWTEST_F_L0()
H A Ddropframe_manager_test.cpp146 std::unique_ptr<const File> pfPtr = pandasm::AsmEmitter::Emit(res.Value()); in HWTEST_F_L0() local
147 std::shared_ptr<JSPandaFile> pf = pfManager->NewJSPandaFile(pfPtr.release(), CString(filename)); in HWTEST_F_L0()
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/sampler/
H A Dsampling_profiler_test.cpp657 auto pfPtr = reinterpret_cast<panda_file::File *>(moduleInfo.ptr); in TEST_F() local
658 ASSERT_EQ(pfPtr->GetFullFileName(), moduleInfo.pathname); in TEST_F()
690 auto pfPtr = reinterpret_cast<panda_file::File *>(moduleInfo.ptr); in TEST_F() local
691 ASSERT_EQ(pfPtr->GetFullFileName(), moduleInfo.pathname); in TEST_F()
/arkcompiler/ets_runtime/ecmascript/module/tests/
H A Decma_module_test.cpp349 std::unique_ptr<const File> pfPtr = pandasm::AsmEmitter::Emit(res.Value()); in HWTEST_F_L0() local
350 std::shared_ptr<JSPandaFile> pf = pfManager->NewJSPandaFile(pfPtr.release(), baseFilename); in HWTEST_F_L0()
383 std::unique_ptr<const File> pfPtr = pandasm::AsmEmitter::Emit(res.Value()); in HWTEST_F_L0() local
384 std::shared_ptr<JSPandaFile> pf = pfManager->NewJSPandaFile(pfPtr.release(), baseFilename); in HWTEST_F_L0()
419 std::unique_ptr<const File> pfPtr = pandasm::AsmEmitter::Emit(res.Value()); in HWTEST_F_L0() local
420 std::shared_ptr<JSPandaFile> pf = pfManager->NewJSPandaFile(pfPtr.release(), baseFilename); in HWTEST_F_L0()
458 std::unique_ptr<const File> pfPtr = pandasm::AsmEmitter::Emit(res.Value()); in HWTEST_F_L0() local
459 std::shared_ptr<JSPandaFile> pf = pfManager->NewJSPandaFile(pfPtr.release(), baseFilename); in HWTEST_F_L0()
516 std::unique_ptr<const File> pfPtr = pandasm::AsmEmitter::Emit(res.Value()); in HWTEST_F_L0() local
517 std::shared_ptr<JSPandaFile> pf = pfManager->NewJSPandaFile(pfPtr in HWTEST_F_L0()
746 std::unique_ptr<const File> pfPtr = pandasm::AsmEmitter::Emit(res.Value()); HWTEST_F_L0() local
777 std::unique_ptr<const File> pfPtr = pandasm::AsmEmitter::Emit(res.Value()); HWTEST_F_L0() local
812 std::unique_ptr<const File> pfPtr = pandasm::AsmEmitter::Emit(res.Value()); HWTEST_F_L0() local
853 std::unique_ptr<const File> pfPtr = pandasm::AsmEmitter::Emit(res.Value()); HWTEST_F_L0() local
1259 std::unique_ptr<const File> pfPtr = pandasm::AsmEmitter::Emit(res.Value()); HWTEST_F_L0() local
1338 std::unique_ptr<const File> pfPtr = pandasm::AsmEmitter::Emit(res.Value()); HWTEST_F_L0() local
1816 std::unique_ptr<const File> pfPtr = pandasm::AsmEmitter::Emit(res.Value()); HWTEST_F_L0() local
2244 std::unique_ptr<const File> pfPtr = pandasm::AsmEmitter::Emit(res.Value()); HWTEST_F_L0() local
2281 std::unique_ptr<const File> pfPtr = pandasm::AsmEmitter::Emit(res.Value()); HWTEST_F_L0() local
3374 std::unique_ptr<const File> pfPtr = pandasm::AsmEmitter::Emit(res.Value()); HWTEST_F_L0() local
3395 std::unique_ptr<const File> pfPtr = pandasm::AsmEmitter::Emit(res.Value()); HWTEST_F_L0() local
[all...]
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
H A Dpgo_profiler_test.cpp95 auto pfPtr = panda_file::OpenPandaFileOrZip(targetAbcPath, panda_file::File::READ_WRITE); in CreateJSPandaFile() local
97 pf_ = pfManager->NewJSPandaFile(pfPtr.release(), filename); in CreateJSPandaFile()
123 std::unique_ptr<const File> pfPtr = pandasm::AsmEmitter::Emit(res.Value()); in CreateJSPandaFile() local
125 pf_ = pfManager->NewJSPandaFile(pfPtr.release(), filename); in CreateJSPandaFile()
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dclass_linker_test.cpp101 auto *pfPtr = pf.get(); in TEST_F() local
116 EXPECT_EQ(klass->GetPandaFile(), pfPtr); in TEST_F()
/arkcompiler/runtime_core/static_core/runtime/
H A Dclass_linker.cpp1318 const panda_file::File *pfPtr = nullptr; in GetClass() local
1322 std::tie(extId, pfPtr) = FindClassInPandaFiles(descriptor, bootPandaFiles_); in GetClass()
1337 cls = LoadClass(pfPtr, extId, descriptor, context, errorHandler); in GetClass()
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
H A Dllvm_ir_constructor.cpp4575 auto pfPtr = builder.CreateLoad(builder.getPtrTy(), pfPtrPtr); in VisitFillConstArray() local
4576 auto filePtrPtr = builder.CreateConstInBoundsGEP1_64(builder.getInt8Ty(), pfPtr, fileOffset); in VisitFillConstArray()

Completed in 28 milliseconds