/arkcompiler/runtime_core/static_core/compiler/tests/ |
H A D | class_hash_table_test.cpp | 306 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 D | js_pandafile_executor_test.cpp | 72 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 D | panda_file_translator_test.cpp | 73 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 D | js_pandafile_manager_test.cpp | 76 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 D | js_pandafile_test.cpp | 65 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 D | js_debugger_test.cpp | 97 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 D | dropframe_manager_test.cpp | 146 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 D | sampling_profiler_test.cpp | 657 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 D | ecma_module_test.cpp | 349 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 D | pgo_profiler_test.cpp | 95 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 D | class_linker_test.cpp | 101 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 D | class_linker.cpp | 1318 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 D | llvm_ir_constructor.cpp | 4575 auto pfPtr = builder.CreateLoad(builder.getPtrTy(), pfPtrPtr); in VisitFillConstArray() local 4576 auto filePtrPtr = builder.CreateConstInBoundsGEP1_64(builder.getInt8Ty(), pfPtr, fileOffset); in VisitFillConstArray()
|