Home
last modified time | relevance | path

Searched refs:snapshotData_ (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
H A Daot_snapshot.h31 snapshotData_.Iterate(v); in Iterate()
36 return snapshotData_.GetData(); in GetSnapshotData()
41 snapshotData_.StoreSymbolInfo(info); in StoreSymbolInfo()
46 return snapshotData_.GetSymbolInfo(); in GetSymbolInfo()
51 snapshotData_.StoreHClassInfo(info); in StoreHClassInfo()
56 snapshotData_.StoreArrayInfo(info); in StoreArrayInfo()
61 snapshotData_.StoreProtoTransTableInfo(info); in StoreProtoTransTableInfo()
66 return snapshotData_.GetArrayInfo(); in GetArrayInfo()
71 snapshotData_.StoreConstantIndexInfo(info); in StoreConstantIndexInfo()
80 snapshotData_ in ResolveSnapshotData()
[all...]
H A Daot_snapshot.cpp26 snapshotData_.SetData(data.GetTaggedValue()); in InitSnapshot()
33 ASSERT(!snapshotData_.GetHClassInfo().IsHole()); in NewSnapshotConstantPool()
34 cp->SetAotSymbolInfo(vm_->GetJSThread(), snapshotData_.GetSymbolInfo()); in NewSnapshotConstantPool()
35 cp->SetAotHClassInfo(vm_->GetJSThread(), snapshotData_.GetHClassInfo()); in NewSnapshotConstantPool()
36 cp->SetAotArrayInfo(vm_->GetJSThread(), snapshotData_.GetArrayInfo()); in NewSnapshotConstantPool()
37 cp->SetConstantIndexInfo(vm_->GetJSThread(), snapshotData_.GetConstantIndexInfo()); in NewSnapshotConstantPool()
38 cp->SetProtoTransTableInfo(vm_->GetJSThread(), snapshotData_.GetProtoTransTableInfo()); in NewSnapshotConstantPool()
47 snapshotData_.AddSnapshotCpArrayToData(thread_, fileName, fileIndex, snapshotCpArr); in GenerateSnapshotConstantPools()
63 snapshotData_.RecordCpArrIdx(cpId, pos); in GenerateSnapshotConstantPools()
80 bcInfoCollector->StoreDataToGlobalData(snapshotData_); in StoreConstantPoolInfo()
[all...]
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dregion.h166 snapshotData_(0) {} in Region()
182 snapshotData_(0) {} in Region()
798 return snapshotData_; in GetSnapshotData()
803 snapshotData_ = value; in SetSnapshotData()
978 uint64_t snapshotData_; member in panda::ecmascript::Region

Completed in 3 milliseconds