Home
last modified time | relevance | path

Searched refs:FindMethod (Results 1 – 4 of 4) sorted by relevance

/tools/dexter/slicer/export/slicer/
Ddex_ir_builder.h71 EncodedMethod* FindMethod(const MethodId& method_id) const;
/tools/dexter/slicer/
Ddex_ir_builder.cc30 EncodedMethod* Builder::FindMethod(const MethodId& method_id) const { in FindMethod() function in ir::Builder
Dinstrumentation.cc679 auto ir_method = builder.FindMethod(method_id); in InstrumentMethod()
/tools/dexter/dexter/
Dexperimental.cc451 SLICER_CHECK(builder.FindMethod(method_id) == ir_method.get()); in StressFindMethod()