Lines Matching refs:thiz
953 Handle<mirror::Object> thiz(hs.NewHandle(this_object)); in MethodEnterEventImpl() local
956 listener->MethodEntered(thread, thiz, method, dex_pc); in MethodEnterEventImpl()
970 Handle<mirror::Object> thiz(hs.NewHandle(this_object)); in MethodExitEventImpl() local
975 listener->MethodExited(thread, thiz, method, dex_pc, return_value); in MethodExitEventImpl()
982 listener->MethodExited(thread, thiz, method, dex_pc, ret); in MethodExitEventImpl()
996 Handle<mirror::Object> thiz(hs.NewHandle(this_object)); in MethodUnwindEvent() local
999 listener->MethodUnwind(thread, thiz, method, dex_pc); in MethodUnwindEvent()
1011 Handle<mirror::Object> thiz(hs.NewHandle(this_object)); in DexPcMovedEventImpl() local
1014 listener->DexPcMoved(thread, thiz, method, dex_pc); in DexPcMovedEventImpl()
1037 Handle<mirror::Object> thiz(hs.NewHandle(this_object)); in InvokeVirtualOrInterfaceImpl() local
1040 listener->InvokeVirtualOrInterface(thread, thiz, caller, dex_pc, callee); in InvokeVirtualOrInterfaceImpl()
1052 Handle<mirror::Object> thiz(hs.NewHandle(this_object)); in FieldReadEventImpl() local
1055 listener->FieldRead(thread, thiz, method, dex_pc, field); in FieldReadEventImpl()
1068 Handle<mirror::Object> thiz(hs.NewHandle(this_object)); in FieldWriteEventImpl() local
1072 listener->FieldWritten(thread, thiz, method, dex_pc, field, field_value); in FieldWriteEventImpl()
1079 listener->FieldWritten(thread, thiz, method, dex_pc, field, val); in FieldWriteEventImpl()