Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator.h472 struct MethodPatchInfo { struct
473 explicit MethodPatchInfo(MethodReference m) : target_method(m), label() { } in MethodPatchInfo() function
475 MethodReference target_method;
476 LabelType label;