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

  /art/runtime/
dex_file-inl.h 96 return Signature(this, GetProtoId(method_id.proto_idx_));
108 return StringDataByIdx(GetProtoId(GetMethodId(idx).proto_idx_).shorty_idx_);
112 return StringDataByIdx(GetProtoId(method_id.proto_idx_).shorty_idx_);
117 return StringDataAndUtf16LengthByIdx(GetProtoId(method_id.proto_idx_).shorty_idx_, length);
129 const ProtoId& proto_id = GetProtoId(proto_idx);
method_reference.h 74 const DexFile::ProtoId& prid1 = mr1.dex_file->GetProtoId(mid1.proto_idx_);
75 const DexFile::ProtoId& prid2 = mr2.dex_file->GetProtoId(mid2.proto_idx_);
dex_file_test.cc 482 const DexFile::ProtoId& to_find = java_lang_dex_file_->GetProtoId(i);
502 const DexFile::ProtoId& signature = java_lang_dex_file_->GetProtoId(to_find.proto_idx_);
dex_file.h 683 return GetProtoId(method_id.proto_idx_);
782 const ProtoId& GetProtoId(uint16_t idx) const {
    [all...]
dex_file_verifier_test.cc     [all...]
art_method.cc 256 other_dexfile.GetProtoId(name_and_sig_mid.proto_idx_));
    [all...]
dex_file.cc 854 const DexFile::ProtoId& proto = GetProtoId(mid);
    [all...]
dex_file_verifier.cc 195 return &dex_file_->GetProtoId(idx);
    [all...]
class_linker.cc     [all...]
  /art/dexlayout/
dex_ir.cc 261 item->SetProtoId(GetProtoId(proto_index));
339 const DexFile::ProtoId& disk_proto_id = dex_file.GetProtoId(i);
360 GetProtoId(disk_method_id.proto_idx_),
    [all...]
dex_ir.h 226 ProtoId* GetProtoId(uint32_t index) {
673 ProtoId* GetProtoId() const { return u_.proto_val_; }
    [all...]
dex_writer.cc 155 length = EncodeUIntValue(encoded_value->GetProtoId()->GetIndex(), buffer);
dexlayout.cc 474 dex_ir::ProtoId* proto_id = header->GetCollections().GetProtoId(secondary_index);
    [all...]
  /art/dexdump/
dexdump.cc 897 const DexFile::ProtoId& protoId = pDexFile->GetProtoId(secondary_index);
    [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]

Completed in 305 milliseconds