/art/test/1970-force-early-return-long/ |
D | force_early_return_long.cc | 46 JNIEnv* env, jobject thiz) { in Java_art_Test1970_00024NativeCalledObject_calledFunction() argument 48 jclass klass = env->GetObjectClass(thiz); in Java_art_Test1970_00024NativeCalledObject_calledFunction() 50 env->SetIntField(thiz, cnt, env->GetIntField(thiz, cnt) + 1); in Java_art_Test1970_00024NativeCalledObject_calledFunction() 51 jlong res = static_cast<jlong>(env->GetIntField(thiz, cnt)); in Java_art_Test1970_00024NativeCalledObject_calledFunction() 52 env->SetIntField(thiz, cnt, env->GetIntField(thiz, cnt) + 1); in Java_art_Test1970_00024NativeCalledObject_calledFunction() 70 JNIEnv* env, jobject thiz) { in Java_art_Test1970_00024NativeCallerObject_run() argument 72 jclass klass = env->GetObjectClass(thiz); in Java_art_Test1970_00024NativeCallerObject_run() 75 env->SetLongField(thiz, ret, env->CallLongMethod(thiz, called)); in Java_art_Test1970_00024NativeCallerObject_run()
|
/art/test/1968-force-early-return/ |
D | force_early_return.cc | 46 JNIEnv* env, jobject thiz) { in Java_art_Test1968_00024NativeCalledObject_calledFunction() argument 48 jclass klass = env->GetObjectClass(thiz); in Java_art_Test1968_00024NativeCalledObject_calledFunction() 50 env->SetIntField(thiz, cnt, env->GetIntField(thiz, cnt) + 1); in Java_art_Test1968_00024NativeCalledObject_calledFunction() 53 jobject res = env->NewObject(int_container_klass, int_cont_new, env->GetIntField(thiz, cnt)); in Java_art_Test1968_00024NativeCalledObject_calledFunction() 54 env->SetIntField(thiz, cnt, env->GetIntField(thiz, cnt) + 1); in Java_art_Test1968_00024NativeCalledObject_calledFunction() 71 JNIEnv* env, jobject thiz) { in Java_art_Test1968_00024NativeCallerObject_run() argument 73 jclass klass = env->GetObjectClass(thiz); in Java_art_Test1968_00024NativeCallerObject_run() 76 env->SetObjectField(thiz, ret, env->CallObjectMethod(thiz, called)); in Java_art_Test1968_00024NativeCallerObject_run()
|
/art/test/1969-force-early-return-void/ |
D | force_early_return_void.cc | 46 JNIEnv* env, jobject thiz) { in Java_art_Test1969_00024NativeCalledObject_calledFunction() argument 47 jclass klass = env->GetObjectClass(thiz); in Java_art_Test1969_00024NativeCalledObject_calledFunction() 49 env->SetIntField(thiz, cnt, env->GetIntField(thiz, cnt) + 1); in Java_art_Test1969_00024NativeCalledObject_calledFunction() 50 env->SetIntField(thiz, cnt, env->GetIntField(thiz, cnt) + 1); in Java_art_Test1969_00024NativeCalledObject_calledFunction() 66 JNIEnv* env, jobject thiz) { in Java_art_Test1969_00024NativeCallerObject_run() argument 68 jclass klass = env->GetObjectClass(thiz); in Java_art_Test1969_00024NativeCallerObject_run() 70 env->CallVoidMethod(thiz, called); in Java_art_Test1969_00024NativeCallerObject_run()
|
/art/test/1953-pop-frame/ |
D | pop_frame.cc | 54 JNIEnv* env, jobject thiz) { in Java_art_Test1953_00024NativeCalledObject_calledFunction() argument 56 jclass klass = env->GetObjectClass(thiz); in Java_art_Test1953_00024NativeCalledObject_calledFunction() 58 env->SetIntField(thiz, cnt, env->GetIntField(thiz, cnt) + 1); in Java_art_Test1953_00024NativeCalledObject_calledFunction() 65 JNIEnv* env, jobject thiz) { in Java_art_Test1953_00024NativeCallerObject_run() argument 67 jclass klass = env->GetObjectClass(thiz); in Java_art_Test1953_00024NativeCallerObject_run() 69 env->SetIntField(thiz, baseCnt, env->GetIntField(thiz, baseCnt) + 1); in Java_art_Test1953_00024NativeCallerObject_run() 71 env->CallVoidMethod(thiz, called); in Java_art_Test1953_00024NativeCallerObject_run()
|
/art/test/1960-obsolete-jit-multithread-native/ |
D | native_say_hi.cc | 23 jobject thiz, in Java_Transform_nativeSayHi() argument 27 thiz, in Java_Transform_nativeSayHi() 28 env->GetMethodID(env->GetObjectClass(thiz), in Java_Transform_nativeSayHi()
|
/art/runtime/native/ |
D | java_lang_invoke_MethodHandle.cc | 32 static void MethodHandle_invokeExactWithFrame(JNIEnv* env, jobject thiz, jobject arguments) { in MethodHandle_invokeExactWithFrame() argument 35 auto handle = hs.NewHandle(soa.Decode<mirror::MethodHandle>(thiz)); in MethodHandle_invokeExactWithFrame()
|
D | java_lang_invoke_MethodHandleImpl.cc | 33 static jobject MethodHandleImpl_getMemberInternal(JNIEnv* env, jobject thiz) { in MethodHandleImpl_getMemberInternal() argument 37 soa.Decode<mirror::MethodHandleImpl>(thiz)); in MethodHandleImpl_getMemberInternal()
|
/art/test/1922-owned-monitors-info/ |
D | owned_monitors.cc | 58 JNIEnv* env, jobject thiz, jobject next) { in Java_art_Test1922_00024Target_lockThisNative() argument 59 if (doMonitorEnter(env, thiz)) { in Java_art_Test1922_00024Target_lockThisNative() 65 if (doMonitorExit(env, thiz)) { in Java_art_Test1922_00024Target_lockThisNative() 71 JNIEnv* env, jobject thiz ATTRIBUTE_UNUSED, jobject mon, jobject next) { in Java_art_Test1922_00024Target_lockNative()
|
/art/test/1914-get-local-instance/src/art/ |
D | Test1914.java | 91 public final Object thiz; 97 public TestCase(Object thiz, Method target) { 98 this.thiz = thiz; 135 target.invoke(thiz, pause);
|
/art/test/1939-proxy-frames/src/art/ |
D | Test1939.java | 74 public final Object thiz; 80 public TestCase(Object thiz, Method target) { 81 this.thiz = thiz; 118 target.invoke(thiz, pause);
|
/art/test/1914-get-local-instance/ |
D | local_instance.cc | 37 JNIEnv* env, jobject thiz, jobject run) { in Java_art_Test1914_00024TargetClass_NativeInstanceMethod() argument 48 env->CallStaticVoidMethod(Test1914.get(), report, thiz); in Java_art_Test1914_00024TargetClass_NativeInstanceMethod()
|
/art/test/1945-proxy-method-arguments/ |
D | get_args.cc | 107 JNIEnv* env ATTRIBUTE_UNUSED, jobject thiz ATTRIBUTE_UNUSED, int arg_pos, int frame_depth) { in Java_TestInvocationHandler_getArgument()
|
/art/runtime/ |
D | instrumentation.cc | 1388 Handle<mirror::Object> thiz(hs.NewHandle(this_object)); in DexPcMovedEventImpl() local 1391 listener->DexPcMoved(thread, thiz, method, dex_pc); in DexPcMovedEventImpl() 1422 Handle<mirror::Object> thiz(hs.NewHandle(this_object)); in FieldReadEventImpl() local 1425 listener->FieldRead(thread, thiz, method, dex_pc, field); in FieldReadEventImpl() 1438 Handle<mirror::Object> thiz(hs.NewHandle(this_object)); in FieldWriteEventImpl() local 1442 listener->FieldWritten(thread, thiz, method, dex_pc, field, field_value); in FieldWriteEventImpl() 1449 listener->FieldWritten(thread, thiz, method, dex_pc, field, val); in FieldWriteEventImpl()
|
/art/runtime/mirror/ |
D | class.cc | 160 static void CheckSetStatus(Thread* self, T thiz, ClassStatus new_status, ClassStatus old_status) in CheckSetStatus() argument 164 LOG(FATAL) << "Unexpected change back of class status for " << thiz->PrettyClass() << " " in CheckSetStatus() 175 CHECK_EQ(thiz->GetLockOwnerThreadId(), self->GetThreadId()) in CheckSetStatus() 176 << "Attempt to change status of class while not holding its lock: " << thiz->PrettyClass() in CheckSetStatus() 183 CHECK(thiz->IsResolved()) in CheckSetStatus() 184 << thiz->PrettyClass() in CheckSetStatus()
|
/art/runtime/interpreter/ |
D | interpreter_common.h | 170 ObjPtr<mirror::Object> thiz(frame.GetThisObject(num_dex_inst)); in REQUIRES_SHARED()
|