Searched defs:MethodPatchInfo (Results 1 – 1 of 1) sorted by relevance
472 struct MethodPatchInfo { struct473 explicit MethodPatchInfo(MethodReference m) : target_method(m), label() { } in MethodPatchInfo() function475 MethodReference target_method;476 LabelType label;