Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_executor.cpp39 if (!vm->IsBundlePack() && !excuteFromJob) { in ExecuteFromFile()
74 if (!jsPandaFile->IsBundlePack() && !excuteFromJob && !vm->GetBundleName().empty()) { in ExecuteFromFile()
92 if (jsPandaFile->IsBundlePack()) { in ExecuteFromFile()
136 bool isBundle = jsPandaFile->IsBundlePack(); in ExecuteFromBuffer()
169 bool isBundle = jsPandaFile->IsBundlePack(); in ExecuteModuleBuffer()
282 if (jsPandaFile->IsBundlePack()) { in CommonExecuteBuffer()
328 if (!jsPandaFile->IsBundlePack()) { in ExecuteModuleBufferSecure()
Djs_pandafile.h142 if (IsBundlePack()) {
173 if (IsBundlePack()) {
187 if (IsBundlePack()) {
264 bool IsBundlePack() const in IsBundlePack() function
Djs_pandafile.cpp111 if (constpoolMap != nullptr && !IsBundlePack()) { in GetOrInsertConstantPool()
216 if (isFirstPandafile_ && !IsBundlePack()) { in IsFirstMergedAbc()
224 if (IsBundlePack()) { in CheckAndGetRecordInfo()
Djs_pandafile_manager.cpp68 if (!vm->IsBundlePack() && moduleManager->GetExecuteMode()) { in LoadJSPandaFile()
458 if (newJsPandaFile->IsBundlePack()) { in GenerateJSPandaFile()
Dpanda_file_translator.cpp62 if (jsPandaFile->IsBundlePack()) { in TranslateClasses()
91 if (jsPandaFile->IsBundlePack()) { in TranslateClasses()
122 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.cpp31 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.cpp176 if (!vm_->IsBundlePack()) { in ~EcmaContext()
268 if (!jsPandaFile->IsBundlePack()) { in InvokeEcmaEntrypoint()
318 if (jsPandaFile->IsBundlePack()) { in CJSExecution()
Decma_vm.h303 bool IsBundlePack() const in IsBundlePack() function
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp906 if (!vm->IsBundlePack()) { in GetExportObject()
1838 if (!jsPandaFile->IsBundlePack()) { in GetSourceCode()
3549 return vm->IsBundlePack(); in IsBundle()
3620 if (jsPandaFile->IsBundlePack()) { in InitForConcurrentFunction()
3700 vm->SetIsBundlePack(hostVM->IsBundlePack()); in SynchronizVMInfo()
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_manager.cpp424 if (vm_->IsBundlePack()) { in HostResolveImportedModule()
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1140 if (jsPandaFile != nullptr && !jsPandaFile->IsBundlePack() && jsPandaFile->IsNewVersion()) { in GenerateCallFrame()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1406 if (jsPandaFile->IsBundlePack()) { in RuntimeDynamicImport()