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

  /art/runtime/
dex_file_test.cc 226 const DexFile::ProtoId& to_find = java_lang_dex_file_->GetProtoId(i);
246 const DexFile::ProtoId& signature = java_lang_dex_file_->GetProtoId(to_find.proto_idx_);
dex_file.h 556 return GetProtoId(method_id.proto_idx_);
571 return StringDataByIdx(GetProtoId(method_id.proto_idx_).shorty_idx_);
574 return StringDataAndLengthByIdx(GetProtoId(method_id.proto_idx_).shorty_idx_, length);
644 const ProtoId& GetProtoId(uint32_t idx) const {
668 const ProtoId& proto_id = GetProtoId(proto_idx);
    [all...]
dex_file.cc 501 const DexFile::ProtoId& proto = GetProtoId(mid);
589 const ProtoId& proto_id = GetProtoId(proto_idx);
    [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...]

Completed in 6084 milliseconds