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
679 auto ir_method = builder.FindMethod(method_id); in InstrumentMethod()
451 SLICER_CHECK(builder.FindMethod(method_id) == ir_method.get()); in StressFindMethod()