Home | History | Annotate | Download | only in AppleObjCRuntime

Lines Matching refs:isa_value

958                     // isa_value now holds the class pointer.  The second word of the class pointer is the super-class pointer:
1007 Value isa_value(*(argument_values.GetValueAtIndex(obj_index)));
1009 isa_value.SetValueType(Value::eValueTypeLoadAddress);
1010 isa_value.ResolveValue(&exe_ctx);
1011 if (isa_value.GetScalar().IsValid())
1013 isa_addr = isa_value.GetScalar().ULongLong();