Searched refs:InstrumentMethod (Results 1 – 3 of 3) sorted by relevance
309 SLICER_CHECK(mi.InstrumentMethod(method1)); in TestMethodInstrumenter()312 SLICER_CHECK(mi.InstrumentMethod(method2)); in TestMethodInstrumenter()328 SLICER_CHECK(mi.InstrumentMethod(ir_method.get())); in StressScratchRegs()502 SLICER_CHECK(mi.InstrumentMethod(method1)); in TestArrayParamsEntryHook()505 SLICER_CHECK(mi.InstrumentMethod(method2)); in TestArrayParamsEntryHook()515 SLICER_CHECK(mi.InstrumentMethod(method)); in TestReturnAsObjectExitHook()526 SLICER_CHECK(mi.InstrumentMethod(method)); in TestPassMethodSignatureExitHook()
228 bool InstrumentMethod(ir::EncodedMethod* ir_method);229 bool InstrumentMethod(const ir::MethodId& method_id);
744 bool MethodInstrumenter::InstrumentMethod(ir::EncodedMethod* ir_method) { in InstrumentMethod() function in slicer::MethodInstrumenter763 bool MethodInstrumenter::InstrumentMethod(const ir::MethodId& method_id) { in InstrumentMethod() function in slicer::MethodInstrumenter771 return InstrumentMethod(ir_method); in InstrumentMethod()