HomeSort by relevance Sort by last modified time
    Searched defs:mirror (Results 1 - 25 of 330) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/compiler/debug/
elf_debug_writer.h 31 namespace mirror { namespace in namespace:art
33 } // namespace mirror
62 const ArrayRef<mirror::Class*>& types)
  /art/runtime/entrypoints/quick/
quick_default_externs.h 23 namespace mirror { namespace in namespace:art
27 } // namespace mirror
34 extern "C" void art_quick_check_instance_of(art::mirror::Object*, art::mirror::Class*);
69 extern "C" void art_quick_aput_obj_with_null_and_bound_check(art::mirror::Array*, int32_t,
70 art::mirror::Object*);
71 extern "C" void art_quick_aput_obj_with_bound_check(art::mirror::Array*, int32_t,
72 art::mirror::Object*);
73 extern "C" void art_quick_aput_obj(art::mirror::Array*, int32_t, art::mirror::Object*)
    [all...]
quick_entrypoints.h 32 namespace mirror { namespace in namespace:art
37 } // namespace mirror
67 extern mirror::Object* JniMethodEndWithReference(jobject result, uint32_t saved_local_ref_cookie,
70 extern mirror::Object* JniMethodFastEndWithReference(jobject result,
76 extern mirror::Object* JniMethodEndWithReferenceSynchronized(jobject result,
81 extern void ReadBarrierJni(mirror::CompressedReference<mirror::Object>* handle_on_stack,
95 extern "C" mirror::Object* artReadBarrierMark(mirror::Object* obj)
101 extern "C" mirror::Object* artReadBarrierSlow(mirror::Object* ref
    [all...]
  /art/runtime/interpreter/
interpreter.h 25 namespace mirror { namespace in namespace:art
27 } // namespace mirror
42 ObjPtr<mirror::Object> receiver,
lock_count_data.h 27 namespace mirror { namespace in namespace:art
29 } // namespace mirror
43 void AddMonitor(Thread* self, mirror::Object* obj) REQUIRES_SHARED(Locks::mutator_lock_);
49 const mirror::Object* obj) REQUIRES_SHARED(Locks::mutator_lock_);
60 for (mirror::Object*& obj : *monitors_) {
69 std::unique_ptr<std::vector<mirror::Object*>> monitors_;
unstarted_runtime.h 32 namespace mirror { namespace in namespace:art
34 } // namespace mirror
60 mirror::Object* receiver,
83 mirror::Object* receiver, \
  /art/runtime/
reflection.h 26 namespace mirror { namespace in namespace:art
29 } // namespace mirror
36 ObjPtr<mirror::Object> BoxPrimitive(Primitive::Type src_class, const JValue& value)
39 bool UnboxPrimitiveForField(ObjPtr<mirror::Object> o,
40 ObjPtr<mirror::Class> dst_class,
45 bool UnboxPrimitiveForResult(ObjPtr<mirror::Object> o,
46 ObjPtr<mirror::Class> dst_class,
95 ALWAYS_INLINE bool VerifyObjectIsClass(ObjPtr<mirror::Object> o, ObjPtr<mirror::Class> c)
99 ObjPtr<mirror::Object> obj
    [all...]
common_throws.h 24 namespace mirror { namespace in namespace:art
28 } // namespace mirror
55 void ThrowArrayStoreException(ObjPtr<mirror::Class> element_class,
56 ObjPtr<mirror::Class> array_class)
69 void ThrowClassCircularityError(ObjPtr<mirror::Class> c)
72 void ThrowClassCircularityError(ObjPtr<mirror::Class> c, const char* fmt, ...)
77 void ThrowClassCastException(ObjPtr<mirror::Class> dest_type, ObjPtr<mirror::Class> src_type)
85 void ThrowClassFormatError(ObjPtr<mirror::Class> referrer, const char* fmt, ...)
91 void ThrowIllegalAccessErrorClass(ObjPtr<mirror::Class> referrer, ObjPtr<mirror::Class> accessed
    [all...]
  /art/runtime/mirror/
class-refvisitor-inl.h 26 namespace mirror { namespace in namespace:art
79 } // namespace mirror
class_loader-inl.h 25 namespace mirror { namespace in namespace:art
31 inline void ClassLoader::VisitReferences(ObjPtr<mirror::Class> klass, const Visitor& visitor) {
43 } // namespace mirror
object_reference-inl.h 25 namespace mirror { namespace in namespace:art
38 } // namespace mirror
proxy.h 26 namespace mirror { namespace in namespace:art
28 // C++ mirror of java.lang.reflect.Proxy.
37 } // namespace mirror
call_site.cc 23 namespace mirror { namespace in namespace:art
25 GcRoot<mirror::Class> CallSite::static_class_;
27 mirror::CallSite* CallSite::Create(Thread* const self, Handle<MethodHandle> target) {
29 Handle<mirror::CallSite> cs(
51 } // namespace mirror
class_ext-inl.h 25 namespace mirror { namespace in namespace:art
44 } // namespace mirror
executable.cc 22 namespace mirror { namespace in namespace:art
53 mirror::Class* Executable::GetDeclaringClass() {
54 return GetFieldObject<mirror::Class>(DeclaringClassOffset());
57 } // namespace mirror
iftable-inl.h 24 namespace mirror { namespace in namespace:art
41 } // namespace mirror
method_handle_impl-inl.h 26 namespace mirror { namespace in namespace:art
28 inline mirror::MethodType* MethodHandle::GetMethodType() {
29 return GetFieldObject<mirror::MethodType>(OFFSET_OF_OBJECT_MEMBER(MethodHandle, method_type_));
32 inline mirror::MethodType* MethodHandle::GetNominalType() {
33 return GetFieldObject<mirror::MethodType>(OFFSET_OF_OBJECT_MEMBER(MethodHandle, nominal_type_));
36 inline ObjPtr<mirror::Class> MethodHandle::GetTargetClass() {
42 } // namespace mirror
object_array.h 24 namespace mirror { namespace in namespace:art
118 } // namespace mirror
reference.cc 23 namespace mirror { namespace in namespace:art
42 } // namespace mirror
accessible_object.h 25 namespace mirror { namespace in namespace:art
27 // C++ mirror of java.lang.reflect.AccessibleObject
46 } // namespace mirror
call_site.h 21 #include "mirror/method_handle_impl.h"
27 namespace mirror { namespace in namespace:art
29 // C++ mirror of java.lang.invoke.CallSite
32 static mirror::CallSite* Create(Thread* const self,
36 static mirror::Class* StaticClass() REQUIRES_SHARED(Locks::mutator_lock_) {
53 HeapReference<mirror::MethodHandle> target_;
55 static GcRoot<mirror::Class> static_class_; // java.lang.invoke.CallSite.class
61 } // namespace mirror
  /art/runtime/gc/
verification.h 25 namespace mirror { namespace in namespace:art
28 } // namespace mirror
47 void LogHeapCorruption(ObjPtr<mirror::Object> holder,
49 mirror::Object* ref,
52 // Return true if the klass is likely to be a valid mirror::Class.
61 std::string FirstPathFromRootSet(ObjPtr<mirror::Object> target) const
allocation_listener.h 30 namespace mirror { namespace in namespace:art
32 } // namespace mirror
42 virtual void ObjectAllocated(Thread* self, ObjPtr<mirror::Object>* obj, size_t byte_count)
  /external/ImageMagick/PerlMagick/demo/
Turtle.pm 11 @{$self}{qw(x y theta mirror)} = @_;
33 $self->{theta} += $dtheta*$self->{mirror};
40 @{$self}{qw(x y theta mirror)};
47 @{$self}{qw(x y theta mirror)} = @_;
50 sub mirror subroutine
54 $self->{mirror} *= -1;
  /art/runtime/dex/
dex_file_annotations.h 23 #include "mirror/dex_cache.h"
24 #include "mirror/object_array.h"
28 namespace mirror { namespace in namespace:art
30 } // namespace mirror
38 mirror::Object* GetAnnotationForField(ArtField* field, Handle<mirror::Class> annotation_class)
40 mirror::ObjectArray<mirror::Object>* GetAnnotationsForField(ArtField* field)
42 mirror::ObjectArray<mirror::String>* GetSignatureAnnotationForField(ArtField* field
    [all...]

Completed in 373 milliseconds

1 2 3 4 5 6 7 8 91011>>