Searched refs:needSetAotFlag (Results 1 – 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
D | program_object.h | 285 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() 379 … needSetAotFlag, entryIndexes, in GetLiteralFromCache()
|
D | literal_data_extractor.cpp | 422 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/ |
D | object_factory.h | 527 … uint32_t entryIndex, bool needSetAotFlag, bool *canFastCall = nullptr);
|
D | object_factory.cpp | 1802 … uint32_t entryIndex, bool needSetAotFlag, bool *canFastCall) in NewMethod() argument 1814 if (needSetAotFlag) { in NewMethod()
|