Lines Matching defs:dex_ir
34 void FullRewrite(std::shared_ptr<ir::DexFile> dex_ir) { in FullRewrite()
50 void StressWrapInvoke(std::shared_ptr<ir::DexFile> dex_ir) { in StressWrapInvoke()
140 void StressEntryHook(std::shared_ptr<ir::DexFile> dex_ir) { in StressEntryHook()
199 void StressExitHook(std::shared_ptr<ir::DexFile> dex_ir) { in StressExitHook()
293 void TestMethodInstrumenter(std::shared_ptr<ir::DexFile> dex_ir) { in TestMethodInstrumenter()
316 void StressScratchRegs(std::shared_ptr<ir::DexFile> dex_ir) { in StressScratchRegs()
342 void CodeCoverage(std::shared_ptr<ir::DexFile> dex_ir) { in CodeCoverage()
444 void StressFindMethod(std::shared_ptr<ir::DexFile> dex_ir) { in StressFindMethod()
476 void RegsHistogram(std::shared_ptr<ir::DexFile> dex_ir) { in RegsHistogram()
496 void TestArrayParamsEntryHook(std::shared_ptr<ir::DexFile> dex_ir) { in TestArrayParamsEntryHook()
509 void TestReturnAsObjectExitHook(std::shared_ptr<ir::DexFile> dex_ir) { in TestReturnAsObjectExitHook()
519 void TestPassMethodSignatureExitHook(std::shared_ptr<ir::DexFile> dex_ir) { in TestPassMethodSignatureExitHook()
551 void ListExperiments(std::shared_ptr<ir::DexFile> dex_ir) { in ListExperiments()
561 void Run(const char* experiment, std::shared_ptr<ir::DexFile> dex_ir) { in Run()