Searched refs:compile_java_code (Results 1 – 5 of 5) sorted by relevance
289 if self.args.compile_java_code:290 self.compile_java_code()292 def compile_java_code(self): member in AppProfiler460 if (not args.app) and (args.compile_java_code or args.activity or args.test):
316 self.run_app_profiler(compile_java_code=self.use_compiled_java_code)331 start_activity=True, compile_java_code=False): argument335 if compile_java_code:
114 app_profiler.py the --compile_java_code option.117 To compile java code, we can pass app_profiler.py the --compile_java_code option.144 # --compile_java_code option compiles Java code into native instructions, which isn't needed on148 $ python app_profiler.py -p com.example.simpleperf.simpleperfexamplewithnative --compile_java_code \
30 $ python app_profiler.py -p com.example.simpleperf.simpleperfexamplewithnative --compile_java_code
62 if args.compile_java_code: