Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file_verifier_test.cc219 TEST_F(DexFileVerifierTest, MethodId) { in TEST_F() argument
Ddex_file.h174 struct MethodId { struct
180 DISALLOW_COPY_AND_ASSIGN(MethodId); argument
/art/runtime/jdwp/
Djdwp.h58 typedef uint64_t MethodId; /* any kind of method, including constructors */ typedef