Lines Matching full:mirror
24 namespace mirror {
29 } // namespace mirror
34 mirror::Object* BoxPrimitive(Primitive::Type src_class, const JValue& value)
36 bool UnboxPrimitiveForArgument(mirror::Object* o, mirror::Class* dst_class, JValue& unboxed_value,
37 mirror::ArtMethod* m, size_t index)
39 bool UnboxPrimitiveForField(mirror::Object* o, mirror::Class* dst_class, JValue& unboxed_value,
40 mirror::ArtField* f)
42 bool UnboxPrimitiveForResult(const ThrowLocation& throw_location, mirror::Object* o,
43 mirror::Class* dst_class, JValue& unboxed_value)
54 bool VerifyObjectInClass(mirror::Object* o, mirror::Class* c)