Home | History | Annotate | Download | only in runtime

Lines Matching defs:mirror

32 namespace mirror {
36 } // namespace mirror
69 Handle<mirror::Object> this_object,
74 Handle<mirror::Object> this_object,
77 Handle<mirror::Object> return_value)
84 Handle<mirror::Object> this_object,
93 Handle<mirror::Object> this_object,
100 Handle<mirror::Object> this_object,
107 Handle<mirror::Object> this_object,
113 Handle<mirror::Object> this_object,
117 Handle<mirror::Object> field_value)
122 Handle<mirror::Object> this_object,
131 Handle<mirror::Throwable> exception_object)
135 virtual void ExceptionHandled(Thread* thread, Handle<mirror::Throwable> exception_object)
147 Handle<mirror::Object> this_object,
387 void MethodEnterEvent(Thread* thread, mirror::Object* this_object,
397 mirror::Object* this_object,
408 void MethodUnwindEvent(Thread* thread, mirror::Object* this_object,
413 void DexPcMovedEvent(Thread* thread, mirror::Object* this_object,
430 void FieldReadEvent(Thread* thread, mirror::Object* this_object,
440 void FieldWriteEvent(Thread* thread, mirror::Object* this_object,
450 mirror::Object* this_object,
469 void ExceptionThrownEvent(Thread* thread, mirror::Throwable* exception_object) const
474 void ExceptionHandledEvent(Thread* thread, mirror::Throwable* exception_object) const
479 void PushInstrumentationStackFrame(Thread* self, mirror::Object* this_object,
503 void InstallStubsForClass(mirror::Class* klass) REQUIRES_SHARED(Locks::mutator_lock_)
560 ObjPtr<mirror::Object> this_object,
565 ObjPtr<mirror::Object> this_object,
571 ObjPtr<mirror::Object> this_object,
578 ObjPtr<mirror::Object> this_object,
586 ObjPtr<mirror::Object> this_object,
592 ObjPtr<mirror::Object> this_object,
724 InstrumentationStackFrame(mirror::Object* this_object,
738 mirror::Object* this_object_;