Lines Matching defs:this_object
233 void MethodEntered(Thread* thread, mirror::Object* this_object, mirror::ArtMethod* method, in MethodEntered()
243 void MethodExited(Thread* thread, mirror::Object* this_object, mirror::ArtMethod* method, in MethodExited()
253 void MethodUnwind(Thread* thread, mirror::Object* this_object, mirror::ArtMethod* method, in MethodUnwind()
261 void DexPcMoved(Thread* thread, mirror::Object* this_object, mirror::ArtMethod* method, in DexPcMoved()
267 void FieldRead(Thread* thread, mirror::Object* this_object, mirror::ArtMethod* method, in FieldRead()
273 void FieldWritten(Thread* thread, mirror::Object* this_object, mirror::ArtMethod* method, in FieldWritten()
2438 mirror::Object* this_object; member
2768 void Dbg::PostLocationEvent(mirror::ArtMethod* m, int dex_pc, mirror::Object* this_object, in PostLocationEvent()
2782 mirror::Object* this_object, mirror::ArtField* f) { in PostFieldAccessEvent()
2795 mirror::Object* this_object, mirror::ArtField* f, in PostFieldModificationEvent()
2831 void Dbg::UpdateDebugger(Thread* thread, mirror::Object* this_object, in UpdateDebugger()