Home
last modified time | relevance | path

Searched refs:thiz (Results 1 – 2 of 2) sorted by relevance

/art/runtime/native/
Djava_lang_invoke_MethodHandleImpl.cc33 static jobject MethodHandleImpl_getMemberInternal(JNIEnv* env, jobject thiz) { in MethodHandleImpl_getMemberInternal() argument
37 soa.Decode<mirror::MethodHandleImpl>(thiz)); in MethodHandleImpl_getMemberInternal()
/art/runtime/
Dinstrumentation.cc953 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
[all …]