Home
last modified time | relevance | path

Searched defs:pf (Results 1 – 25 of 47) sorted by relevance

12

/ark/js_runtime/ecmascript/jspandafile/
Djs_pandafile_manager.cpp46 auto pf = panda_file::OpenPandaFileOrZip(filename, panda_file::File::READ_WRITE); in LoadPfAbc() local
71 auto pf = panda_file::OpenPandaFileFromMemory(buffer, size); in LoadBufferAbc() local
96 const JSPandaFile *pf = iter.first; in FindJSPandaFileUnlocked() local
104 const JSPandaFile *JSPandaFileManager::GetJSPandaFile(const panda_file::File *pf) in GetJSPandaFile()
158 tooling::JSPtExtractor *JSPandaFileManager::GetJSPtExtractor(const JSPandaFile *pf) in GetJSPtExtractor()
166 const JSPandaFile *JSPandaFileManager::CreateJSPandaFile(const panda_file::File *pf, const CString … in CreateJSPandaFile()
Dscope_info_extractor.cpp27 const panda_file::File *pf = method->GetPandaFile(); in GenerateScopeInfo() local
Djs_pandafile.cpp21 JSPandaFile::JSPandaFile(const panda_file::File *pf, const CString &descriptor) : pf_(pf), desc_(de… in JSPandaFile()
/ark/runtime_core/assembler/tests/
Demitter_test.cpp68 auto pf = AsmEmitter::Emit(res.Value()); in TEST() local
212 auto pf = AsmEmitter::Emit(res.Value()); in TEST() local
301 auto pf = AsmEmitter::Emit(res.Value()); in TEST() local
361 auto pf = AsmEmitter::Emit(res.Value()); in TEST() local
375 auto pf = AsmEmitter::Emit(res.Value()); in TEST() local
389 auto pf = AsmEmitter::Emit(res.Value()); in TEST() local
403 auto pf = AsmEmitter::Emit(res.Value()); in TEST() local
418 auto pf = AsmEmitter::Emit(res.Value()); in TEST() local
432 auto pf = AsmEmitter::Emit(prog); in TEST() local
446 auto pf = AsmEmitter::Emit(prog); in TEST() local
[all …]
/ark/runtime_core/verification/cache/
Dfile_entity_cache.h41 Entity &GetCached(const panda_file::File *pf, uint32_t file_offset) const in GetCached()
52 void AddToCache(const panda_file::File *pf, uint32_t file_offset, const Entity &entity) in AddToCache()
/ark/runtime_core/verification/job_queue/
Dindex_table_cache.h40 T &GetFromCache(const panda_file::File *pf, const Span &span) in GetFromCache()
55 T &AddToCache(const panda_file::File *pf, const Span &span, T &&table) in AddToCache()
Dcache.cpp372 CacheOfRuntimeThings::MethodHash CacheOfRuntimeThings::CalcMethodHash(const panda_file::File *pf, in CalcMethodHash()
401 …RuntimeThings::FieldHash CacheOfRuntimeThings::CalcFieldNameAndTypeHash(const panda_file::File *pf, in CalcFieldNameAndTypeHash()
443 auto *pf = &cda->GetPandaFile(); in AddAncestors() local
473 CacheOfRuntimeThings::CachedClass &FastAPIClassRW::AddToCache(const panda_file::File *pf, in AddToCache()
548 auto *pf = cached_method->file; in InitializeClassIndex() local
581 auto *pf = cached_method->file; in InitializeMethodIndex() local
604 auto *pf = cached_method->file; in InitializeFieldIndex() local
627 auto *pf = cached_method->file; in InitializeHash() local
646 auto *pf = cached_method->file; in InitializeCode() local
708 const panda_file::File *pf, in AddToCache()
[all …]
/ark/runtime_core/libpandafile/tests/
Dfile_test.cpp54 auto pf = pandasm::AsmEmitter::Emit(res.Value()); in GetEmptyPandaFileBytes() local
153 auto pf = OpenPandaFile(zip_filename); in TEST() local
170 auto pf = OpenPandaFile(zip_filename); in TEST() local
191 auto pf = OpenPandaFileOrZip(zip_filename); in TEST() local
212 auto pf = OpenPandaFileOrZip(zip_filename); in TEST() local
Ddebug_info_extractor_test.cpp329 const panda_file::File *pf = panda_file.get(); in TEST_F() local
353 const panda_file::File *pf = panda_file.get(); in TEST_F() local
368 const panda_file::File *pf = panda_file.get(); in TEST_F() local
383 const panda_file::File *pf = panda_file.get(); in TEST_F() local
/ark/runtime_core/libpandafile/external/
Dfile_ext.cpp130 auto pf = panda::panda_file::File::OpenFromMemory(std::move(ptr)); in OpenPandafileFromMemoryExt() local
143 auto pf = panda::panda_file::File::Open(file_name); in OpenPandafileFromFdExt() local
153 bool QueryMethodSymByOffsetExt(struct PandaFileExt *pf, uint64_t offset, struct MethodSymInfoExt *m… in QueryMethodSymByOffsetExt()
165 void QueryAllMethodSymsExt(PandaFileExt *pf, MethodSymInfoExtCallBack callback, void *user_data) in QueryAllMethodSymsExt()
/ark/js_runtime/ecmascript/tooling/backend/
Djs_debugger.cpp105 auto *pf = method->GetJSPandaFile(); in HandleBreakpoint() local
118 auto *pf = method->GetJSPandaFile(); in HandleExceptionThrowEvent() local
130 auto *pf = method->GetJSPandaFile(); in HandleStep() local
/ark/runtime_core/runtime/tests/
Dmethod_test.cpp85 auto pf = pandasm::AsmEmitter::Emit(res.Value()); in VerifyLineNumber() local
148 auto pf = pandasm::AsmEmitter::Emit(res.Value()); in TEST_F() local
210 auto pf = pandasm::AsmEmitter::Emit(res.Value()); in TEST_F() local
245 auto pf = pandasm::AsmEmitter::Emit(res.Value()); in TEST_F() local
282 auto pf = pandasm::AsmEmitter::Emit(res.Value()); in TEST_F() local
365 auto pf = pandasm::AsmEmitter::Emit(res.Value()); in TEST_F() local
481 auto pf = pandasm::AsmEmitter::Emit(res.Value()); in TEST_F() local
Dclass_linker_test.cpp89 auto pf = pandasm::AsmEmitter::Emit(res.Value()); in TEST_F() local
128 auto pf = pandasm::AsmEmitter::Emit(res.Value()); in TEST_F() local
424 auto pf = pandasm::AsmEmitter::Emit(res.Value()); in TEST_F() local
524 auto pf = pandasm::AsmEmitter::Emit(res.Value()); in TEST_F() local
576 auto pf = pandasm::AsmEmitter::Emit(res.Value()); in TEST_F() local
630 auto pf = pandasm::AsmEmitter::Emit(res.Value()); in TEST_F() local
741 auto pf = pandasm::AsmEmitter::Emit(res.Value()); in TEST_F() local
/ark/runtime_core/runtime/
Dclass_linker_extension.cpp59 for (auto &pf : pfs_) { in LoadClass() local
184 Class *ClassLinkerExtension::GetClass(const panda_file::File &pf, panda_file::File::EntityId id, in GetClass()
266 auto pf = panda_file::OpenPandaFileOrZip(pf_path); in CreateApplicationClassLinkerContext() local
279 for (auto &pf : app_files) { in CreateApplicationClassLinkerContext() local
286 for (auto &pf : app_files) { in CreateApplicationClassLinkerContext() local
Druntime.cpp734 class_linker_->EnumerateBootPandaFiles([&pfs](const panda_file::File &pf) { in NotifyAboutLoadedModules()
739 for (const auto *pf : pfs) { in NotifyAboutLoadedModules() local
744 …pected<LanguageContext, Runtime::Error> Runtime::ExtractLanguageContext(const panda_file::File *pf, in ExtractLanguageContext()
789 class_linker_->EnumerateBootPandaFiles([&is_loaded, filename](const panda_file::File &pf) { in CreateApplicationClassLinkerContext()
801 auto pf = panda_file::OpenPandaFileOrZip(filename); in CreateApplicationClassLinkerContext() local
970 auto *pf = caller.GetPandaFile(); in ResolveString() local
975 coretypes::String *Runtime::ResolveString(PandaVM *vm, const panda_file::File &pf, panda_file::File… in ResolveString()
993 auto *pf = caller.GetPandaFile(); in ResolveLiteralArray() local
1036 bool Runtime::GetLiteralTagAndValue(const panda_file::File &pf, panda_file::File::EntityId id, in GetLiteralTagAndValue()
1052 coretypes::Array *Runtime::ResolveLiteralArray(PandaVM *vm, const panda_file::File &pf, panda_file:… in ResolveLiteralArray()
Dclass_linker.cpp48 void ClassLinker::AddPandaFile(std::unique_ptr<const panda_file::File> &&pf, ClassLinkerContext *co… in AddPandaFile()
177 for (auto *pf : panda_files) { in FindClassInPandaFiles() local
347 const auto &pf = method_data_accessor->GetPandaFile(); in LoadMethod() local
639 auto &pf = cda->GetPandaFile(); in LoadBaseClass() local
667 auto &pf = cda->GetPandaFile(); in LoadInterfaces() local
727 auto &pf = class_data_accessor->GetPandaFile(); in LoadClass() local
765 Class *ClassLinker::LoadClass(const panda_file::File *pf, panda_file::File::EntityId class_id, in LoadClass()
1029 Class *ClassLinker::GetClass(const panda_file::File &pf, panda_file::File::EntityId id, ClassLinker… in GetClass()
1077 Method *ClassLinker::GetMethod(const panda_file::File &pf, panda_file::File::EntityId id, in GetMethod()
1118 auto *pf = caller.GetPandaFile(); in GetMethod() local
[all …]
Dfile_manager.cpp24 auto pf = panda_file::OpenPandaFile(location, "", open_mode); in LoadAbcFile() local
Dstring_table.h46 …coretypes::String *GetInternalStringFast(const panda_file::File &pf, panda_file::File::EntityId id) in GetInternalStringFast()
Dstring_table.cpp52 coretypes::String *StringTable::GetOrInternInternalString(const panda_file::File &pf, panda_file::F… in GetOrInternInternalString()
261 coretypes::String *StringTable::InternalTable::GetOrInternString(const panda_file::File &pf, in GetOrInternString()
286 coretypes::String *StringTable::InternalTable::GetStringFast(const panda_file::File &pf, panda_file… in GetStringFast()
/ark/runtime_core/runtime/include/
Dvtable_builder.h40 … Proto(const panda_file::File &pf, panda_file::File::EntityId proto_id) : pda_(pf, proto_id) {} in Proto()
60 …MethodInfo(const panda_file::File &pf, panda_file::File::EntityId method_id, size_t index, ClassLi… in MethodInfo()
/ark/js_runtime/ecmascript/snapshot/mem/
Dsnapshot.cpp38 void SnapShot::MakeSnapShotProgramObject(Program *program, const panda_file::File *pf, const CStrin… in MakeSnapShotProgramObject()
184 auto pf = in DeserializeGlobalEnvAndProgram() local
/ark/js_runtime/ecmascript/
Dliteral_data_extractor.cpp29 void LiteralDataExtractor::ExtractObjectDatas(JSThread *thread, const panda_file::File *pf, size_t … in ExtractObjectDatas()
117 …TaggedArray> LiteralDataExtractor::GetDatasIgnoreType(JSThread *thread, const panda_file::File *pf, in GetDatasIgnoreType()
/ark/runtime_core/libpandafile/
Ddebug_info_extractor.cpp24 static const char *GetStringFromConstantPool(const File &pf, uint32_t offset) in GetStringFromConstantPool()
29 DebugInfoExtractor::DebugInfoExtractor(const File *pf) in DebugInfoExtractor()
241 void DebugInfoExtractor::Extract(const File *pf) in Extract()
/ark/runtime_core/panda/
Dpanda.cpp48 class_linker.EnumerateBootPandaFiles([&res, file_name](const panda_file::File &pf) { in GetPandaFile()
259 runtime.GetClassLinker()->EnumerateBootPandaFiles([](const panda_file::File &pf) { in Main()
/ark/runtime_core/runtime/interpreter/
Druntime_interface.h67 const auto *pf = caller->GetPandaFile(); in GetMethodName() local
75 const auto *pf = caller->GetPandaFile(); in GetMethodClass() local
86 auto *pf = caller->GetPandaFile(); in GetMethodArgumentsCount() local

12