Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.h285 bool needSetAotFlag = isLoadedAOT && !entryIndexes.GetTaggedValue().IsUndefined(); variable
287 … thread, jsPandaFile, literalId, constpool, entry, needSetAotFlag, entryIndexes, nullptr,
332 bool needSetAotFlag = isLoadedAOT && !entryIndexes.GetTaggedValue().IsUndefined(); in GetLiteralFromCache() local
339 properties, constpoolHandle, entry, needSetAotFlag, entryIndexes); in GetLiteralFromCache()
341 if (needSetAotFlag) { in GetLiteralFromCache()
375 if (!constpoolHandle->TryGetAOTArrayLiteral(thread, needSetAotFlag, in GetLiteralFromCache()
379needSetAotFlag, entryIndexes, in GetLiteralFromCache()
Dliteral_data_extractor.cpp422 bool needSetAotFlag = (isLoadedAOT && (epos % pairSize == 0) && !flag); in ExtractObjectDatas() local
423 if (needSetAotFlag) { in ExtractObjectDatas()
427 needSetAotFlag = false; in ExtractObjectDatas()
432 length, entry, needSetAotFlag, entryIndex); in ExtractObjectDatas()
522 bool needSetAotFlag = isLoadedAOT; in GetDatasIgnoreType() local
526 needSetAotFlag = false; in GetDatasIgnoreType()
531 kind, length, entryPoint, needSetAotFlag, entryIndex, classKind); in GetDatasIgnoreType()
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.h527 … uint32_t entryIndex, bool needSetAotFlag, bool *canFastCall = nullptr);
Dobject_factory.cpp1802 … uint32_t entryIndex, bool needSetAotFlag, bool *canFastCall) in NewMethod() argument
1814 if (needSetAotFlag) { in NewMethod()