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

  /art/runtime/
method_helper-inl.h 35 return mid.name_idx_ == other_mid.name_idx_ && mid.proto_idx_ == other_mid.proto_idx_;
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 175 uint16_t proto_idx_; // index into proto_ids_ array for method prototype member in struct:art::DexFile::MethodId
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);
    [all...]
dex_file_test.cc 326 const DexFile::ProtoId& signature = java_lang_dex_file_->GetProtoId(to_find.proto_idx_);
dex_file_verifier.cc     [all...]
dex_file.cc 539 if (proto_idx > method.proto_idx_) {
541 } else if (proto_idx < method.proto_idx_) {
    [all...]
class_linker.cc     [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/
mir_graph.cc     [all...]

Completed in 96 milliseconds