Searched refs:AOTLiteralInfo (Results 1 – 10 of 10) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
D | literal_data_extractor.h | 42 … JSHandle<AOTLiteralInfo> entryIndexes = JSHandle<AOTLiteralInfo>()); 48 … bool isLoadedAOT = false, JSHandle<AOTLiteralInfo> entryIndexes = JSHandle<AOTLiteralInfo>(),
|
D | program_object.h | 233 JSHandle<AOTLiteralInfo> entryIndexes(thread, val); in GetMethodFromCache() 235 if (entryIndexVal != static_cast<int>(AOTLiteralInfo::NO_FUNC_ENTRY_VALUE)) { in GetMethodFromCache() 274 JSHandle<AOTLiteralInfo> entryIndexes(thread, JSTaggedValue::Undefined()); 276 entryIndexes = JSHandle<AOTLiteralInfo>(thread, val); 302 JSHandle<AOTLiteralInfo> entryIndexes(thread, JSTaggedValue::Undefined()); in GetFieldLiteral() 321 JSHandle<AOTLiteralInfo> entryIndexes(thread, JSTaggedValue::Undefined()); in GetLiteralFromCache() 323 entryIndexes = JSHandle<AOTLiteralInfo>(thread, val); in GetLiteralFromCache() 412 … bool TryGetAOTArrayLiteral(JSThread *thread, bool loadAOT, JSHandle<AOTLiteralInfo> entryIndexes, in TryGetAOTArrayLiteral()
|
D | literal_data_extractor.cpp | 358 … bool isLoadedAOT, JSHandle<AOTLiteralInfo> entryIndexes) in ExtractObjectDatas() 464 … JSHandle<AOTLiteralInfo> entryIndexes, in GetDatasIgnoreType()
|
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
D | aot_file_manager.h | 55 class AOTLiteralInfo : public TaggedArray { 63 static AOTLiteralInfo *Cast(TaggedObject *object) in Cast() 66 return static_cast<AOTLiteralInfo *>(object); in Cast()
|
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/ |
D | snapshot_global_data.cpp | 42 AOTLiteralInfo *aotLiteralInfo = AOTLiteralInfo::Cast(val.GetTaggedObject()); in Resolve()
|
D | snapshot_constantpool_data.cpp | 73 methodOffsetVec.emplace_back(AOTLiteralInfo::NO_FUNC_ENTRY_VALUE); in CollectLiteralInfo() 81 JSHandle<AOTLiteralInfo> aotLiteralInfo = factory->NewAOTLiteralInfo(methodSize); in CollectLiteralInfo() 137 … JSHandle<AOTLiteralInfo> aotLiteralInfo = factory->NewAOTLiteralInfo(1); // 1: only one method in StoreDataToGlobalData() 138 int initValue = static_cast<int>(AOTLiteralInfo::NO_FUNC_ENTRY_VALUE); in StoreDataToGlobalData()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | object_factory.h | 177 class AOTLiteralInfo; variable 675 …JSHandle<AOTLiteralInfo> NewAOTLiteralInfo(uint32_t length, JSTaggedValue initVal = JSTaggedValue:…
|
D | object_factory.cpp | 4588 JSHandle<AOTLiteralInfo> ObjectFactory::NewAOTLiteralInfo(uint32_t length, JSTaggedValue initVal) in NewAOTLiteralInfo() 4591 size_t size = AOTLiteralInfo::ComputeSize(length); in NewAOTLiteralInfo() 4595 JSHandle<AOTLiteralInfo> aotLiteralInfo(thread_, header); in NewAOTLiteralInfo()
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs-inl.h | 887 JSHandle<AOTLiteralInfo> aotLiteralInfo(thread, val); in RuntimeCreateClassWithBuffer() 2103 JSHandle<AOTLiteralInfo> aotLiteralInfo(thread, val); in RuntimeDefinefunc()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | stub_builder-inl.h | 2161 GateRef aotIhcIndex = Int32Sub(len, Int32(AOTLiteralInfo::AOT_IHC_INDEX)); in GetIhcFromAOTLiteralInfo()
|