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

  /art/runtime/
dex_file-inl.h 85 const DexFile::TypeId& return_type_id = dex_file_->GetTypeId(proto_id_->return_type_idx_);
87 rhs.dex_file_->GetTypeId(rhs.proto_id_->return_type_idx_);
method_helper-inl.h 61 uint16_t return_type_idx = proto_id.return_type_idx_;
dex_file_verifier.cc     [all...]
dex_file.cc 615 int compare = return_type_idx - proto.return_type_idx_;
    [all...]
dex_file_test.cc 315 java_lang_dex_file_->FindProtoId(to_find.return_type_idx_, to_find_types);
dex_file.h 185 uint16_t return_type_idx_; // index into type_ids array for return type member in struct:art::DexFile::ProtoId
690 return StringByTypeIdx(proto_id.return_type_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/mirror/
art_method-inl.h 515 uint16_t return_type_idx = proto_id.return_type_idx_;
  /art/runtime/verifier/
method_verifier.cc     [all...]

Completed in 84 milliseconds