Home
last modified time | relevance | path

Searched refs:constantPoolIdx (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
H A Dsnapshot_constantpool_data.cpp23 uint64_t BaseSnapshotInfo::GetItemKey(uint32_t constantPoolId, uint32_t constantPoolIdx) in GetItemKey() argument
27 result |= constantPoolIdx; in GetItemKey()
437 auto constantPoolIdx = bcIns.GetId().AsRawValue(); in Record() local
438 BaseSnapshotInfo::ItemData itemData = {recordName, constantPoolId, constantPoolIdx, methodOffset, bcIndex}; in Record()
446 auto constantPoolIdx = bcIns.GetId().AsRawValue(); in Record() local
447 BaseSnapshotInfo::ItemData itemData = {recordName, constantPoolId, constantPoolIdx, methodOffset, bcIndex}; in Record()
453 auto constantPoolIdx = bcIns.GetId().AsRawValue(); in Record() local
454 BaseSnapshotInfo::ItemData itemData = {recordName, constantPoolId, constantPoolIdx, methodOffset, bcIndex}; in Record()
460 auto constantPoolIdx = bcIns.GetId().AsRawValue(); in Record() local
461 BaseSnapshotInfo::ItemData itemData = {recordName, constantPoolId, constantPoolIdx, methodOffse in Record()
[all...]
H A Dsnapshot_constantpool_data.h67 static ItemKey GetItemKey(uint32_t constantPoolId, uint32_t constantPoolIdx);

Completed in 3 milliseconds