Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.h285 bool needSetAotFlag = isLoadedAOT && !entryIndexes.GetTaggedValue().IsUndefined(); variable
332 bool needSetAotFlag = isLoadedAOT && !entryIndexes.GetTaggedValue().IsUndefined(); in GetLiteralFromCache() local
Dliteral_data_extractor.cpp422 bool needSetAotFlag = (isLoadedAOT && (epos % pairSize == 0) && !flag); in ExtractObjectDatas() local
522 bool needSetAotFlag = isLoadedAOT; in GetDatasIgnoreType() local
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp1802 … uint32_t entryIndex, bool needSetAotFlag, bool *canFastCall) in NewMethod()