Lines Matching defs:jsPandaFile
211 std::shared_ptr<JSPandaFile> jsPandaFile = in ~EcmaContext() local
278 … const JSPandaFile *jsPandaFile, std::string_view entryPoint, in InvokeEcmaAotEntrypoint()
300 …pected<JSTaggedValue, bool> EcmaContext::CommonInvokeEcmaEntrypoint(const JSPandaFile *jsPandaFile, in CommonInvokeEcmaEntrypoint()
376 Expected<JSTaggedValue, bool> EcmaContext::InvokeEcmaEntrypoint(const JSPandaFile *jsPandaFile, in InvokeEcmaEntrypoint()
413 const JSPandaFile *jsPandaFile, std::string_view entryPoint, bool executeFromJob) in InvokeEcmaEntrypointForHotReload()
438 const JSPandaFile *jsPandaFile, std::string_view entryPoint) in CJSExecution()
529 void EcmaContext::EraseUnusedConstpool(const JSPandaFile *jsPandaFile, int32_t index, int32_t const… in EraseUnusedConstpool()
551 const JSPandaFile *jsPandaFile) in FindConstpools()
557 JSTaggedValue EcmaContext::FindConstpool(const JSPandaFile *jsPandaFile, panda_file::File::EntityId… in FindConstpool()
564 JSTaggedValue EcmaContext::FindConstpool(const JSPandaFile *jsPandaFile, int32_t index) in FindConstpool()
573 JSTaggedValue EcmaContext::FindConstpoolFromContextCache(const JSPandaFile *jsPandaFile, int32_t in… in FindConstpoolFromContextCache()
594 JSHandle<ConstantPool> EcmaContext::AddOrUpdateConstpool(const JSPandaFile *jsPandaFile, in AddOrUpdateConstpool()
603 void EcmaContext::AddContextConstpoolCache(const JSPandaFile *jsPandaFile, in AddContextConstpoolCache()
646 JSTaggedValue EcmaContext::FindCachedConstpoolAndLoadAiIfNeeded(const JSPandaFile *jsPandaFile, int… in FindCachedConstpoolAndLoadAiIfNeeded()
662 JSHandle<ConstantPool> EcmaContext::FindOrCreateConstPool(const JSPandaFile *jsPandaFile, panda_fil… in FindOrCreateConstPool()
686 void EcmaContext::CreateAllConstpool(const JSPandaFile *jsPandaFile) in CreateAllConstpool()
713 void EcmaContext::RelocateConstantString(const JSPandaFile *jsPandaFile) in RelocateConstantString()