Lines Matching refs:thiz
1209 Handle<mirror::Object> thiz(hs.NewHandle(this_object)); in MethodEnterEventImpl() local
1212 listener->MethodEntered(thread, thiz, method, dex_pc); in MethodEnterEventImpl()
1228 Handle<mirror::Object> thiz(hs.NewHandle(this_object)); in MethodExitEventImpl() local
1231 listener->MethodExited(thread, thiz, method, dex_pc, frame, return_value); in MethodExitEventImpl()
1246 Handle<mirror::Object> thiz(hs.NewHandle(this_object)); in MethodExitEventImpl() local
1251 listener->MethodExited(thread, thiz, method, dex_pc, frame, return_value); in MethodExitEventImpl()
1256 MethodExitEventImpl(thread, thiz.Get(), method, dex_pc, frame, ret); in MethodExitEventImpl()
1269 Handle<mirror::Object> thiz(hs.NewHandle(this_object)); in MethodUnwindEvent() local
1272 listener->MethodUnwind(thread, thiz, method, dex_pc); in MethodUnwindEvent()
1284 Handle<mirror::Object> thiz(hs.NewHandle(this_object)); in DexPcMovedEventImpl() local
1287 listener->DexPcMoved(thread, thiz, method, dex_pc); in DexPcMovedEventImpl()
1318 Handle<mirror::Object> thiz(hs.NewHandle(this_object)); in FieldReadEventImpl() local
1321 listener->FieldRead(thread, thiz, method, dex_pc, field); in FieldReadEventImpl()
1334 Handle<mirror::Object> thiz(hs.NewHandle(this_object)); in FieldWriteEventImpl() local
1338 listener->FieldWritten(thread, thiz, method, dex_pc, field, field_value); in FieldWriteEventImpl()
1345 listener->FieldWritten(thread, thiz, method, dex_pc, field, val); in FieldWriteEventImpl()