Home
last modified time | relevance | path

Searched refs:GetIntField (Results 1 – 8 of 8) sorted by relevance

/art/test/991-field-trace-2/
Dfield_trace.cc45 jint val = env->GetIntField(testclass, xyz_field); in Java_art_Test991_doNativeReadWrite()
/art/test/1940-ddms-ext/
Dddm_ext.cc72 jint type = env->GetIntField(chunk, type_field_id); in Java_art_Test1940_processChunk()
73 jint off = env->GetIntField(chunk, offset_field_id); in Java_art_Test1940_processChunk()
74 jint len = env->GetIntField(chunk, length_field_id); in Java_art_Test1940_processChunk()
/art/test/674-hiddenapi/
Dhiddenapi.cc132 env->GetIntField(obj, field); in Java_JNI_canGetField()
/art/test/1953-pop-frame/
Dpop_frame.cc945 env->SetIntField(thiz, cnt, env->GetIntField(thiz, cnt) + 1); in Java_art_Test1953_00024NativeCalledObject_calledFunction()
964 env->SetIntField(thiz, baseCnt, env->GetIntField(thiz, baseCnt) + 1); in Java_art_Test1953_00024NativeCallerObject_run()
/art/runtime/jni/
Djni_internal_test.cc686 ASSERT_EQ(0, env_->GetIntField(o, env_->GetFieldID(c, "count", "I"))); in TEST_F()
965 env_->GetIntField(s, fid2)); in TEST_F()
969 env_->GetIntField(s_16, fid2)); in TEST_F()
971 ASSERT_EQ(4, env_->GetIntField(s, fid2)); in TEST_F()
Djni_internal.cc1624 static jint GetIntField(JNIEnv* env, jobject obj, jfieldID fid) { in GetIntField() function in art::JNI
2688 return static_cast<jlong>(env->GetIntField( in GetDirectBufferCapacity()
2984 JNI::GetIntField,
Dcheck_jni.cc2918 result.I = baseEnv(env)->GetIntField(env, obj, fid); in GetField()
3871 CheckJNI::GetIntField,
/art/runtime/
Ddebugger.cc4246 jint offset = env->GetIntField(chunk.get(), in DdmHandleChunk()
4248 jint length = env->GetIntField(chunk.get(), in DdmHandleChunk()
4250 *out_type = env->GetIntField(chunk.get(), in DdmHandleChunk()