Lines Matching refs:method
46 void addUserDefinedMethod(Method* method);
146 bool fillPingMethod(Method* method) const;
147 bool fillDescriptorChainMethod(Method* method) const;
148 bool fillGetDescriptorMethod(Method* method) const;
149 bool fillHashChainMethod(Method* method) const;
150 bool fillSyspropsChangedMethod(Method* method) const;
151 bool fillLinkToDeathMethod(Method* method) const;
152 bool fillUnlinkToDeathMethod(Method* method) const;
153 bool fillSetHALInstrumentationMethod(Method* method) const;
154 bool fillGetDebugInfoMethod(Method* method) const;
155 bool fillDebugMethod(Method* method) const;
166 InterfaceAndMethod(const Interface *iface, Method *method) in InterfaceAndMethod()
168 mMethod(method) {} in InterfaceAndMethod()
169 Method *method() const { return mMethod; } in method() function