Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.h236 bool needSetAotFlag = isLoadedAOT && !entryIndexes.GetTaggedValue().IsUndefined(); in GetClassLiteralFromCache() local
270 bool needSetAotFlag = isLoadedAOT && !entryIndexes.GetTaggedValue().IsUndefined(); in GetLiteralFromCache() local
Dliteral_data_extractor.cpp343 bool needSetAotFlag = (isLoadedAOT && (epos % pairSize == 0) && !flag); in ExtractObjectDatas() local
431 bool needSetAotFlag = isLoadedAOT; in GetDatasIgnoreType() local
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp1620 JSHandle<ConstantPool> constpool, uint32_t entryIndex, bool needSetAotFlag, bool *canFastCall) in NewMethod()