Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.h98 bool isLoadedAOT = jsPandaFile->IsLoadedAOT(); in CreateConstPool() local
229 bool isLoadedAOT = jsPandaFile->IsLoadedAOT(); in GetMethodFromCache() local
273 bool isLoadedAOT = jsPandaFile->IsLoadedAOT(); variable
320 bool isLoadedAOT = jsPandaFile->IsLoadedAOT(); in GetLiteralFromCache() local
Dliteral_data_extractor.cpp272bool isLoadedAOT, uint32_t entryIndex, in DefineMethodInLiteral()
358bool isLoadedAOT, JSHandle<AOTLiteralInfo> entryIndexes) in ExtractObjectDatas()
463 … const CString &entryPoint, bool isLoadedAOT, in GetDatasIgnoreType()
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_test.cpp280 bool isLoadedAOT = pf->IsLoadedAOT(); in HWTEST_F_L0() local