Home
last modified time | relevance | path

Searched refs:InstrumentMethod (Results 1 – 3 of 3) sorted by relevance

/tools/dexter/dexter/
Dexperimental.cc308 SLICER_CHECK(mi.InstrumentMethod(method1)); in TestMethodInstrumenter()
311 SLICER_CHECK(mi.InstrumentMethod(method2)); in TestMethodInstrumenter()
327 SLICER_CHECK(mi.InstrumentMethod(ir_method.get())); in StressScratchRegs()
501 SLICER_CHECK(mi.InstrumentMethod(method1)); in TestArrayParamsEntryHook()
504 SLICER_CHECK(mi.InstrumentMethod(method2)); in TestArrayParamsEntryHook()
514 SLICER_CHECK(mi.InstrumentMethod(method)); in TestReturnAsObjectExitHook()
525 SLICER_CHECK(mi.InstrumentMethod(method)); in TestPassMethodSignatureExitHook()
/tools/dexter/slicer/export/slicer/
Dinstrumentation.h228 bool InstrumentMethod(ir::EncodedMethod* ir_method);
229 bool InstrumentMethod(const ir::MethodId& method_id);
/tools/dexter/slicer/
Dinstrumentation.cc732 bool MethodInstrumenter::InstrumentMethod(ir::EncodedMethod* ir_method) { in InstrumentMethod() function in slicer::MethodInstrumenter
751 bool MethodInstrumenter::InstrumentMethod(const ir::MethodId& method_id) { in InstrumentMethod() function in slicer::MethodInstrumenter
759 return InstrumentMethod(ir_method); in InstrumentMethod()