Searched defs:Method (Results 1 – 1 of 1) sorted by relevance
216 struct Method : public IndexedOperand { struct217 ir::MethodDecl* ir_method; argument219 Method(ir::MethodDecl* ir_method, dex::u4 index) : IndexedOperand(index), ir_method(ir_method) { in Method() argument226 struct MethodHandle : public IndexedOperand { argument