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

  /art/runtime/mirror/
dex_cache_test.cc 153 method1_id.proto_idx_,
158 method2_id.proto_idx_,
161 EXPECT_EQ(method1_type.Get(), dex_cache->GetResolvedMethodType(method1_id.proto_idx_));
162 EXPECT_EQ(method2_type.Get(), dex_cache->GetResolvedMethodType(method2_id.proto_idx_));
172 if (dex::ProtoIndex(pair.index) == method1_id.proto_idx_) {
174 } else if (dex::ProtoIndex(pair.index) == method2_id.proto_idx_) {
class.cc 658 cmp_method_id.proto_idx_ == method_id.proto_idx_) {
    [all...]
  /art/libdexfile/dex/
method_reference.h 66 const dex::ProtoId& prid1 = mr1.dex_file->GetProtoId(mid1.proto_idx_);
67 const dex::ProtoId& prid2 = mr2.dex_file->GetProtoId(mid2.proto_idx_);
dex_file-inl.h 116 return Signature(this, GetProtoId(method_id.proto_idx_));
137 return StringDataByIdx(GetProtoId(GetMethodId(idx).proto_idx_).shorty_idx_);
141 return StringDataByIdx(GetProtoId(method_id.proto_idx_).shorty_idx_);
147 return StringDataAndUtf16LengthByIdx(GetProtoId(method_id.proto_idx_).shorty_idx_, length);
dex_file_structs.h 91 dex::ProtoIndex proto_idx_; // index into proto_ids_ array for method prototype member in struct:art::dex::MethodId
dex_file.cc 296 if (proto_idx > method.proto_idx_) {
298 } else if (proto_idx < method.proto_idx_) {
527 const ProtoId* proto_id = with_signature ? &GetProtoId(method_id.proto_idx_) : nullptr;
dex_file_verifier_test.cc 167 method_id->proto_idx_ = dex::ProtoIndex(0xFF);
    [all...]
art_dex_file_loader_test.cc 268 const dex::ProtoId& signature = java_lang_dex_file_->GetProtoId(to_find.proto_idx_);
dex_file_verifier.cc     [all...]
dex_file.h 375 return GetProtoId(method_id.proto_idx_);
    [all...]
  /art/runtime/
art_method.cc 187 return mid.name_idx_ == mid2.name_idx_ && mid.proto_idx_ == mid2.proto_idx_;
249 other_dexfile.GetProtoId(name_and_sig_mid.proto_idx_));
    [all...]
class_linker_test.cc     [all...]
class_linker.cc     [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]
  /art/dexlayout/
dex_ir_builder.cc 473 header_->ProtoIds()[disk_method_id.proto_idx_.index_],
    [all...]

Completed in 249 milliseconds