Lines Matching refs:method_index

76 bool HInliner::TryInline(HInvoke* invoke_instruction, uint32_t method_index) const {  in TryInline()
79 VLOG(compiler) << "Try inlining " << PrettyMethod(method_index, caller_dex_file); in TryInline()
84 method_index, class_linker->GetImagePointerSize()); in TryInline()
88 VLOG(compiler) << "Method cannot be resolved " << PrettyMethod(method_index, caller_dex_file); in TryInline()
101 VLOG(compiler) << "Method " << PrettyMethod(method_index, caller_dex_file) in TryInline()
108 VLOG(compiler) << "Method " << PrettyMethod(method_index, caller_dex_file) in TryInline()
114 VLOG(compiler) << "Method " << PrettyMethod(method_index, caller_dex_file) in TryInline()
122 VLOG(compiler) << "Method " << PrettyMethod(method_index, caller_dex_file) in TryInline()
128 VLOG(compiler) << "Method " << PrettyMethod(method_index, caller_dex_file) in TryInline()
137 VLOG(compiler) << "Method " << PrettyMethod(method_index, caller_dex_file) in TryInline()
143 if (!TryBuildAndInline(resolved_method, invoke_instruction, method_index, can_use_dex_cache)) { in TryInline()
147 VLOG(compiler) << "Successfully inlined " << PrettyMethod(method_index, caller_dex_file); in TryInline()
154 uint32_t method_index, in TryBuildAndInline() argument
174 method_index, in TryBuildAndInline()
188 VLOG(compiler) << "Method " << PrettyMethod(method_index, caller_dex_file) in TryBuildAndInline()
198 VLOG(compiler) << "Method " << PrettyMethod(method_index, caller_dex_file) in TryBuildAndInline()
205 VLOG(compiler) << "Method " << PrettyMethod(method_index, caller_dex_file) in TryBuildAndInline()
242 VLOG(compiler) << "Method " << PrettyMethod(method_index, caller_dex_file) in TryBuildAndInline()
257 VLOG(compiler) << "Method " << PrettyMethod(method_index, caller_dex_file) in TryBuildAndInline()
264 VLOG(compiler) << "Method " << PrettyMethod(method_index, caller_dex_file) in TryBuildAndInline()
271 VLOG(compiler) << "Method " << PrettyMethod(method_index, caller_dex_file) in TryBuildAndInline()