Searched refs:GetIntField (Results 1 - 5 of 5) sorted by relevance

/art/runtime/
H A Djni_internal_test.cc736 ASSERT_EQ(0, env_->GetIntField(o, env_->GetFieldID(c, "count", "I")));
737 ASSERT_EQ(0, env_->GetIntField(o, env_->GetFieldID(c, "offset", "I")));
946 ASSERT_EQ(4, env_->GetIntField(s, fid2));
H A Ddebugger.cc2945 jint offset = env->GetIntField(chunk.get(), WellKnownClasses::org_apache_harmony_dalvik_ddmc_Chunk_offset);
2946 length = env->GetIntField(chunk.get(), WellKnownClasses::org_apache_harmony_dalvik_ddmc_Chunk_length);
2947 type = env->GetIntField(chunk.get(), WellKnownClasses::org_apache_harmony_dalvik_ddmc_Chunk_type);
H A Djni_internal.cc1609 static jint GetIntField(JNIEnv* env, jobject obj, jfieldID fid) { function in class:art::JNI
2477 return static_cast<jlong>(env->GetIntField(java_buffer, WellKnownClasses::java_nio_DirectByteBuffer_capacity));
2703 JNI::GetIntField,
H A Dcheck_jni.cc1893 CheckJNI::GetIntField,
/art/runtime/gc/
H A Dheap.cc364 int process_state = env->GetIntField(application_thread_, last_process_state_id_);

Completed in 390 milliseconds