Searched refs:needSetAotFlag (Results 1 – 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
D | program_object.h | 236 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()
|
D | literal_data_extractor.cpp | 343 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/ |
D | object_factory.h | 486 …JSHandle<ConstantPool> constpool, uint32_t entryIndex, bool needSetAotFlag, bool *canFastCall = nu…
|
D | object_factory.cpp | 1618 JSHandle<ConstantPool> constpool, uint32_t entryIndex, bool needSetAotFlag, bool *canFastCall) in NewMethod() argument 1627 if (needSetAotFlag) { in NewMethod()
|