Home
last modified time | relevance | path

Searched refs:encoded_methods (Results 1 – 17 of 17) sorted by relevance

/tools/dexter/dexter/
Dexperimental.cc35 for (auto& ir_method : dex_ir->encoded_methods) { in FullRewrite()
51 for (auto& ir_method : dex_ir->encoded_methods) { in StressWrapInvoke()
141 for (auto& ir_method : dex_ir->encoded_methods) { in StressEntryHook()
200 for (auto& ir_method : dex_ir->encoded_methods) { in StressExitHook()
326 for (auto& ir_method : dex_ir->encoded_methods) { in StressScratchRegs()
360 for (auto& ir_method : dex_ir->encoded_methods) { in CodeCoverage()
447 for (auto& ir_method : dex_ir->encoded_methods) { in StressFindMethod()
480 for (auto& ir_method : dex_ir->encoded_methods) { in RegsHistogram()
Ddexter.cc214 printf(" encoded_methods : %zu\n", dex_ir->encoded_methods.size()); in PrintDexIrStats()
Ddisassembler.cc331 for (auto& ir_method : dex_ir_->encoded_methods) { in DumpAllMethods()
/tools/dexter/testdata/expected/
Dmedium.stats23 encoded_methods : 4429
Dhello.stats23 encoded_methods : 10
Dmethod_handles.stats23 encoded_methods : 142
Dhello_nodebug.stats23 encoded_methods : 9
Dhello.hello_stats23 encoded_methods : 4
Dinvoke-polymorphic.stats23 encoded_methods : 7
Dexit_hooks.stats23 encoded_methods : 12
Dmin.stats23 encoded_methods : 1
Dentry_hooks.stats23 encoded_methods : 19
Dlarge.am_stats23 encoded_methods : 74
Dmi.stats23 encoded_methods : 6
Dtry_catch.stats23 encoded_methods : 5
Dlarge.stats23 encoded_methods : 55520
/tools/dexter/slicer/export/slicer/
Ddex_ir.h383 std::vector<own<EncodedMethod>> encoded_methods; member
467 void Track(EncodedMethod* p) { PushOwn(encoded_methods, p); } in Track()