Searched refs:BaseSnapshotInfo (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/ |
H A D | snapshot_constantpool_data.h | 36 class BaseSnapshotInfo { class 47 BaseSnapshotInfo(EcmaVM *vm, in BaseSnapshotInfo() function in panda::ecmascript::kungfu::BaseSnapshotInfo 56 virtual ~BaseSnapshotInfo() = default; 102 class PUBLIC_API name##Info final : public BaseSnapshotInfo { \ 107 : BaseSnapshotInfo(vm, jsPandaFile, pfDecoder) {} \ 140 void RecordInfo(Type type, BaseSnapshotInfo::ItemData &itemData) in RecordInfo() 147 CVector<std::unique_ptr<BaseSnapshotInfo>> infos_ {};
|
H A D | snapshot_constantpool_data.cpp | 23 uint64_t BaseSnapshotInfo::GetItemKey(uint32_t constantPoolId, uint32_t constantPoolIdx) in GetItemKey() 31 bool BaseSnapshotInfo::TryGetABCId(ApEntityId &abcId) in TryGetABCId() 36 JSHandle<JSTaggedValue> BaseSnapshotInfo::TryGetIHClass(ProfileType rootType, ProfileType childType, in TryGetIHClass() 50 JSHandle<JSTaggedValue> BaseSnapshotInfo::TryGetHClass(ProfileType rootType, ProfileType childType) const in TryGetHClass() 57 JSHandle<JSTaggedValue> BaseSnapshotInfo::TryGetHClassByPGOTypeLocation(PGOTypeLocation loc) const in TryGetHClassByPGOTypeLocation() 64 JSHandle<JSTaggedValue> BaseSnapshotInfo::TryGetHClassFromCached(const JSHandle<TaggedArray> &properties, in TryGetHClassFromCached() 119 void BaseSnapshotInfo::Record(ItemData &data) in Record() 125 void BaseSnapshotInfo::CollectLiteralInfo(JSHandle<TaggedArray> array, uint32_t constantPoolIndex, in CollectLiteralInfo() 170 bool BaseSnapshotInfo::CheckAOTPropertiesForRep(const JSHandle<TaggedArray> &properties, in CheckAOTPropertiesForRep() 186 bool BaseSnapshotInfo [all...] |
Completed in 2 milliseconds