Home
last modified time | relevance | path

Searched refs:IsNewVersion (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_data_extractor.cpp40 if (jsPandaFile->IsNewVersion()) { // new pandafile version use new literal offset mechanism in ParseModule()
56 moduleRecord->SetIsNewBcVersion(jsPandaFile->IsNewVersion()); in ParseModule()
102 moduleRecord->SetIsNewBcVersion(jsPandaFile->IsNewVersion()); in ParseCjsModule()
125 moduleRecord->SetIsNewBcVersion(jsPandaFile->IsNewVersion()); in ParseJsonModule()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dscope_info_extractor.cpp35 if (jsPandaFile->IsNewVersion()) { in GenerateScopeInfo()
Dprogram_object.h202 ASSERT(jsPandaFile->IsNewVersion()); in GetMethodFromCache()
234 ASSERT(jsPandaFile->IsNewVersion()); in GetClassLiteralFromCache()
268 ASSERT(jsPandaFile->IsNewVersion()); in GetLiteralFromCache()
Djs_pandafile.h279 bool IsNewVersion() const in IsNewVersion() function
Dpanda_file_translator.cpp78 if (jsPandaFile->IsNewVersion()) { in TranslateClasses()
108 bool isNewVersion = jsPandaFile->IsNewVersion(); 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/compiler/
Daot_compiler.cpp84 if (!jsPandaFile->IsNewVersion()) { in CreateAndVerifyJSPandaFile()
Dbytecode_info_collector.cpp106 ASSERT(jsPandaFile_->IsNewVersion()); in ProcessClasses()
/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp78 bool isNewVersion = patchFile->IsNewVersion(); in ExecutePatchMain()
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1140 if (jsPandaFile != nullptr && !jsPandaFile->IsBundlePack() && jsPandaFile->IsNewVersion()) { in GenerateCallFrame()
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp1621 if (jsPandaFile->IsNewVersion()) { in NewMethod()