• Home
  • Raw
  • Download

Lines Matching defs:jsPandaFile

156         std::shared_ptr<JSPandaFile> jsPandaFile =  in ~EcmaContext()  local
225const JSPandaFile *jsPandaFile, std::string_view entryPoint, in InvokeEcmaAotEntrypoint()
247 …pected<JSTaggedValue, bool> EcmaContext::CommonInvokeEcmaEntrypoint(const JSPandaFile *jsPandaFile, in CommonInvokeEcmaEntrypoint()
336 Expected<JSTaggedValue, bool> EcmaContext::InvokeEcmaEntrypoint(const JSPandaFile *jsPandaFile, in InvokeEcmaEntrypoint()
363 const JSPandaFile *jsPandaFile, std::string_view entryPoint, const ExecuteTypes &executeType) in InvokeEcmaEntrypointForHotReload()
388 const JSPandaFile *jsPandaFile, std::string_view entryPoint) in CJSExecution()
474 void EcmaContext::EraseUnusedConstpool(const JSPandaFile *jsPandaFile, int32_t index, int32_t const… in EraseUnusedConstpool()
496 const JSPandaFile *jsPandaFile) in FindConstpools()
502 JSTaggedValue EcmaContext::FindConstpool(const JSPandaFile *jsPandaFile, panda_file::File::EntityId… in FindConstpool()
509 JSTaggedValue EcmaContext::FindConstpool(const JSPandaFile *jsPandaFile, int32_t index) in FindConstpool()
518 JSTaggedValue EcmaContext::FindConstpoolFromContextCache(const JSPandaFile *jsPandaFile, int32_t in… in FindConstpoolFromContextCache()
539 JSHandle<ConstantPool> EcmaContext::AddOrUpdateConstpool(const JSPandaFile *jsPandaFile, in AddOrUpdateConstpool()
548 void EcmaContext::AddContextConstpoolCache(const JSPandaFile *jsPandaFile, in AddContextConstpoolCache()
629 JSTaggedValue EcmaContext::FindCachedConstpoolAndLoadAiIfNeeded(const JSPandaFile *jsPandaFile, int… in FindCachedConstpoolAndLoadAiIfNeeded()
645 JSHandle<ConstantPool> EcmaContext::FindOrCreateConstPool(const JSPandaFile *jsPandaFile, panda_fil… in FindOrCreateConstPool()
671 void EcmaContext::CreateAllConstpool(const JSPandaFile *jsPandaFile) in CreateAllConstpool()
698 void EcmaContext::RelocateConstantString(const JSPandaFile *jsPandaFile) in RelocateConstantString()