Lines Matching defs:id
1443 auto id = this->GetInst().template GetId<format>(); in HandleNewarr() local
1474 auto id = this->GetInst().template GetId<format>(); in HandleNewobj() local
1497 auto id = this->GetInst().template GetId<format>(); in HandleInitobj() local
1510 auto id = this->GetInst().template GetId<format>(); in HandleInitobjShort() local
1521 auto id = this->GetInst().template GetId<format>(); in HandleInitobjRange() local
1533 auto id = this->GetInst().template GetId<format>(); in HandleLdobj() local
1558 auto id = this->GetInst().template GetId<format>(); in HandleLdobjWide() local
1583 auto id = this->GetInst().template GetId<format>(); in HandleLdobjObj() local
1611 auto id = this->GetInst().template GetId<format>(); in HandleLdobjV() local
1638 auto id = this->GetInst().template GetId<format>(); in HandleLdobjVWide() local
1665 auto id = this->GetInst().template GetId<format>(); in HandleLdobjVObj() local
1692 auto id = this->GetInst().template GetId<format>(); in HandleStobj() local
1717 auto id = this->GetInst().template GetId<format>(); in HandleStobjWide() local
1742 auto id = this->GetInst().template GetId<format>(); in HandleStobjObj() local
1770 auto id = this->GetInst().template GetId<format>(); in HandleStobjV() local
1796 auto id = this->GetInst().template GetId<format>(); in HandleStobjVWide() local
1822 auto id = this->GetInst().template GetId<format>(); in HandleStobjVObj() local
1848 auto id = this->GetInst().template GetId<format>(); in HandleLdstatic() local
1865 auto id = this->GetInst().template GetId<format>(); in HandleLdstaticWide() local
1882 auto id = this->GetInst().template GetId<format>(); in HandleLdstaticObj() local
1902 auto id = this->GetInst().template GetId<format>(); in HandleStstatic() local
1920 auto id = this->GetInst().template GetId<format>(); in HandleStstaticWide() local
1938 auto id = this->GetInst().template GetId<format>(); in HandleStstaticObj() local
2087 auto id = this->GetInst().template GetId<format>(); in HandleCallShort() local
2106 auto id = this->GetInst().template GetId<format>(); in HandleCallAccShort() local
2125 auto id = this->GetInst().template GetId<format>(); in HandleCall() local
2146 auto id = this->GetInst().template GetId<format>(); in HandleCallAcc() local
2167 auto id = this->GetInst().template GetId<format>(); in HandleCallRange() local
2185 auto id = this->GetInst().template GetId<format>(); in HandleCallVirtShort() local
2201 auto id = this->GetInst().template GetId<format>(); in HandleCallVirtAccShort() local
2217 auto id = this->GetInst().template GetId<format>(); in HandleCallVirt() local
2235 auto id = this->GetInst().template GetId<format>(); in HandleCallVirtAcc() local
2253 auto id = this->GetInst().template GetId<format>(); in HandleCallVirtRange() local
2700 ALWAYS_INLINE coretypes::Array *ResolveLiteralArray(BytecodeId id) in ResolveLiteralArray()
2705 ALWAYS_INLINE Method *ResolveMethod(BytecodeId id) in ResolveMethod()
2728 ALWAYS_INLINE Field *ResolveField(BytecodeId id) in ResolveField()
2754 ALWAYS_INLINE Class *ResolveType(BytecodeId id) in ResolveType()