Home | History | Annotate | Download | only in runtime

Lines Matching full:mirror

35 namespace mirror {
40 } // namespace mirror
65 mirror::Object* receiver_; /* not used for ClassType.InvokeMethod */
66 mirror::Object* thread_;
67 mirror::Class* class_;
68 mirror::ArtMethod* method_;
329 static void PostLocationEvent(const mirror::ArtMethod* method, int pcOffset,
330 mirror::Object* thisPtr, int eventFlags)
333 mirror::ArtMethod* catch_method,
334 uint32_t catch_dex_pc, mirror::Throwable* exception)
340 static void PostClassPrepare(mirror::Class* c)
343 static void UpdateDebugger(Thread* thread, mirror::Object* this_object,
344 const mirror::ArtMethod* method, uint32_t new_dex_pc)
390 static void RecordAllocation(mirror::Class* type, size_t byte_count)