Searched refs:FindMethod (Results 1 – 4 of 4) sorted by relevance
71 EncodedMethod* FindMethod(const MethodId& method_id) const;
30 EncodedMethod* Builder::FindMethod(const MethodId& method_id) const { in FindMethod() function in ir::Builder
766 auto ir_method = builder.FindMethod(method_id); in InstrumentMethod()
452 SLICER_CHECK_EQ(builder.FindMethod(method_id), ir_method.get()); in StressFindMethod()