Lines Matching defs:jsPandaFile
472 …std::shared_ptr<JSPandaFile> jsPandaFile = JSPandaFileManager::GetInstance()->FindJSPandaFile(asse… in ~EcmaVM() local
1677 void EcmaVM::EraseUnusedConstpool(const JSPandaFile *jsPandaFile, int32_t index, int32_t constpoolI… in EraseUnusedConstpool()
1698 JSTaggedValue EcmaVM::FindConstpoolFromContextCache(const JSPandaFile *jsPandaFile, int32_t index) in FindConstpoolFromContextCache()
1710 JSTaggedValue EcmaVM::FindConstpool(const JSPandaFile *jsPandaFile, int32_t index) in FindConstpool()
1720 JSTaggedValue EcmaVM::FindConstpool(const JSPandaFile *jsPandaFile, panda_file::File::EntityId id) in FindConstpool()
1736 JSHandle<ConstantPool> EcmaVM::AddOrUpdateConstpool(const JSPandaFile *jsPandaFile, in AddOrUpdateConstpool()
1745 void EcmaVM::AddContextConstpoolCache(const JSPandaFile *jsPandaFile, in AddContextConstpoolCache()
1831 JSTaggedValue EcmaVM::FindCachedConstpoolAndLoadAiIfNeeded(const JSPandaFile *jsPandaFile, int32_t … in FindCachedConstpoolAndLoadAiIfNeeded()
1847 JSHandle<ConstantPool> EcmaVM::FindOrCreateConstPool(const JSPandaFile *jsPandaFile, panda_file::Fi… in FindOrCreateConstPool()
1874 void EcmaVM::CreateAllConstpool(const JSPandaFile *jsPandaFile) in CreateAllConstpool()
1902 const JSPandaFile *jsPandaFile) in FindConstpools()
1922 … const JSPandaFile *jsPandaFile, std::string_view entryPoint, in InvokeEcmaAotEntrypoint()
1946 Expected<JSTaggedValue, bool> EcmaVM::CommonInvokeEcmaEntrypoint(const JSPandaFile *jsPandaFile, in CommonInvokeEcmaEntrypoint()
2035 Expected<JSTaggedValue, bool> EcmaVM::InvokeEcmaEntrypoint(const JSPandaFile *jsPandaFile, in InvokeEcmaEntrypoint()
2062 const JSPandaFile *jsPandaFile, std::string_view entryPoint, const ExecuteTypes &executeType) in InvokeEcmaEntrypointForHotReload()
2087 const JSPandaFile *jsPandaFile, std::string_view entryPoint) in CJSExecution()