Searched defs:CompiledMethod (Results 1 – 2 of 2) sorted by relevance
24 class CompiledMethod < OpenStruct class
34 CompiledMethod(Arch arch, Method *method) : arch_(arch), method_(method) {} in CompiledMethod() function