Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Dmethod_reference.h34 const dex::MethodId& GetMethodId() const { in GetMethodId() function
Ddex_file.h354 const dex::MethodId& GetMethodId(uint32_t idx) const { in GetMethodId() function
/art/dexlayout/
Ddex_ir.h750 const MethodId* GetMethodId() const { return method_id_; } in GetMethodId() function
801 MethodId* GetMethodId() const { return u_.method_val_; } in GetMethodId() function
1179 MethodId* GetMethodId() const { return method_id_; } in GetMethodId() function
1196 MethodId* GetMethodId() const { return method_id_; } in GetMethodId() function
/art/tools/hiddenapi/
Dhiddenapi.cc217 inline const dex::MethodId& GetMethodId() const { in GetMethodId() function in art::hiddenapi::DexMember