Home
last modified time | relevance | path

Searched refs:IsBundlePack (Results 1 – 17 of 17) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_executor.cpp43 if (!vm->IsBundlePack() && !excuteFromJob) { in ExecuteFromAbcFile()
77 if (!jsPandaFile->IsBundlePack() && !excuteFromJob && !vm->GetBundleName().empty()) { in ExecuteFromAbcFile()
95 if (jsPandaFile->IsBundlePack()) { in ExecuteFromAbcFile()
142 bool isBundle = jsPandaFile->IsBundlePack(); in ExecuteFromBuffer()
176 bool isBundle = jsPandaFile->IsBundlePack(); in ExecuteModuleBuffer()
293 if (jsPandaFile->IsBundlePack()) { in CommonExecuteBuffer()
340 if (!jsPandaFile->IsBundlePack()) { in ExecuteModuleBufferSecure()
Djs_pandafile.h165 if (IsBundlePack()) {
196 if (IsBundlePack()) {
210 if (IsBundlePack()) {
223 if (IsBundlePack()) {
309 bool IsBundlePack() const in IsBundlePack() function
Djs_pandafile.cpp114 if (constpoolMap != nullptr && !IsBundlePack()) { in GetOrInsertConstantPool()
227 if (isFirstPandafile_ && !IsBundlePack()) { in IsFirstMergedAbc()
235 if (IsBundlePack()) { in CheckAndGetRecordInfo()
Ddebug_info_extractor.h113 if (!jsPandaFile_->IsBundlePack()) { in MatchWithLocation()
Djs_pandafile_manager.cpp71 if (!vm->IsBundlePack() && moduleManager->GetExecuteMode()) { in LoadJSPandaFile()
532 if (newJsPandaFile->IsBundlePack()) { in GenerateJSPandaFile()
Dpanda_file_translator.cpp63 if (jsPandaFile->IsBundlePack()) { in TranslateClasses()
92 if (jsPandaFile->IsBundlePack()) { in TranslateClasses()
123 if (!jsPandaFile->IsBundlePack()) { in GenerateProgram()
/arkcompiler/toolchain/tooling/backend/
Ddebugger_executor.cpp210 if (jsPandaFile != nullptr && (jsPandaFile->IsBundlePack() || !jsPandaFile->IsNewVersion())) { in GetModuleValue()
227 if (jsPandaFile != nullptr && (jsPandaFile->IsBundlePack() || !jsPandaFile->IsNewVersion())) { in SetModuleValue()
/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp33 if (baseFile->IsBundlePack() || patchFile->IsBundlePack()) { in LoadPatchInternal()
/arkcompiler/ets_runtime/ecmascript/require/
Djs_cjs_module.cpp106 if (jsPandaFile->IsBundlePack()) { in Load()
/arkcompiler/ets_runtime/ecmascript/
Decma_context.cpp198 if (!vm_->IsBundlePack()) { in ~EcmaContext()
292 if (!jsPandaFile->IsBundlePack()) { in CommonInvokeEcmaEntrypoint()
387 if (jsPandaFile->IsBundlePack()) { in CJSExecution()
Decma_vm.h374 bool IsBundlePack() const in IsBundlePack() function
Djs_function.cpp953 if (jsPandaFile->IsBundlePack()) { in InitializeForConcurrentFunction()
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_manager.cpp485 if (vm_->IsBundlePack()) { in HostResolveImportedModule()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp2342 if (!jsPandaFile->IsBundlePack()) { in GetSourceCode()
2552 return vm->IsBundlePack(); in IsBundle()
2695 vm->SetIsBundlePack(hostVM->IsBundlePack()); in SynchronizVMInfo()
3732 if (!vm->IsBundlePack()) { in GetExportObject()
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1434 if (jsPandaFile != nullptr && !jsPandaFile->IsBundlePack() && jsPandaFile->IsNewVersion()) { in GenerateCallFrame()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp1584 if (pf->IsBundlePack()) { in GetRecordProfileType()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1588 if (jsPandaFile->IsBundlePack()) { in RuntimeDynamicImport()