Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dliteral_data_extractor.cpp247bool isLoadedAOT, uint32_t entryIndex, in DefineFunctionTemplate()
327bool isLoadedAOT, uint32_t entryIndex, in DefineMethodInLiteral()
409bool isLoadedAOT, JSHandle<AOTLiteralInfo> entryIndexes) in ExtractObjectDatas()
521 … const CString &entryPoint, bool isLoadedAOT, in GetDatasIgnoreTypeForClass()
541 … const CString &entryPoint, bool isLoadedAOT, in GetDatasIgnoreType()
Dprogram_object.h119 bool isLoadedAOT = jsPandaFile->IsLoadedAOT(); in CreateUnSharedConstPool() local
151 bool isLoadedAOT = jsPandaFile->IsLoadedAOT(); in CreateUnSharedConstPoolBySharedConstpool() local
485 bool isLoadedAOT = jsPandaFile->IsLoadedAOT(); in GetMethodFromCache() local
556 bool isLoadedAOT = jsPandaFile->IsLoadedAOT(); in GetLiteralFromCache() local
655 bool isLoadedAOT = jsPandaFile->IsLoadedAOT(); in GetLiteralFromCacheNoScope() local
Dprogram_object.cpp30 bool isLoadedAOT = jsPandaFile->IsLoadedAOT(); in GetClassLiteralFromCache() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_test.cpp280 bool isLoadedAOT = pf->IsLoadedAOT(); in HWTEST_F_L0() local