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

  /cts/tools/dex-tools/src/dex/reader/
DexFileReader.java 180 public int return_type_idx; field in class:DexFileReader.ProtIdItem
193 item.return_type_idx = b.readUInt();
DexMethodImpl.java 101 return stringPool[typeIds[protoIdItem.return_type_idx]];
  /art/runtime/
art_method-inl.h 397 dex::TypeIndex return_type_idx = proto_id.return_type_idx_; local
398 return GetClassFromTypeIndex(return_type_idx, resolve);
dex_file.cc 826 const DexFile::ProtoId* DexFile::FindProtoId(dex::TypeIndex return_type_idx,
834 int compare = return_type_idx.index_ - proto.return_type_idx_.index_;
864 dex::TypeIndex* return_type_idx,
914 dex::TypeIndex return_type_idx; local
    [all...]
dex_file.h 791 const ProtoId* FindProtoId(dex::TypeIndex return_type_idx,
794 const ProtoId* FindProtoId(dex::TypeIndex return_type_idx,
796 return FindProtoId(return_type_idx, &signature_type_idxs[0], signature_type_idxs.size());
801 dex::TypeIndex* return_type_idx,
    [all...]
class_linker.cc 4951 dex::TypeIndex return_type_idx = proto_id.return_type_idx_; local
    [all...]
  /art/profman/
profman.cc 625 dex::TypeIndex return_type_idx; local
627 if (!dex_file->CreateTypeList(signature, &return_type_idx, &param_type_idxs)) {
631 const DexFile::ProtoId* proto_id = dex_file->FindProtoId(return_type_idx, param_type_idxs);
    [all...]
  /art/runtime/verifier/
method_verifier.cc 2916 dex::TypeIndex return_type_idx = local
2940 dex::TypeIndex return_type_idx = local
3015 dex::TypeIndex return_type_idx = local
3070 dex::TypeIndex return_type_idx = local
5303 dex::TypeIndex return_type_idx = proto_id.return_type_idx_; local
    [all...]

Completed in 1006 milliseconds