Home
last modified time | relevance | path

Searched refs:entryIndexes (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.h233 JSHandle<AOTLiteralInfo> entryIndexes(thread, val); in GetMethodFromCache()
234 int entryIndexVal = entryIndexes->GetObjectFromCache(0).GetInt(); // 0: only one method in GetMethodFromCache()
274 JSHandle<AOTLiteralInfo> entryIndexes(thread, JSTaggedValue::Undefined());
276 entryIndexes = JSHandle<AOTLiteralInfo>(thread, val);
285 bool needSetAotFlag = isLoadedAOT && !entryIndexes.GetTaggedValue().IsUndefined();
287 … thread, jsPandaFile, literalId, constpool, entry, needSetAotFlag, entryIndexes, nullptr,
302 JSHandle<AOTLiteralInfo> entryIndexes(thread, JSTaggedValue::Undefined()); in GetFieldLiteral()
306 thread, jsPandaFile, literalId, constpool, entry, false, entryIndexes); in GetFieldLiteral()
321 JSHandle<AOTLiteralInfo> entryIndexes(thread, JSTaggedValue::Undefined()); in GetLiteralFromCache()
323 entryIndexes = JSHandle<AOTLiteralInfo>(thread, val); in GetLiteralFromCache()
[all …]
Dliteral_data_extractor.h42 … JSHandle<AOTLiteralInfo> entryIndexes = JSHandle<AOTLiteralInfo>());
48 … bool isLoadedAOT = false, JSHandle<AOTLiteralInfo> entryIndexes = JSHandle<AOTLiteralInfo>(),
Dliteral_data_extractor.cpp358 … bool isLoadedAOT, JSHandle<AOTLiteralInfo> entryIndexes) in ExtractObjectDatas() argument
372 id, [elements, properties, &entryIndexes, &pos, &epos, &ppos, factory, thread, jsPandaFile, in ExtractObjectDatas()
424 entryIndex = entryIndexes->GetObjectFromCache(pos++).GetInt(); in ExtractObjectDatas()
464 … JSHandle<AOTLiteralInfo> entryIndexes, in GetDatasIgnoreType() argument
477 … &methodId, &kind, &constpool, &entryPoint, &entryIndexes, &index, isLoadedAOT, newKind, classKind] in GetDatasIgnoreType()
524 entryIndex = entryIndexes->GetObjectFromCache(index++).GetInt(); in GetDatasIgnoreType()