Home
last modified time | relevance | path

Searched defs:isLoadedAOT (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.h84 bool isLoadedAOT = jsPandaFile->IsLoadedAOT(); in CreateConstPool() local
188 bool isLoadedAOT = jsPandaFile->IsLoadedAOT(); in GetMethodFromCache() local
224 bool isLoadedAOT = jsPandaFile->IsLoadedAOT(); in GetClassLiteralFromCache() local
258 bool isLoadedAOT = jsPandaFile->IsLoadedAOT(); in GetLiteralFromCache() local
Dliteral_data_extractor.cpp216bool isLoadedAOT, uint32_t entryIndex) in DefineMethodInLiteral()
289bool isLoadedAOT, JSHandle<AOTLiteralInfo> entryIndexes) in ExtractObjectDatas()
384bool isLoadedAOT, JSHandle<AOTLiteralInfo> entryIndexes) in GetDatasIgnoreType()
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_test.cpp279 bool isLoadedAOT = pf->IsLoadedAOT(); in HWTEST_F_L0() local