Home
last modified time | relevance | path

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

/aosp12/art/libdexfile/dex/
H A Ddex_file_structs.h89 struct MethodId { struct
95 DISALLOW_COPY_AND_ASSIGN(MethodId); argument
H A Ddex_file_verifier_test.cc152 TEST_F(DexFileVerifierTest, MethodId) { in TEST_F() argument
/aosp12/system/tools/aidl/
H A Dgenerate_ndk.cpp362 static std::string MethodId(const AidlMethod& m) { in MethodId() function
/aosp12/art/dexlayout/
H A Ddex_ir.h57 class MethodId; variable
699 MethodId(const TypeId* klass, const ProtoId* proto, const StringId* name) in MethodId() function