HomeSort by relevance Sort by last modified time
    Searched refs:GetFieldName (Results 1 - 25 of 28) sorted by null

1 2

  /art/runtime/openjdkjvmti/
ti_field.h 42 static jvmtiError GetFieldName(jvmtiEnv* env,
ti_field.cc 50 jvmtiError FieldUtil::GetFieldName(jvmtiEnv* env,
ti_redefine.cc 657 const char* new_field_name = dex_file_->GetFieldName(new_field_id);
670 const char* old_field_name = old_dex_file.GetFieldName(old_field_id);
701 old_dex_file.GetFieldName(old_dex_file.GetFieldId(
    [all...]
OpenjdkJvmTi.cc     [all...]
  /art/test/918-fields/
fields.cc 39 jvmtiError result = jvmti_env->GetFieldName(klass, id, &name, &sig, &gen);
43 printf("Failure running GetFieldName: %s\n", err);
71 jvmtiError result2 = jvmti_env->GetFieldName(klass, id, nullptr, nullptr, nullptr);
75 printf("Failure running GetFieldName(null, null, null): %s\n", err);
  /external/protobuf/src/google/protobuf/compiler/csharp/
csharp_helpers.h 79 std::string GetFieldName(const FieldDescriptor* descriptor);
csharp_repeated_message_field.cc 127 variables_["field_name"] = GetFieldName(descriptor_);
csharp_message_field.cc 128 variables_["field_name"] = GetFieldName(descriptor_);
csharp_helpers.cc 316 std::string GetFieldName(const FieldDescriptor* descriptor) {
330 std::string property_name = UnderscoresToPascalCase(GetFieldName(descriptor));
csharp_field_base.cc 148 return UnderscoresToCamelCase(GetFieldName(descriptor_), false);
  /art/runtime/
dex_file-inl.h 86 inline const char* DexFile::GetFieldName(const FieldId& field_id) const {
art_field-inl.h 278 return dex_file->GetFieldName(dex_file->GetFieldId(field_index));
debugger.h 403 static std::string GetFieldName(JDWP::FieldId field_id)
    [all...]
dex_file.h 653 const char* GetFieldName(const FieldId& field_id) const;
    [all...]
dex_file.cc     [all...]
  /art/compiler/driver/
compiler_driver_test.cc 146 << " " << dex.GetFieldName(dex.GetFieldId(i));
  /art/runtime/verifier/
verifier_deps.cc 809 << dex_file.GetFieldName(field_id) << ":"
    [all...]
method_verifier.cc     [all...]
  /art/runtime/openjdkjvmti/include/
jvmti.h     [all...]
  /prebuilts/jdk/jdk8/darwin-x86/include/
jvmti.h     [all...]
  /prebuilts/jdk/jdk8/linux-x86/include/
jvmti.h     [all...]
  /art/test/ti-stress/
stress.cc 294 (jvmtienv_->GetFieldName(
  /art/runtime/jdwp/
jdwp_event.cc     [all...]
jdwp_handler.cc 46 return StringPrintf("%#" PRIx64 " (%s)", field_id, Dbg::GetFieldName(field_id).c_str());
    [all...]
  /art/dexdump/
dexdump.cc     [all...]

Completed in 598 milliseconds

1 2