Searched defs:GetFieldName (Results 1 - 5 of 5) sorted by relevance

/art/runtime/openjdkjvmti/
H A Dti_field.cc50 jvmtiError FieldUtil::GetFieldName(jvmtiEnv* env, function in class:openjdkjvmti::FieldUtil
H A DOpenjdkJvmTi.cc838 static jvmtiError GetFieldName(jvmtiEnv* env, function in class:openjdkjvmti::JvmtiFunctions
845 return FieldUtil::GetFieldName(env, klass, field, name_ptr, signature_ptr, generic_ptr);
1806 JvmtiFunctions::GetFieldName, // 60
/art/runtime/
H A Ddex_file-inl.h86 inline const char* DexFile::GetFieldName(const FieldId& field_id) const { function in class:art::DexFile
H A Ddebugger.cc1439 std::string Dbg::GetFieldName(JDWP::FieldId field_id) { function in class:art::Dbg
/art/runtime/openjdkjvmti/include/
H A Djvmti.h1318 jvmtiError (JNICALL *GetFieldName) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
2253 jvmtiError GetFieldName(jclass klass, function in struct:_jvmtiEnv
2258 return functions->GetFieldName(this, klass, field, name_ptr, signature_ptr, generic_ptr);

Completed in 151 milliseconds