Home
last modified time | relevance | path

Searched defs:MethodId (Results 1 – 4 of 4) sorted by relevance

/art/libdexfile/dex/
Ddex_file_structs.h89 struct MethodId { struct
95 DISALLOW_COPY_AND_ASSIGN(MethodId); argument
Ddex_file_verifier_test.cc150 TEST_F(DexFileVerifierTest, MethodId) { in TEST_F() argument
/art/runtime/jdwp/
Djdwp.h60 typedef uint64_t MethodId; /* any kind of method, including constructors */ typedef
/art/dexlayout/
Ddex_ir.h57 class MethodId; variable
699 MethodId(const TypeId* klass, const ProtoId* proto, const StringId* name) in MethodId() function