• Home
  • Raw
  • Download

Lines Matching defs:jsPandaFile

199         std::shared_ptr<JSPandaFile> jsPandaFile =  in ~EcmaContext()  local
253const JSPandaFile *jsPandaFile, std::string_view entryPoint, in InvokeEcmaAotEntrypoint()
275 …pected<JSTaggedValue, bool> EcmaContext::CommonInvokeEcmaEntrypoint(const JSPandaFile *jsPandaFile, in CommonInvokeEcmaEntrypoint()
330 Expected<JSTaggedValue, bool> EcmaContext::InvokeEcmaEntrypoint(const JSPandaFile *jsPandaFile, in InvokeEcmaEntrypoint()
354 const JSPandaFile *jsPandaFile, std::string_view entryPoint, bool excuteFromJob) in InvokeEcmaEntrypointForHotReload()
379 const JSPandaFile *jsPandaFile, std::string_view entryPoint) in CJSExecution()
436 JSTaggedValue EcmaContext::FindConstpool(const JSPandaFile *jsPandaFile, int32_t index) in FindConstpool()
450 const JSPandaFile *jsPandaFile) in FindConstpools()
460 JSTaggedValue EcmaContext::FindConstpool(const JSPandaFile *jsPandaFile, panda_file::File::EntityId… in FindConstpool()
467 JSTaggedValue EcmaContext::FindConstpoolWithAOT(const JSPandaFile *jsPandaFile, int32_t index) in FindConstpoolWithAOT()
482 JSHandle<ConstantPool> EcmaContext::FindOrCreateConstPool(const JSPandaFile *jsPandaFile, panda_fil… in FindOrCreateConstPool()
495 void EcmaContext::CreateAllConstpool(const JSPandaFile *jsPandaFile) in CreateAllConstpool()
508 void EcmaContext::AddConstpool(const JSPandaFile *jsPandaFile, JSTaggedValue constpool, int32_t ind… in AddConstpool()
586 void EcmaContext::RelocateConstantString(const JSPandaFile *jsPandaFile) in RelocateConstantString()