Home
last modified time | relevance | path

Searched refs:needSetAotFlag (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.h236 bool needSetAotFlag = isLoadedAOT && !entryIndexes.GetTaggedValue().IsUndefined(); in GetClassLiteralFromCache() local
238 thread, jsPandaFile, literalId, constpool, entry, needSetAotFlag, entryIndexes); in GetClassLiteralFromCache()
270 bool needSetAotFlag = isLoadedAOT && !entryIndexes.GetTaggedValue().IsUndefined(); in GetLiteralFromCache() local
277 properties, constpoolHandle, entry, needSetAotFlag, entryIndexes); in GetLiteralFromCache()
279 if (needSetAotFlag) { in GetLiteralFromCache()
300 constpoolHandle, entry, needSetAotFlag, entryIndexes); in GetLiteralFromCache()
Dliteral_data_extractor.cpp343 bool needSetAotFlag = (isLoadedAOT && (epos % pairSize == 0) && !flag); in ExtractObjectDatas() local
344 if (needSetAotFlag) { in ExtractObjectDatas()
348 needSetAotFlag = false; in ExtractObjectDatas()
353 length, entry, needSetAotFlag, entryIndex); in ExtractObjectDatas()
431 bool needSetAotFlag = isLoadedAOT; in GetDatasIgnoreType() local
435 needSetAotFlag = false; in GetDatasIgnoreType()
440 kind, length, entryPoint, needSetAotFlag, entryIndex); in GetDatasIgnoreType()
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.h486 …JSHandle<ConstantPool> constpool, uint32_t entryIndex, bool needSetAotFlag, bool *canFastCall = nu…
Dobject_factory.cpp1618 JSHandle<ConstantPool> constpool, uint32_t entryIndex, bool needSetAotFlag, bool *canFastCall) in NewMethod() argument
1627 if (needSetAotFlag) { in NewMethod()