Home
last modified time | relevance | path

Searched defs:needSetAotFlag (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dliteral_data_extractor.cpp476 bool needSetAotFlag = (isLoadedAOT && (epos % pairSize == 0) && !flag); in ExtractObjectDatas() local
609 bool needSetAotFlag = isLoadedAOT; in GetDatasIgnoreType() local
Dprogram_object.cpp42 bool needSetAotFlag = isLoadedAOT && !entryIndexes.GetTaggedValue().IsUndefined(); in GetClassLiteralFromCache() local
Dprogram_object.h571 bool needSetAotFlag = isLoadedAOT && !entryIndexes.GetTaggedValue().IsUndefined(); in GetLiteralFromCache() local
/arkcompiler/ets_runtime/ecmascript/
Dshared_object_factory.cpp183 bool needSetAotFlag, bool *canFastCall) in NewSMethod()
Dobject_factory.cpp2046 bool needSetAotFlag, bool *canFastCall) in NewMethod()