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

  /art/runtime/
dex_file-inl.h 42 return Signature(this, GetProtoId(method_id.proto_idx_));
method_helper.cc 127 other_dexfile.GetProtoId(name_and_sig_mid.proto_idx_));
dex_file.h 612 return GetProtoId(method_id.proto_idx_);
625 return StringDataByIdx(GetProtoId(method_id.proto_idx_).shorty_idx_);
629 return StringDataAndUtf16LengthByIdx(GetProtoId(method_id.proto_idx_).shorty_idx_, length);
700 const ProtoId& GetProtoId(uint32_t idx) const {
729 const ProtoId& proto_id = GetProtoId(proto_idx);
    [all...]
dex_file_test.cc 306 const DexFile::ProtoId& to_find = java_lang_dex_file_->GetProtoId(i);
326 const DexFile::ProtoId& signature = java_lang_dex_file_->GetProtoId(to_find.proto_idx_);
dex_file.cc 614 const DexFile::ProtoId& proto = GetProtoId(mid);
    [all...]
  /art/compiler/sea_ir/types/
type_inference.cc 59 uint32_t return_type_idx = dex_file_->GetProtoId(method_id.proto_idx_).return_type_idx_;
  /art/runtime/verifier/
method_verifier.cc     [all...]
  /art/compiler/optimizing/
builder.cc 329 const DexFile::ProtoId& proto_id = dex_file_->GetProtoId(method_id.proto_idx_);
  /art/compiler/dex/quick/
dex_file_method_inliner.cc 669 dex_file->GetProtoId(proto_index));
    [all...]

Completed in 77 milliseconds