Home
last modified time | relevance | path

Searched refs:IsLoadedAOT (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.h84 bool isLoadedAOT = jsPandaFile->IsLoadedAOT(); in CreateConstPool()
188 bool isLoadedAOT = jsPandaFile->IsLoadedAOT(); in GetMethodFromCache()
224 bool isLoadedAOT = jsPandaFile->IsLoadedAOT(); in GetClassLiteralFromCache()
258 bool isLoadedAOT = jsPandaFile->IsLoadedAOT(); in GetLiteralFromCache()
Djs_pandafile.h269 bool IsLoadedAOT() const in IsLoadedAOT() function
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_test.cpp279 bool isLoadedAOT = pf->IsLoadedAOT(); in HWTEST_F_L0()
283 isLoadedAOT = pf->IsLoadedAOT(); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp130 if (!jsPandaFile->IsLoadedAOT()) { in IsLoadMain()