Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file_verifier_test.cc217 TEST_F(DexFileVerifierTest, MethodId) { in TEST_F() argument
Ddex_file.h173 struct MethodId { struct
179 DISALLOW_COPY_AND_ASSIGN(MethodId); argument
/art/runtime/jdwp/
Djdwp.h55 typedef uint32_t MethodId; /* any kind of method, including constructors */ typedef