Searched refs:VTableSlotOffset (Results 1 – 3 of 3) sorted by relevance
21 MethodInfo() : Access(), Kind(), Options(), Type(), VTableSlotOffset(-1) {} in MethodInfo()24 TypeIndex Type, int32_t VTableSlotOffset) in MethodInfo() argument26 VTableSlotOffset(VTableSlotOffset) {} in MethodInfo()32 int32_t getVTableSlotOffset() const { return VTableSlotOffset; } in getVTableSlotOffset()39 int32_t VTableSlotOffset; variable
29 TypeIndex Type, int32_t VTableSlotOffset);
21 int32_t VTableSlotOffset) { in writeMethod() argument34 assert(VTableSlotOffset >= 0); in writeMethod()35 Builder.writeInt32(VTableSlotOffset); in writeMethod()39 assert(VTableSlotOffset == -1); in writeMethod()