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

  /art/runtime/
dex_file-inl.h 54 const char* s1_data = df1->StringDataAndUtf16LengthByIdx(sidx1, &s1_len);
56 const char* s2_data = df2->StringDataAndUtf16LengthByIdx(sidx2, &s2_len);
71 const char* lhs_shorty_data = dex_file_->StringDataAndUtf16LengthByIdx(proto_id_->shorty_idx_,
77 rhs.dex_file_->StringDataAndUtf16LengthByIdx(rhs.proto_id_->shorty_idx_,
dex_file.h 482 const char* StringDataAndUtf16LengthByIdx(uint32_t idx, uint32_t* utf16_length) const {
493 return StringDataAndUtf16LengthByIdx(idx, &unicode_length);
525 return StringDataAndUtf16LengthByIdx(type_id.descriptor_idx_, unicode_length);
629 return StringDataAndUtf16LengthByIdx(GetProtoId(method_id.proto_idx_).shorty_idx_, length);
    [all...]
class_linker.cc     [all...]

Completed in 42 milliseconds