HomeSort by relevance Sort by last modified time
    Searched defs:ProtoId (Results 1 - 3 of 3) sorted by null

  /libcore/dex/src/main/java/com/android/dex/
ProtoId.java 21 public final class ProtoId implements Comparable<ProtoId> {
27 public ProtoId(Dex dex, int shortyIndex, int returnTypeIndex, int parametersOffset) {
34 public int compareTo(ProtoId other) {
  /art/runtime/
dex_file.h 183 struct ProtoId {
190 DISALLOW_COPY_AND_ASSIGN(ProtoId);
602 const DexFile::ProtoId& signature) const;
611 const ProtoId& GetMethodPrototype(const MethodId& method_id) const {
689 const char* GetReturnTypeDescriptor(const ProtoId& proto_id) const {
699 // Returns the ProtoId at the specified index.
700 const ProtoId& GetProtoId(uint32_t idx) const {
705 uint16_t GetIndexForProtoId(const ProtoId& proto_id) const {
712 const ProtoId* FindProtoId(uint16_t return_type_idx,
714 const ProtoId* FindProtoId(uint16_t return_type_idx
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 3802 milliseconds