HomeSort by relevance Sort by last modified time
    Searched refs:StringDataAndUtf16LengthByIdx (Results 1 - 6 of 6) sorted by null

  /art/runtime/
dex_file-inl.h 46 inline const char* DexFile::StringDataAndUtf16LengthByIdx(dex::StringIndex idx,
58 return StringDataAndUtf16LengthByIdx(idx, &unicode_length);
66 return StringDataAndUtf16LengthByIdx(type_id.descriptor_idx_, unicode_length);
117 return StringDataAndUtf16LengthByIdx(GetProtoId(method_id.proto_idx_).shorty_idx_, length);
142 const char* s1_data = df1->StringDataAndUtf16LengthByIdx(sidx1, &s1_len);
144 const char* s2_data = df2->StringDataAndUtf16LengthByIdx(sidx2, &s2_len);
159 const char* lhs_shorty_data = dex_file_->StringDataAndUtf16LengthByIdx(proto_id_->shorty_idx_,
165 rhs.dex_file_->StringDataAndUtf16LengthByIdx(rhs.proto_id_->shorty_idx_,
dex_file.h 568 const char* StringDataAndUtf16LengthByIdx(dex::StringIndex idx, uint32_t* utf16_length) const;
    [all...]
class_linker.cc     [all...]
  /art/runtime/native/
java_lang_reflect_Executable.cc 238 const char* lhs_data = this_method->GetDexFile()->StringDataAndUtf16LengthByIdx(
240 const char* rhs_data = other_method->GetDexFile()->StringDataAndUtf16LengthByIdx(
  /art/compiler/
image_writer.cc     [all...]
  /art/compiler/optimizing/
intrinsics_arm64.cc     [all...]

Completed in 205 milliseconds