blob: 84b6a52bda9df07da18c226842900e72c1784ca5 [file] [log] [blame]
Brian Carlstrom7940e442013-07-12 13:46:57 -07001/*
2 * Copyright (C) 2011 The Android Open Source Project
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
17#include "compiler_driver.h"
18
Anwar Ghuloum67f99412013-08-12 14:19:48 -070019#define ATRACE_TAG ATRACE_TAG_DALVIK
20#include <utils/Trace.h>
Brian Carlstrom7940e442013-07-12 13:46:57 -070021
Andreas Gampeb0f370e2014-09-25 22:51:40 -070022#include <unordered_set>
Anwar Ghuloum67f99412013-08-12 14:19:48 -070023#include <vector>
Brian Carlstrom7940e442013-07-12 13:46:57 -070024#include <unistd.h>
25
Mathieu Chartierab972ef2014-12-03 17:38:22 -080026#ifndef __APPLE__
27#include <malloc.h> // For mallinfo
28#endif
29
Mathieu Chartierc7853442015-03-27 14:35:38 -070030#include "art_field-inl.h"
Mathieu Chartiere401d142015-04-22 13:56:20 -070031#include "art_method-inl.h"
Brian Carlstrom7940e442013-07-12 13:46:57 -070032#include "base/stl_util.h"
Vladimir Marko80afd022015-05-19 18:08:00 +010033#include "base/time_utils.h"
Brian Carlstrom7940e442013-07-12 13:46:57 -070034#include "base/timing_logger.h"
Vladimir Marko3481ba22015-04-13 12:22:36 +010035#include "class_linker-inl.h"
Mingyao Yang98d1cc82014-05-15 17:02:16 -070036#include "compiled_class.h"
Vladimir Marko20f85592015-03-19 10:07:02 +000037#include "compiled_method.h"
Nicolas Geoffrayb34f69a2014-03-07 15:28:39 +000038#include "compiler.h"
Vladimir Markobe0e5462014-02-26 11:24:15 +000039#include "compiler_driver-inl.h"
Brian Carlstrom7940e442013-07-12 13:46:57 -070040#include "dex_compilation_unit.h"
41#include "dex_file-inl.h"
Vladimir Markoc7f83202014-01-24 17:55:18 +000042#include "dex/verification_results.h"
Vladimir Marko2730db02014-01-27 11:15:17 +000043#include "dex/verified_method.h"
Vladimir Marko2bc47802014-02-10 09:43:07 +000044#include "dex/quick/dex_file_method_inliner.h"
Jeff Hao848f70a2014-01-15 13:49:50 -080045#include "dex/quick/dex_file_to_method_inliner_map.h"
Mark Mendellae9fd932014-02-10 16:14:35 -080046#include "driver/compiler_options.h"
Andreas Gampe3773cd02015-04-10 09:28:22 -070047#include "elf_writer_quick.h"
Brian Carlstrom7940e442013-07-12 13:46:57 -070048#include "jni_internal.h"
Ian Rogers22d5e732014-07-15 22:23:51 -070049#include "object_lock.h"
Calin Juravlebb0b53f2014-05-23 17:33:29 +010050#include "profiler.h"
Brian Carlstrom7940e442013-07-12 13:46:57 -070051#include "runtime.h"
52#include "gc/accounting/card_table-inl.h"
53#include "gc/accounting/heap_bitmap.h"
Mathieu Chartiere401d142015-04-22 13:56:20 -070054#include "gc/space/image_space.h"
Brian Carlstrom7940e442013-07-12 13:46:57 -070055#include "gc/space/space.h"
56#include "mirror/class_loader.h"
57#include "mirror/class-inl.h"
58#include "mirror/dex_cache-inl.h"
Brian Carlstrom7940e442013-07-12 13:46:57 -070059#include "mirror/object-inl.h"
60#include "mirror/object_array-inl.h"
61#include "mirror/throwable.h"
62#include "scoped_thread_state_change.h"
63#include "ScopedLocalRef.h"
Mathieu Chartiereb8167a2014-05-07 15:43:14 -070064#include "handle_scope-inl.h"
Brian Carlstrom7940e442013-07-12 13:46:57 -070065#include "thread.h"
Andreas Gampeb0f370e2014-09-25 22:51:40 -070066#include "thread_list.h"
Brian Carlstrom7940e442013-07-12 13:46:57 -070067#include "thread_pool.h"
Ian Rogers848871b2013-08-05 10:56:33 -070068#include "trampolines/trampoline_compiler.h"
Sebastien Hertzd2fe10a2014-01-15 10:20:56 +010069#include "transaction.h"
Vladimir Marko20f85592015-03-19 10:07:02 +000070#include "utils/dex_cache_arrays_layout-inl.h"
Andreas Gampee21dc3d2014-12-08 16:59:43 -080071#include "utils/swap_space.h"
Brian Carlstrom7940e442013-07-12 13:46:57 -070072#include "verifier/method_verifier.h"
Vladimir Marko2bc47802014-02-10 09:43:07 +000073#include "verifier/method_verifier-inl.h"
Brian Carlstrom7940e442013-07-12 13:46:57 -070074
Brian Carlstrom7940e442013-07-12 13:46:57 -070075namespace art {
76
Mathieu Chartier8e219ae2014-08-19 14:29:46 -070077static constexpr bool kTimeCompileMethod = !kIsDebugBuild;
78
David Srbeckyce0db622015-05-26 23:40:18 +000079// Whether to produce 64-bit ELF files for 64-bit targets.
80static constexpr bool kProduce64BitELFFiles = true;
Andreas Gampe3773cd02015-04-10 09:28:22 -070081
Andreas Gampe70bef0d2015-04-15 02:37:28 -070082// Whether classes-to-compile and methods-to-compile are only applied to the boot image, or, when
83// given, too all compilations.
Andreas Gampeb1fcead2015-04-20 18:53:51 -070084static constexpr bool kRestrictCompilationFiltersToImage = true;
85
Brian Carlstrom7940e442013-07-12 13:46:57 -070086static double Percentage(size_t x, size_t y) {
87 return 100.0 * (static_cast<double>(x)) / (static_cast<double>(x + y));
88}
89
90static void DumpStat(size_t x, size_t y, const char* str) {
91 if (x == 0 && y == 0) {
92 return;
93 }
Ian Rogerse732ef12013-10-09 15:22:24 -070094 LOG(INFO) << Percentage(x, y) << "% of " << str << " for " << (x + y) << " cases";
Brian Carlstrom7940e442013-07-12 13:46:57 -070095}
96
Vladimir Markof096aad2014-01-23 15:51:58 +000097class CompilerDriver::AOTCompilationStats {
Brian Carlstrom7940e442013-07-12 13:46:57 -070098 public:
99 AOTCompilationStats()
100 : stats_lock_("AOT compilation statistics lock"),
101 types_in_dex_cache_(0), types_not_in_dex_cache_(0),
102 strings_in_dex_cache_(0), strings_not_in_dex_cache_(0),
103 resolved_types_(0), unresolved_types_(0),
104 resolved_instance_fields_(0), unresolved_instance_fields_(0),
105 resolved_local_static_fields_(0), resolved_static_fields_(0), unresolved_static_fields_(0),
106 type_based_devirtualization_(0),
107 safe_casts_(0), not_safe_casts_(0) {
108 for (size_t i = 0; i <= kMaxInvokeType; i++) {
109 resolved_methods_[i] = 0;
110 unresolved_methods_[i] = 0;
111 virtual_made_direct_[i] = 0;
112 direct_calls_to_boot_[i] = 0;
113 direct_methods_to_boot_[i] = 0;
114 }
115 }
116
117 void Dump() {
118 DumpStat(types_in_dex_cache_, types_not_in_dex_cache_, "types known to be in dex cache");
119 DumpStat(strings_in_dex_cache_, strings_not_in_dex_cache_, "strings known to be in dex cache");
120 DumpStat(resolved_types_, unresolved_types_, "types resolved");
121 DumpStat(resolved_instance_fields_, unresolved_instance_fields_, "instance fields resolved");
122 DumpStat(resolved_local_static_fields_ + resolved_static_fields_, unresolved_static_fields_,
123 "static fields resolved");
124 DumpStat(resolved_local_static_fields_, resolved_static_fields_ + unresolved_static_fields_,
125 "static fields local to a class");
126 DumpStat(safe_casts_, not_safe_casts_, "check-casts removed based on type information");
127 // Note, the code below subtracts the stat value so that when added to the stat value we have
128 // 100% of samples. TODO: clean this up.
129 DumpStat(type_based_devirtualization_,
130 resolved_methods_[kVirtual] + unresolved_methods_[kVirtual] +
131 resolved_methods_[kInterface] + unresolved_methods_[kInterface] -
132 type_based_devirtualization_,
133 "virtual/interface calls made direct based on type information");
134
135 for (size_t i = 0; i <= kMaxInvokeType; i++) {
136 std::ostringstream oss;
137 oss << static_cast<InvokeType>(i) << " methods were AOT resolved";
138 DumpStat(resolved_methods_[i], unresolved_methods_[i], oss.str().c_str());
139 if (virtual_made_direct_[i] > 0) {
140 std::ostringstream oss2;
141 oss2 << static_cast<InvokeType>(i) << " methods made direct";
142 DumpStat(virtual_made_direct_[i],
143 resolved_methods_[i] + unresolved_methods_[i] - virtual_made_direct_[i],
144 oss2.str().c_str());
145 }
146 if (direct_calls_to_boot_[i] > 0) {
147 std::ostringstream oss2;
148 oss2 << static_cast<InvokeType>(i) << " method calls are direct into boot";
149 DumpStat(direct_calls_to_boot_[i],
150 resolved_methods_[i] + unresolved_methods_[i] - direct_calls_to_boot_[i],
151 oss2.str().c_str());
152 }
153 if (direct_methods_to_boot_[i] > 0) {
154 std::ostringstream oss2;
155 oss2 << static_cast<InvokeType>(i) << " method calls have methods in boot";
156 DumpStat(direct_methods_to_boot_[i],
157 resolved_methods_[i] + unresolved_methods_[i] - direct_methods_to_boot_[i],
158 oss2.str().c_str());
159 }
160 }
161 }
162
163// Allow lossy statistics in non-debug builds.
164#ifndef NDEBUG
165#define STATS_LOCK() MutexLock mu(Thread::Current(), stats_lock_)
166#else
167#define STATS_LOCK()
168#endif
169
170 void TypeInDexCache() {
171 STATS_LOCK();
172 types_in_dex_cache_++;
173 }
174
175 void TypeNotInDexCache() {
176 STATS_LOCK();
177 types_not_in_dex_cache_++;
178 }
179
180 void StringInDexCache() {
181 STATS_LOCK();
182 strings_in_dex_cache_++;
183 }
184
185 void StringNotInDexCache() {
186 STATS_LOCK();
187 strings_not_in_dex_cache_++;
188 }
189
190 void TypeDoesntNeedAccessCheck() {
191 STATS_LOCK();
192 resolved_types_++;
193 }
194
195 void TypeNeedsAccessCheck() {
196 STATS_LOCK();
197 unresolved_types_++;
198 }
199
200 void ResolvedInstanceField() {
201 STATS_LOCK();
202 resolved_instance_fields_++;
203 }
204
205 void UnresolvedInstanceField() {
206 STATS_LOCK();
207 unresolved_instance_fields_++;
208 }
209
210 void ResolvedLocalStaticField() {
211 STATS_LOCK();
212 resolved_local_static_fields_++;
213 }
214
215 void ResolvedStaticField() {
216 STATS_LOCK();
217 resolved_static_fields_++;
218 }
219
220 void UnresolvedStaticField() {
221 STATS_LOCK();
222 unresolved_static_fields_++;
223 }
224
225 // Indicate that type information from the verifier led to devirtualization.
226 void PreciseTypeDevirtualization() {
227 STATS_LOCK();
228 type_based_devirtualization_++;
229 }
230
231 // Indicate that a method of the given type was resolved at compile time.
232 void ResolvedMethod(InvokeType type) {
233 DCHECK_LE(type, kMaxInvokeType);
234 STATS_LOCK();
235 resolved_methods_[type]++;
236 }
237
238 // Indicate that a method of the given type was unresolved at compile time as it was in an
239 // unknown dex file.
240 void UnresolvedMethod(InvokeType type) {
241 DCHECK_LE(type, kMaxInvokeType);
242 STATS_LOCK();
243 unresolved_methods_[type]++;
244 }
245
246 // Indicate that a type of virtual method dispatch has been converted into a direct method
247 // dispatch.
248 void VirtualMadeDirect(InvokeType type) {
249 DCHECK(type == kVirtual || type == kInterface || type == kSuper);
250 STATS_LOCK();
251 virtual_made_direct_[type]++;
252 }
253
254 // Indicate that a method of the given type was able to call directly into boot.
255 void DirectCallsToBoot(InvokeType type) {
256 DCHECK_LE(type, kMaxInvokeType);
257 STATS_LOCK();
258 direct_calls_to_boot_[type]++;
259 }
260
261 // Indicate that a method of the given type was able to be resolved directly from boot.
262 void DirectMethodsToBoot(InvokeType type) {
263 DCHECK_LE(type, kMaxInvokeType);
264 STATS_LOCK();
265 direct_methods_to_boot_[type]++;
266 }
267
Vladimir Markof096aad2014-01-23 15:51:58 +0000268 void ProcessedInvoke(InvokeType type, int flags) {
269 STATS_LOCK();
270 if (flags == 0) {
271 unresolved_methods_[type]++;
272 } else {
273 DCHECK_NE((flags & kFlagMethodResolved), 0);
274 resolved_methods_[type]++;
275 if ((flags & kFlagVirtualMadeDirect) != 0) {
276 virtual_made_direct_[type]++;
277 if ((flags & kFlagPreciseTypeDevirtualization) != 0) {
278 type_based_devirtualization_++;
279 }
280 } else {
281 DCHECK_EQ((flags & kFlagPreciseTypeDevirtualization), 0);
282 }
283 if ((flags & kFlagDirectCallToBoot) != 0) {
284 direct_calls_to_boot_[type]++;
285 }
286 if ((flags & kFlagDirectMethodToBoot) != 0) {
287 direct_methods_to_boot_[type]++;
288 }
289 }
290 }
291
Brian Carlstrom7940e442013-07-12 13:46:57 -0700292 // A check-cast could be eliminated due to verifier type analysis.
293 void SafeCast() {
294 STATS_LOCK();
295 safe_casts_++;
296 }
297
298 // A check-cast couldn't be eliminated due to verifier type analysis.
299 void NotASafeCast() {
300 STATS_LOCK();
301 not_safe_casts_++;
302 }
303
304 private:
305 Mutex stats_lock_;
306
307 size_t types_in_dex_cache_;
308 size_t types_not_in_dex_cache_;
309
310 size_t strings_in_dex_cache_;
311 size_t strings_not_in_dex_cache_;
312
313 size_t resolved_types_;
314 size_t unresolved_types_;
315
316 size_t resolved_instance_fields_;
317 size_t unresolved_instance_fields_;
318
319 size_t resolved_local_static_fields_;
320 size_t resolved_static_fields_;
321 size_t unresolved_static_fields_;
322 // Type based devirtualization for invoke interface and virtual.
323 size_t type_based_devirtualization_;
324
325 size_t resolved_methods_[kMaxInvokeType + 1];
326 size_t unresolved_methods_[kMaxInvokeType + 1];
327 size_t virtual_made_direct_[kMaxInvokeType + 1];
328 size_t direct_calls_to_boot_[kMaxInvokeType + 1];
329 size_t direct_methods_to_boot_[kMaxInvokeType + 1];
330
331 size_t safe_casts_;
332 size_t not_safe_casts_;
333
334 DISALLOW_COPY_AND_ASSIGN(AOTCompilationStats);
335};
336
Brian Carlstrom7940e442013-07-12 13:46:57 -0700337
338extern "C" art::CompiledMethod* ArtCompileDEX(art::CompilerDriver& compiler,
339 const art::DexFile::CodeItem* code_item,
340 uint32_t access_flags,
341 art::InvokeType invoke_type,
Ian Rogers8b2c0b92013-09-19 02:56:49 -0700342 uint16_t class_def_idx,
Brian Carlstrom7940e442013-07-12 13:46:57 -0700343 uint32_t method_idx,
344 jobject class_loader,
345 const art::DexFile& dex_file);
Brian Carlstrom7940e442013-07-12 13:46:57 -0700346
Brian Carlstrom6449c622014-02-10 23:48:36 -0800347CompilerDriver::CompilerDriver(const CompilerOptions* compiler_options,
348 VerificationResults* verification_results,
Vladimir Marko5816ed42013-11-27 17:04:20 +0000349 DexFileToMethodInlinerMap* method_inliner_map,
Nicolas Geoffrayb34f69a2014-03-07 15:28:39 +0000350 Compiler::Kind compiler_kind,
Nicolas Geoffrayf5df8972014-02-14 18:37:08 +0000351 InstructionSet instruction_set,
Ian Rogers6f3dbba2014-10-14 17:41:57 -0700352 const InstructionSetFeatures* instruction_set_features,
Andreas Gampeb1fcead2015-04-20 18:53:51 -0700353 bool image, std::unordered_set<std::string>* image_classes,
354 std::unordered_set<std::string>* compiled_classes,
Andreas Gampe70bef0d2015-04-15 02:37:28 -0700355 std::unordered_set<std::string>* compiled_methods,
Andreas Gampeb1fcead2015-04-20 18:53:51 -0700356 size_t thread_count, bool dump_stats, bool dump_passes,
David Brazdil866c0312015-01-13 21:21:31 +0000357 const std::string& dump_cfg_file_name, CumulativeLogger* timer,
Andreas Gampee21dc3d2014-12-08 16:59:43 -0800358 int swap_fd, const std::string& profile_file)
359 : swap_space_(swap_fd == -1 ? nullptr : new SwapSpace(swap_fd, 10 * MB)),
360 swap_space_allocator_(new SwapAllocator<void>(swap_space_.get())),
361 profile_present_(false), compiler_options_(compiler_options),
Brian Carlstrom6449c622014-02-10 23:48:36 -0800362 verification_results_(verification_results),
Vladimir Marko5816ed42013-11-27 17:04:20 +0000363 method_inliner_map_(method_inliner_map),
Ian Rogers72d32622014-05-06 16:20:11 -0700364 compiler_(Compiler::Create(this, compiler_kind)),
Jeff Hao48699fb2015-04-06 14:21:37 -0700365 compiler_kind_(compiler_kind),
Brian Carlstrom7940e442013-07-12 13:46:57 -0700366 instruction_set_(instruction_set),
Dave Allison70202782013-10-22 17:52:19 -0700367 instruction_set_features_(instruction_set_features),
Brian Carlstrom7940e442013-07-12 13:46:57 -0700368 freezing_constructor_lock_("freezing constructor lock"),
369 compiled_classes_lock_("compiled classes lock"),
370 compiled_methods_lock_("compiled method lock"),
Andreas Gampee21dc3d2014-12-08 16:59:43 -0800371 compiled_methods_(MethodTable::key_compare()),
Vladimir Markof4da6752014-08-01 19:04:18 +0100372 non_relative_linker_patch_count_(0u),
Brian Carlstrom7940e442013-07-12 13:46:57 -0700373 image_(image),
374 image_classes_(image_classes),
Andreas Gampe4bf3ae92014-11-11 13:28:29 -0800375 classes_to_compile_(compiled_classes),
Andreas Gampe70bef0d2015-04-15 02:37:28 -0700376 methods_to_compile_(compiled_methods),
Andreas Gampe6cf49e52015-03-05 13:08:45 -0800377 had_hard_verifier_failure_(false),
Brian Carlstrom7940e442013-07-12 13:46:57 -0700378 thread_count_(thread_count),
Brian Carlstrom7940e442013-07-12 13:46:57 -0700379 stats_(new AOTCompilationStats),
Mathieu Chartiere5f13e52015-02-24 09:37:21 -0800380 dedupe_enabled_(true),
Brian Carlstrom7940e442013-07-12 13:46:57 -0700381 dump_stats_(dump_stats),
Nicolas Geoffrayea3fa0b2014-02-10 11:59:41 +0000382 dump_passes_(dump_passes),
David Brazdil866c0312015-01-13 21:21:31 +0000383 dump_cfg_file_name_(dump_cfg_file_name),
Nicolas Geoffrayea3fa0b2014-02-10 11:59:41 +0000384 timings_logger_(timer),
Andreas Gampe2ed8def2014-08-28 14:41:02 -0700385 compiler_context_(nullptr),
Andreas Gampe57b34292015-01-14 15:45:59 -0800386 support_boot_image_fixup_(instruction_set != kMips && instruction_set != kMips64),
Andreas Gampee21dc3d2014-12-08 16:59:43 -0800387 dedupe_code_("dedupe code", *swap_space_allocator_),
388 dedupe_src_mapping_table_("dedupe source mapping table", *swap_space_allocator_),
389 dedupe_mapping_table_("dedupe mapping table", *swap_space_allocator_),
390 dedupe_vmap_table_("dedupe vmap table", *swap_space_allocator_),
391 dedupe_gc_map_("dedupe gc map", *swap_space_allocator_),
392 dedupe_cfi_info_("dedupe cfi info", *swap_space_allocator_) {
Brian Carlstrom6449c622014-02-10 23:48:36 -0800393 DCHECK(compiler_options_ != nullptr);
394 DCHECK(verification_results_ != nullptr);
395 DCHECK(method_inliner_map_ != nullptr);
Brian Carlstrom2ce745c2013-07-17 17:44:30 -0700396
Sebastien Hertz75021222013-07-16 18:34:50 +0200397 dex_to_dex_compiler_ = reinterpret_cast<DexToDexCompilerFn>(ArtCompileDEX);
Brian Carlstrom7940e442013-07-12 13:46:57 -0700398
Ian Rogers72d32622014-05-06 16:20:11 -0700399 compiler_->Init();
Brian Carlstrom7940e442013-07-12 13:46:57 -0700400
Mathieu Chartiere5f13e52015-02-24 09:37:21 -0800401 CHECK_EQ(image_, image_classes_.get() != nullptr);
Mark Mendellae9fd932014-02-10 16:14:35 -0800402
Calin Juravlec1b643c2014-05-30 23:44:11 +0100403 // Read the profile file if one is provided.
404 if (!profile_file.empty()) {
405 profile_present_ = profile_file_.LoadFile(profile_file);
406 if (profile_present_) {
407 LOG(INFO) << "Using profile data form file " << profile_file;
408 } else {
409 LOG(INFO) << "Failed to load profile file " << profile_file;
410 }
411 }
Brian Carlstrom7940e442013-07-12 13:46:57 -0700412}
413
Andreas Gampee21dc3d2014-12-08 16:59:43 -0800414SwapVector<uint8_t>* CompilerDriver::DeduplicateCode(const ArrayRef<const uint8_t>& code) {
Mathieu Chartiere5f13e52015-02-24 09:37:21 -0800415 DCHECK(dedupe_enabled_);
Mathieu Chartier193bad92013-08-29 18:46:00 -0700416 return dedupe_code_.Add(Thread::Current(), code);
417}
418
Andreas Gampee21dc3d2014-12-08 16:59:43 -0800419SwapSrcMap* CompilerDriver::DeduplicateSrcMappingTable(const ArrayRef<SrcMapElem>& src_map) {
Mathieu Chartiere5f13e52015-02-24 09:37:21 -0800420 DCHECK(dedupe_enabled_);
Yevgeny Roubane3ea8382014-08-08 16:29:38 +0700421 return dedupe_src_mapping_table_.Add(Thread::Current(), src_map);
422}
423
Andreas Gampee21dc3d2014-12-08 16:59:43 -0800424SwapVector<uint8_t>* CompilerDriver::DeduplicateMappingTable(const ArrayRef<const uint8_t>& code) {
Mathieu Chartiere5f13e52015-02-24 09:37:21 -0800425 DCHECK(dedupe_enabled_);
Mathieu Chartier193bad92013-08-29 18:46:00 -0700426 return dedupe_mapping_table_.Add(Thread::Current(), code);
427}
428
Andreas Gampee21dc3d2014-12-08 16:59:43 -0800429SwapVector<uint8_t>* CompilerDriver::DeduplicateVMapTable(const ArrayRef<const uint8_t>& code) {
Mathieu Chartiere5f13e52015-02-24 09:37:21 -0800430 DCHECK(dedupe_enabled_);
Mathieu Chartier193bad92013-08-29 18:46:00 -0700431 return dedupe_vmap_table_.Add(Thread::Current(), code);
432}
433
Andreas Gampee21dc3d2014-12-08 16:59:43 -0800434SwapVector<uint8_t>* CompilerDriver::DeduplicateGCMap(const ArrayRef<const uint8_t>& code) {
Mathieu Chartiere5f13e52015-02-24 09:37:21 -0800435 DCHECK(dedupe_enabled_);
Mathieu Chartier193bad92013-08-29 18:46:00 -0700436 return dedupe_gc_map_.Add(Thread::Current(), code);
437}
438
Andreas Gampee21dc3d2014-12-08 16:59:43 -0800439SwapVector<uint8_t>* CompilerDriver::DeduplicateCFIInfo(const ArrayRef<const uint8_t>& cfi_info) {
Mathieu Chartiere5f13e52015-02-24 09:37:21 -0800440 DCHECK(dedupe_enabled_);
Andreas Gampee21dc3d2014-12-08 16:59:43 -0800441 return dedupe_cfi_info_.Add(Thread::Current(), cfi_info);
Mark Mendellae9fd932014-02-10 16:14:35 -0800442}
443
Brian Carlstrom7940e442013-07-12 13:46:57 -0700444CompilerDriver::~CompilerDriver() {
445 Thread* self = Thread::Current();
446 {
447 MutexLock mu(self, compiled_classes_lock_);
448 STLDeleteValues(&compiled_classes_);
449 }
450 {
451 MutexLock mu(self, compiled_methods_lock_);
Andreas Gampee21dc3d2014-12-08 16:59:43 -0800452 for (auto& pair : compiled_methods_) {
453 CompiledMethod::ReleaseSwapAllocatedCompiledMethod(this, pair.second);
454 }
Brian Carlstrom7940e442013-07-12 13:46:57 -0700455 }
Ian Rogers72d32622014-05-06 16:20:11 -0700456 compiler_->UnInit();
Brian Carlstrom7940e442013-07-12 13:46:57 -0700457}
458
Ian Rogersdd7624d2014-03-14 17:43:00 -0700459#define CREATE_TRAMPOLINE(type, abi, offset) \
Andreas Gampeaf13ad92014-04-11 12:07:48 -0700460 if (Is64BitInstructionSet(instruction_set_)) { \
Ian Rogersdd7624d2014-03-14 17:43:00 -0700461 return CreateTrampoline64(instruction_set_, abi, \
462 type ## _ENTRYPOINT_OFFSET(8, offset)); \
463 } else { \
464 return CreateTrampoline32(instruction_set_, abi, \
465 type ## _ENTRYPOINT_OFFSET(4, offset)); \
466 }
467
Ian Rogers848871b2013-08-05 10:56:33 -0700468const std::vector<uint8_t>* CompilerDriver::CreateInterpreterToInterpreterBridge() const {
Ian Rogersdd7624d2014-03-14 17:43:00 -0700469 CREATE_TRAMPOLINE(INTERPRETER, kInterpreterAbi, pInterpreterToInterpreterBridge)
Ian Rogers848871b2013-08-05 10:56:33 -0700470}
471
472const std::vector<uint8_t>* CompilerDriver::CreateInterpreterToCompiledCodeBridge() const {
Ian Rogersdd7624d2014-03-14 17:43:00 -0700473 CREATE_TRAMPOLINE(INTERPRETER, kInterpreterAbi, pInterpreterToCompiledCodeBridge)
Ian Rogers848871b2013-08-05 10:56:33 -0700474}
475
476const std::vector<uint8_t>* CompilerDriver::CreateJniDlsymLookup() const {
Ian Rogersdd7624d2014-03-14 17:43:00 -0700477 CREATE_TRAMPOLINE(JNI, kJniAbi, pDlsymLookup)
Ian Rogers848871b2013-08-05 10:56:33 -0700478}
479
Andreas Gampe2da88232014-02-27 12:26:20 -0800480const std::vector<uint8_t>* CompilerDriver::CreateQuickGenericJniTrampoline() const {
Ian Rogersdd7624d2014-03-14 17:43:00 -0700481 CREATE_TRAMPOLINE(QUICK, kQuickAbi, pQuickGenericJniTrampoline)
Andreas Gampe2da88232014-02-27 12:26:20 -0800482}
483
Jeff Hao88474b42013-10-23 16:24:40 -0700484const std::vector<uint8_t>* CompilerDriver::CreateQuickImtConflictTrampoline() const {
Ian Rogersdd7624d2014-03-14 17:43:00 -0700485 CREATE_TRAMPOLINE(QUICK, kQuickAbi, pQuickImtConflictTrampoline)
Jeff Hao88474b42013-10-23 16:24:40 -0700486}
487
Brian Carlstrom7940e442013-07-12 13:46:57 -0700488const std::vector<uint8_t>* CompilerDriver::CreateQuickResolutionTrampoline() const {
Ian Rogersdd7624d2014-03-14 17:43:00 -0700489 CREATE_TRAMPOLINE(QUICK, kQuickAbi, pQuickResolutionTrampoline)
Brian Carlstrom7940e442013-07-12 13:46:57 -0700490}
491
Ian Rogers848871b2013-08-05 10:56:33 -0700492const std::vector<uint8_t>* CompilerDriver::CreateQuickToInterpreterBridge() const {
Ian Rogersdd7624d2014-03-14 17:43:00 -0700493 CREATE_TRAMPOLINE(QUICK, kQuickAbi, pQuickToInterpreterBridge)
Brian Carlstrom7940e442013-07-12 13:46:57 -0700494}
Ian Rogersdd7624d2014-03-14 17:43:00 -0700495#undef CREATE_TRAMPOLINE
Brian Carlstrom7940e442013-07-12 13:46:57 -0700496
497void CompilerDriver::CompileAll(jobject class_loader,
Brian Carlstrom45602482013-07-21 22:07:55 -0700498 const std::vector<const DexFile*>& dex_files,
Ian Rogers3d504072014-03-01 09:16:49 -0800499 TimingLogger* timings) {
Brian Carlstrom7940e442013-07-12 13:46:57 -0700500 DCHECK(!Runtime::Current()->IsStarted());
Mathieu Chartier2cebb242015-04-21 16:50:40 -0700501 std::unique_ptr<ThreadPool> thread_pool(
502 new ThreadPool("Compiler driver thread pool", thread_count_ - 1));
Andreas Gampe8d295f82015-01-20 14:50:21 -0800503 VLOG(compiler) << "Before precompile " << GetMemoryUsageString(false);
Ian Rogers3d504072014-03-01 09:16:49 -0800504 PreCompile(class_loader, dex_files, thread_pool.get(), timings);
505 Compile(class_loader, dex_files, thread_pool.get(), timings);
Brian Carlstrom7940e442013-07-12 13:46:57 -0700506 if (dump_stats_) {
507 stats_->Dump();
508 }
509}
510
Mathieu Chartiere86deef2015-03-19 13:43:37 -0700511DexToDexCompilationLevel CompilerDriver::GetDexToDexCompilationlevel(
Mathieu Chartier0cd81352014-05-22 16:48:55 -0700512 Thread* self, Handle<mirror::ClassLoader> class_loader, const DexFile& dex_file,
Mathieu Chartiere86deef2015-03-19 13:43:37 -0700513 const DexFile::ClassDef& class_def) {
Mathieu Chartiere5f13e52015-02-24 09:37:21 -0800514 auto* const runtime = Runtime::Current();
Mathieu Chartiere86deef2015-03-19 13:43:37 -0700515 if (runtime->UseJit() || GetCompilerOptions().VerifyAtRuntime()) {
516 // Verify at runtime shouldn't dex to dex since we didn't resolve of verify.
Mathieu Chartiere5f13e52015-02-24 09:37:21 -0800517 return kDontDexToDexCompile;
518 }
Brian Carlstrom7940e442013-07-12 13:46:57 -0700519 const char* descriptor = dex_file.GetClassDescriptor(class_def);
Mathieu Chartiere5f13e52015-02-24 09:37:21 -0800520 ClassLinker* class_linker = runtime->GetClassLinker();
Ian Rogers98379392014-02-24 16:53:16 -0800521 mirror::Class* klass = class_linker->FindClass(self, descriptor, class_loader);
Andreas Gampe2ed8def2014-08-28 14:41:02 -0700522 if (klass == nullptr) {
Brian Carlstrom7940e442013-07-12 13:46:57 -0700523 CHECK(self->IsExceptionPending());
524 self->ClearException();
Sebastien Hertz75021222013-07-16 18:34:50 +0200525 return kDontDexToDexCompile;
Brian Carlstrom7940e442013-07-12 13:46:57 -0700526 }
Andreas Gampe2ed8def2014-08-28 14:41:02 -0700527 // DexToDex at the kOptimize level may introduce quickened opcodes, which replace symbolic
528 // references with actual offsets. We cannot re-verify such instructions.
529 //
530 // We store the verification information in the class status in the oat file, which the linker
531 // can validate (checksums) and use to skip load-time verification. It is thus safe to
532 // optimize when a class has been fully verified before.
533 if (klass->IsVerified()) {
Sebastien Hertz75021222013-07-16 18:34:50 +0200534 // Class is verified so we can enable DEX-to-DEX compilation for performance.
535 return kOptimize;
536 } else if (klass->IsCompileTimeVerified()) {
537 // Class verification has soft-failed. Anyway, ensure at least correctness.
538 DCHECK_EQ(klass->GetStatus(), mirror::Class::kStatusRetryVerificationAtRuntime);
539 return kRequired;
540 } else {
541 // Class verification has failed: do not run DEX-to-DEX compilation.
542 return kDontDexToDexCompile;
543 }
Brian Carlstrom7940e442013-07-12 13:46:57 -0700544}
545
Mathieu Chartiere401d142015-04-22 13:56:20 -0700546void CompilerDriver::CompileOne(Thread* self, ArtMethod* method, TimingLogger* timings) {
Brian Carlstrom7940e442013-07-12 13:46:57 -0700547 DCHECK(!Runtime::Current()->IsStarted());
Brian Carlstrom7940e442013-07-12 13:46:57 -0700548 jobject jclass_loader;
549 const DexFile* dex_file;
Ian Rogers8b2c0b92013-09-19 02:56:49 -0700550 uint16_t class_def_idx;
Ian Rogersef7d42f2014-01-06 12:55:46 -0800551 uint32_t method_idx = method->GetDexMethodIndex();
552 uint32_t access_flags = method->GetAccessFlags();
553 InvokeType invoke_type = method->GetInvokeType();
Brian Carlstrom7940e442013-07-12 13:46:57 -0700554 {
555 ScopedObjectAccessUnchecked soa(self);
Mathieu Chartiere5f13e52015-02-24 09:37:21 -0800556 ScopedLocalRef<jobject> local_class_loader(
557 soa.Env(), soa.AddLocalReference<jobject>(method->GetDeclaringClass()->GetClassLoader()));
Brian Carlstrom7940e442013-07-12 13:46:57 -0700558 jclass_loader = soa.Env()->NewGlobalRef(local_class_loader.get());
559 // Find the dex_file
Mathieu Chartierbfd9a432014-05-21 17:43:44 -0700560 dex_file = method->GetDexFile();
561 class_def_idx = method->GetClassDefIndex();
Brian Carlstrom7940e442013-07-12 13:46:57 -0700562 }
Ian Rogersef7d42f2014-01-06 12:55:46 -0800563 const DexFile::CodeItem* code_item = dex_file->GetCodeItem(method->GetCodeItemOffset());
Brian Carlstrom7940e442013-07-12 13:46:57 -0700564 self->TransitionFromRunnableToSuspended(kNative);
565
566 std::vector<const DexFile*> dex_files;
567 dex_files.push_back(dex_file);
568
Ian Rogers700a4022014-05-19 16:49:03 -0700569 std::unique_ptr<ThreadPool> thread_pool(new ThreadPool("Compiler driver thread pool", 0U));
Ian Rogers3d504072014-03-01 09:16:49 -0800570 PreCompile(jclass_loader, dex_files, thread_pool.get(), timings);
Brian Carlstrom7940e442013-07-12 13:46:57 -0700571
Brian Carlstrom7940e442013-07-12 13:46:57 -0700572 // Can we run DEX-to-DEX compiler on this class ?
Sebastien Hertz75021222013-07-16 18:34:50 +0200573 DexToDexCompilationLevel dex_to_dex_compilation_level = kDontDexToDexCompile;
Brian Carlstrom7940e442013-07-12 13:46:57 -0700574 {
Mathieu Chartiere5f13e52015-02-24 09:37:21 -0800575 ScopedObjectAccess soa(self);
Brian Carlstrom7940e442013-07-12 13:46:57 -0700576 const DexFile::ClassDef& class_def = dex_file->GetClassDef(class_def_idx);
Mathieu Chartiereb8167a2014-05-07 15:43:14 -0700577 StackHandleScope<1> hs(soa.Self());
578 Handle<mirror::ClassLoader> class_loader(
579 hs.NewHandle(soa.Decode<mirror::ClassLoader*>(jclass_loader)));
Ian Rogers98379392014-02-24 16:53:16 -0800580 dex_to_dex_compilation_level = GetDexToDexCompilationlevel(self, class_loader, *dex_file,
581 class_def);
Brian Carlstrom7940e442013-07-12 13:46:57 -0700582 }
Mathieu Chartiere5f13e52015-02-24 09:37:21 -0800583 CompileMethod(self, code_item, access_flags, invoke_type, class_def_idx, method_idx,
584 jclass_loader, *dex_file, dex_to_dex_compilation_level, true);
Brian Carlstrom7940e442013-07-12 13:46:57 -0700585
586 self->GetJniEnv()->DeleteGlobalRef(jclass_loader);
Mathieu Chartier2535abe2015-02-17 10:38:49 -0800587 self->TransitionFromSuspendedToRunnable();
Mathieu Chartier2535abe2015-02-17 10:38:49 -0800588}
589
Mathieu Chartiere401d142015-04-22 13:56:20 -0700590CompiledMethod* CompilerDriver::CompileMethod(Thread* self, ArtMethod* method) {
Mathieu Chartiere5f13e52015-02-24 09:37:21 -0800591 const uint32_t method_idx = method->GetDexMethodIndex();
592 const uint32_t access_flags = method->GetAccessFlags();
593 const InvokeType invoke_type = method->GetInvokeType();
594 StackHandleScope<1> hs(self);
595 Handle<mirror::ClassLoader> class_loader(hs.NewHandle(
596 method->GetDeclaringClass()->GetClassLoader()));
597 jobject jclass_loader = class_loader.ToJObject();
598 const DexFile* dex_file = method->GetDexFile();
599 const uint16_t class_def_idx = method->GetClassDefIndex();
600 const DexFile::ClassDef& class_def = dex_file->GetClassDef(class_def_idx);
601 DexToDexCompilationLevel dex_to_dex_compilation_level =
602 GetDexToDexCompilationlevel(self, class_loader, *dex_file, class_def);
603 const DexFile::CodeItem* code_item = dex_file->GetCodeItem(method->GetCodeItemOffset());
604 self->TransitionFromRunnableToSuspended(kNative);
605 CompileMethod(self, code_item, access_flags, invoke_type, class_def_idx, method_idx,
606 jclass_loader, *dex_file, dex_to_dex_compilation_level, true);
607 auto* compiled_method = GetCompiledMethod(MethodReference(dex_file, method_idx));
608 self->TransitionFromSuspendedToRunnable();
609 return compiled_method;
610}
611
Brian Carlstrom7940e442013-07-12 13:46:57 -0700612void CompilerDriver::Resolve(jobject class_loader, const std::vector<const DexFile*>& dex_files,
Ian Rogers3d504072014-03-01 09:16:49 -0800613 ThreadPool* thread_pool, TimingLogger* timings) {
Brian Carlstrom7940e442013-07-12 13:46:57 -0700614 for (size_t i = 0; i != dex_files.size(); ++i) {
615 const DexFile* dex_file = dex_files[i];
Kenny Rootd5185342014-05-13 14:47:05 -0700616 CHECK(dex_file != nullptr);
Andreas Gampede7b4362014-07-28 18:38:57 -0700617 ResolveDexFile(class_loader, *dex_file, dex_files, thread_pool, timings);
Brian Carlstrom7940e442013-07-12 13:46:57 -0700618 }
619}
620
621void CompilerDriver::PreCompile(jobject class_loader, const std::vector<const DexFile*>& dex_files,
Ian Rogers3d504072014-03-01 09:16:49 -0800622 ThreadPool* thread_pool, TimingLogger* timings) {
Brian Carlstrom7940e442013-07-12 13:46:57 -0700623 LoadImageClasses(timings);
Andreas Gampe8d295f82015-01-20 14:50:21 -0800624 VLOG(compiler) << "LoadImageClasses: " << GetMemoryUsageString(false);
Brian Carlstrom7940e442013-07-12 13:46:57 -0700625
Mathieu Chartiere86deef2015-03-19 13:43:37 -0700626 const bool verification_enabled = compiler_options_->IsVerificationEnabled();
627 const bool never_verify = compiler_options_->NeverVerify();
Andreas Gampe2ed8def2014-08-28 14:41:02 -0700628
Mathieu Chartiere86deef2015-03-19 13:43:37 -0700629 // We need to resolve for never_verify since it needs to run dex to dex to add the
630 // RETURN_VOID_NO_BARRIER.
631 if (never_verify || verification_enabled) {
632 Resolve(class_loader, dex_files, thread_pool, timings);
633 VLOG(compiler) << "Resolve: " << GetMemoryUsageString(false);
634 }
635
636 if (never_verify) {
Mathieu Chartierab972ef2014-12-03 17:38:22 -0800637 VLOG(compiler) << "Verify none mode specified, skipping verification.";
Andreas Gampe2ed8def2014-08-28 14:41:02 -0700638 SetVerified(class_loader, dex_files, thread_pool, timings);
Mathieu Chartiere86deef2015-03-19 13:43:37 -0700639 }
640
641 if (!verification_enabled) {
Jeff Hao4a200f52014-04-01 14:58:49 -0700642 return;
643 }
644
Brian Carlstrom7940e442013-07-12 13:46:57 -0700645 Verify(class_loader, dex_files, thread_pool, timings);
Andreas Gampe8d295f82015-01-20 14:50:21 -0800646 VLOG(compiler) << "Verify: " << GetMemoryUsageString(false);
Brian Carlstrom7940e442013-07-12 13:46:57 -0700647
Andreas Gampe6cf49e52015-03-05 13:08:45 -0800648 if (had_hard_verifier_failure_ && GetCompilerOptions().AbortOnHardVerifierFailure()) {
649 LOG(FATAL) << "Had a hard failure verifying all classes, and was asked to abort in such "
650 << "situations. Please check the log.";
651 }
652
Brian Carlstrom7940e442013-07-12 13:46:57 -0700653 InitializeClasses(class_loader, dex_files, thread_pool, timings);
Andreas Gampe8d295f82015-01-20 14:50:21 -0800654 VLOG(compiler) << "InitializeClasses: " << GetMemoryUsageString(false);
Brian Carlstrom7940e442013-07-12 13:46:57 -0700655
656 UpdateImageClasses(timings);
Andreas Gampe8d295f82015-01-20 14:50:21 -0800657 VLOG(compiler) << "UpdateImageClasses: " << GetMemoryUsageString(false);
Brian Carlstrom7940e442013-07-12 13:46:57 -0700658}
659
Ian Rogersdfb325e2013-10-30 01:00:44 -0700660bool CompilerDriver::IsImageClass(const char* descriptor) const {
Ian Rogerse6bb3b22013-08-19 21:51:45 -0700661 if (!IsImage()) {
Vladimir Marko07785bb2015-06-15 18:52:54 +0100662 // NOTE: Currently unreachable, all callers check IsImage().
663 return false;
Ian Rogerse6bb3b22013-08-19 21:51:45 -0700664 } else {
Ian Rogersdfb325e2013-10-30 01:00:44 -0700665 return image_classes_->find(descriptor) != image_classes_->end();
Brian Carlstrom7940e442013-07-12 13:46:57 -0700666 }
Brian Carlstrom7940e442013-07-12 13:46:57 -0700667}
668
Andreas Gampe4bf3ae92014-11-11 13:28:29 -0800669bool CompilerDriver::IsClassToCompile(const char* descriptor) const {
Andreas Gampeb1fcead2015-04-20 18:53:51 -0700670 if (kRestrictCompilationFiltersToImage && !IsImage()) {
Andreas Gampe4bf3ae92014-11-11 13:28:29 -0800671 return true;
Andreas Gampe4bf3ae92014-11-11 13:28:29 -0800672 }
Andreas Gampeb1fcead2015-04-20 18:53:51 -0700673
674 if (classes_to_compile_ == nullptr) {
675 return true;
676 }
677 return classes_to_compile_->find(descriptor) != classes_to_compile_->end();
Andreas Gampe4bf3ae92014-11-11 13:28:29 -0800678}
679
Andreas Gampe70bef0d2015-04-15 02:37:28 -0700680bool CompilerDriver::IsMethodToCompile(const MethodReference& method_ref) const {
681 if (kRestrictCompilationFiltersToImage && !IsImage()) {
682 return true;
683 }
684
685 if (methods_to_compile_ == nullptr) {
686 return true;
687 }
688
689 std::string tmp = PrettyMethod(method_ref.dex_method_index, *method_ref.dex_file, true);
690 return methods_to_compile_->find(tmp.c_str()) != methods_to_compile_->end();
691}
692
Mathieu Chartiere401d142015-04-22 13:56:20 -0700693static void ResolveExceptionsForMethod(
694 ArtMethod* method_handle, std::set<std::pair<uint16_t, const DexFile*>>& exceptions_to_resolve)
Brian Carlstrom7940e442013-07-12 13:46:57 -0700695 SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
Ian Rogerse94652f2014-12-02 11:13:19 -0800696 const DexFile::CodeItem* code_item = method_handle->GetCodeItem();
Andreas Gampe2ed8def2014-08-28 14:41:02 -0700697 if (code_item == nullptr) {
Brian Carlstrom7940e442013-07-12 13:46:57 -0700698 return; // native or abstract method
699 }
700 if (code_item->tries_size_ == 0) {
701 return; // nothing to process
702 }
Ian Rogers13735952014-10-08 12:43:28 -0700703 const uint8_t* encoded_catch_handler_list = DexFile::GetCatchHandlerData(*code_item, 0);
Brian Carlstrom7940e442013-07-12 13:46:57 -0700704 size_t num_encoded_catch_handlers = DecodeUnsignedLeb128(&encoded_catch_handler_list);
705 for (size_t i = 0; i < num_encoded_catch_handlers; i++) {
706 int32_t encoded_catch_handler_size = DecodeSignedLeb128(&encoded_catch_handler_list);
707 bool has_catch_all = false;
708 if (encoded_catch_handler_size <= 0) {
709 encoded_catch_handler_size = -encoded_catch_handler_size;
710 has_catch_all = true;
711 }
712 for (int32_t j = 0; j < encoded_catch_handler_size; j++) {
713 uint16_t encoded_catch_handler_handlers_type_idx =
714 DecodeUnsignedLeb128(&encoded_catch_handler_list);
715 // Add to set of types to resolve if not already in the dex cache resolved types
Ian Rogerse94652f2014-12-02 11:13:19 -0800716 if (!method_handle->IsResolvedTypeIdx(encoded_catch_handler_handlers_type_idx)) {
Brian Carlstrom7940e442013-07-12 13:46:57 -0700717 exceptions_to_resolve.insert(
718 std::pair<uint16_t, const DexFile*>(encoded_catch_handler_handlers_type_idx,
Ian Rogerse94652f2014-12-02 11:13:19 -0800719 method_handle->GetDexFile()));
Brian Carlstrom7940e442013-07-12 13:46:57 -0700720 }
721 // ignore address associated with catch handler
722 DecodeUnsignedLeb128(&encoded_catch_handler_list);
723 }
724 if (has_catch_all) {
725 // ignore catch all address
726 DecodeUnsignedLeb128(&encoded_catch_handler_list);
727 }
728 }
729}
730
731static bool ResolveCatchBlockExceptionsClassVisitor(mirror::Class* c, void* arg)
732 SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
Mathieu Chartiere401d142015-04-22 13:56:20 -0700733 auto* exceptions_to_resolve =
Ian Rogers700a4022014-05-19 16:49:03 -0700734 reinterpret_cast<std::set<std::pair<uint16_t, const DexFile*>>*>(arg);
Mathieu Chartiere401d142015-04-22 13:56:20 -0700735 const auto pointer_size = Runtime::Current()->GetClassLinker()->GetImagePointerSize();
736 for (auto& m : c->GetVirtualMethods(pointer_size)) {
737 ResolveExceptionsForMethod(&m, *exceptions_to_resolve);
Brian Carlstrom7940e442013-07-12 13:46:57 -0700738 }
Mathieu Chartiere401d142015-04-22 13:56:20 -0700739 for (auto& m : c->GetDirectMethods(pointer_size)) {
740 ResolveExceptionsForMethod(&m, *exceptions_to_resolve);
Brian Carlstrom7940e442013-07-12 13:46:57 -0700741 }
742 return true;
743}
744
745static bool RecordImageClassesVisitor(mirror::Class* klass, void* arg)
746 SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
Andreas Gampeb1fcead2015-04-20 18:53:51 -0700747 std::unordered_set<std::string>* image_classes =
748 reinterpret_cast<std::unordered_set<std::string>*>(arg);
Ian Rogers1ff3c982014-08-12 02:30:58 -0700749 std::string temp;
750 image_classes->insert(klass->GetDescriptor(&temp));
Brian Carlstrom7940e442013-07-12 13:46:57 -0700751 return true;
752}
753
754// Make a list of descriptors for classes to include in the image
Ian Rogers3d504072014-03-01 09:16:49 -0800755void CompilerDriver::LoadImageClasses(TimingLogger* timings)
Brian Carlstrom7940e442013-07-12 13:46:57 -0700756 LOCKS_EXCLUDED(Locks::mutator_lock_) {
Kenny Rootd5185342014-05-13 14:47:05 -0700757 CHECK(timings != nullptr);
Ian Rogerse6bb3b22013-08-19 21:51:45 -0700758 if (!IsImage()) {
Brian Carlstrom7940e442013-07-12 13:46:57 -0700759 return;
760 }
761
Mathieu Chartierf5997b42014-06-20 10:37:54 -0700762 TimingLogger::ScopedTiming t("LoadImageClasses", timings);
Brian Carlstrom7940e442013-07-12 13:46:57 -0700763 // Make a first class to load all classes explicitly listed in the file
764 Thread* self = Thread::Current();
765 ScopedObjectAccess soa(self);
766 ClassLinker* class_linker = Runtime::Current()->GetClassLinker();
Kenny Rootd5185342014-05-13 14:47:05 -0700767 CHECK(image_classes_.get() != nullptr);
Mathieu Chartier02e25112013-08-14 16:14:24 -0700768 for (auto it = image_classes_->begin(), end = image_classes_->end(); it != end;) {
Vladimir Markoe9c36b32013-11-21 15:49:16 +0000769 const std::string& descriptor(*it);
Mathieu Chartiereb8167a2014-05-07 15:43:14 -0700770 StackHandleScope<1> hs(self);
771 Handle<mirror::Class> klass(
772 hs.NewHandle(class_linker->FindSystemClass(self, descriptor.c_str())));
Andreas Gampe2ed8def2014-08-28 14:41:02 -0700773 if (klass.Get() == nullptr) {
Ian Rogerse6bb3b22013-08-19 21:51:45 -0700774 VLOG(compiler) << "Failed to find class " << descriptor;
Vladimir Markoe9c36b32013-11-21 15:49:16 +0000775 image_classes_->erase(it++);
Ian Rogersa436fde2013-08-27 23:34:06 -0700776 self->ClearException();
Brian Carlstrom7940e442013-07-12 13:46:57 -0700777 } else {
778 ++it;
779 }
780 }
781
782 // Resolve exception classes referenced by the loaded classes. The catch logic assumes
783 // exceptions are resolved by the verifier when there is a catch block in an interested method.
784 // Do this here so that exception classes appear to have been specified image classes.
Ian Rogers700a4022014-05-19 16:49:03 -0700785 std::set<std::pair<uint16_t, const DexFile*>> unresolved_exception_types;
Mathieu Chartiereb8167a2014-05-07 15:43:14 -0700786 StackHandleScope<1> hs(self);
787 Handle<mirror::Class> java_lang_Throwable(
788 hs.NewHandle(class_linker->FindSystemClass(self, "Ljava/lang/Throwable;")));
Brian Carlstrom7940e442013-07-12 13:46:57 -0700789 do {
790 unresolved_exception_types.clear();
791 class_linker->VisitClasses(ResolveCatchBlockExceptionsClassVisitor,
792 &unresolved_exception_types);
Mathieu Chartier02e25112013-08-14 16:14:24 -0700793 for (const std::pair<uint16_t, const DexFile*>& exception_type : unresolved_exception_types) {
794 uint16_t exception_type_idx = exception_type.first;
795 const DexFile* dex_file = exception_type.second;
Andreas Gampe277ccbd2014-11-03 21:36:10 -0800796 StackHandleScope<2> hs2(self);
797 Handle<mirror::DexCache> dex_cache(hs2.NewHandle(class_linker->FindDexCache(*dex_file)));
798 Handle<mirror::Class> klass(hs2.NewHandle(
Mathieu Chartier0cd81352014-05-22 16:48:55 -0700799 class_linker->ResolveType(*dex_file, exception_type_idx, dex_cache,
800 NullHandle<mirror::ClassLoader>())));
Andreas Gampe2ed8def2014-08-28 14:41:02 -0700801 if (klass.Get() == nullptr) {
Brian Carlstrom7940e442013-07-12 13:46:57 -0700802 const DexFile::TypeId& type_id = dex_file->GetTypeId(exception_type_idx);
803 const char* descriptor = dex_file->GetTypeDescriptor(type_id);
804 LOG(FATAL) << "Failed to resolve class " << descriptor;
805 }
Mathieu Chartiereb8167a2014-05-07 15:43:14 -0700806 DCHECK(java_lang_Throwable->IsAssignableFrom(klass.Get()));
Brian Carlstrom7940e442013-07-12 13:46:57 -0700807 }
808 // Resolving exceptions may load classes that reference more exceptions, iterate until no
809 // more are found
810 } while (!unresolved_exception_types.empty());
811
812 // We walk the roots looking for classes so that we'll pick up the
813 // above classes plus any classes them depend on such super
814 // classes, interfaces, and the required ClassLinker roots.
815 class_linker->VisitClasses(RecordImageClassesVisitor, image_classes_.get());
816
817 CHECK_NE(image_classes_->size(), 0U);
Brian Carlstrom7940e442013-07-12 13:46:57 -0700818}
819
Andreas Gampeb1fcead2015-04-20 18:53:51 -0700820static void MaybeAddToImageClasses(Handle<mirror::Class> c,
821 std::unordered_set<std::string>* image_classes)
Brian Carlstrom7940e442013-07-12 13:46:57 -0700822 SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
Mathieu Chartierf8322842014-05-16 10:59:25 -0700823 Thread* self = Thread::Current();
824 StackHandleScope<1> hs(self);
825 // Make a copy of the handle so that we don't clobber it doing Assign.
Andreas Gampe5a4b8a22014-09-11 08:30:08 -0700826 MutableHandle<mirror::Class> klass(hs.NewHandle(c.Get()));
Ian Rogers1ff3c982014-08-12 02:30:58 -0700827 std::string temp;
Mathieu Chartiere401d142015-04-22 13:56:20 -0700828 const size_t pointer_size = Runtime::Current()->GetClassLinker()->GetImagePointerSize();
Brian Carlstrom7940e442013-07-12 13:46:57 -0700829 while (!klass->IsObjectClass()) {
Ian Rogers1ff3c982014-08-12 02:30:58 -0700830 const char* descriptor = klass->GetDescriptor(&temp);
Andreas Gampeb1fcead2015-04-20 18:53:51 -0700831 std::pair<std::unordered_set<std::string>::iterator, bool> result =
832 image_classes->insert(descriptor);
Ian Rogers1ff3c982014-08-12 02:30:58 -0700833 if (!result.second) { // Previously inserted.
834 break;
Brian Carlstrom7940e442013-07-12 13:46:57 -0700835 }
Ian Rogers1ff3c982014-08-12 02:30:58 -0700836 VLOG(compiler) << "Adding " << descriptor << " to image classes";
Mathieu Chartierf8322842014-05-16 10:59:25 -0700837 for (size_t i = 0; i < klass->NumDirectInterfaces(); ++i) {
Andreas Gampe277ccbd2014-11-03 21:36:10 -0800838 StackHandleScope<1> hs2(self);
839 MaybeAddToImageClasses(hs2.NewHandle(mirror::Class::GetDirectInterface(self, klass, i)),
Mathieu Chartierf8322842014-05-16 10:59:25 -0700840 image_classes);
Brian Carlstrom7940e442013-07-12 13:46:57 -0700841 }
Mathieu Chartiere401d142015-04-22 13:56:20 -0700842 for (auto& m : c->GetVirtualMethods(pointer_size)) {
843 if (m.IsMiranda() || (true)) {
844 StackHandleScope<1> hs2(self);
845 MaybeAddToImageClasses(hs2.NewHandle(m.GetDeclaringClass()), image_classes);
846 }
847 }
Brian Carlstrom7940e442013-07-12 13:46:57 -0700848 if (klass->IsArrayClass()) {
Andreas Gampe277ccbd2014-11-03 21:36:10 -0800849 StackHandleScope<1> hs2(self);
850 MaybeAddToImageClasses(hs2.NewHandle(klass->GetComponentType()), image_classes);
Brian Carlstrom7940e442013-07-12 13:46:57 -0700851 }
Mathieu Chartierf8322842014-05-16 10:59:25 -0700852 klass.Assign(klass->GetSuperClass());
Brian Carlstrom7940e442013-07-12 13:46:57 -0700853 }
854}
855
Andreas Gampeb0f370e2014-09-25 22:51:40 -0700856// Keeps all the data for the update together. Also doubles as the reference visitor.
857// Note: we can use object pointers because we suspend all threads.
858class ClinitImageUpdate {
859 public:
Andreas Gampeb1fcead2015-04-20 18:53:51 -0700860 static ClinitImageUpdate* Create(std::unordered_set<std::string>* image_class_descriptors,
861 Thread* self, ClassLinker* linker, std::string* error_msg) {
Andreas Gampeb0f370e2014-09-25 22:51:40 -0700862 std::unique_ptr<ClinitImageUpdate> res(new ClinitImageUpdate(image_class_descriptors, self,
863 linker));
Mathieu Chartiere401d142015-04-22 13:56:20 -0700864 if (res->dex_cache_class_ == nullptr) {
Andreas Gampeb0f370e2014-09-25 22:51:40 -0700865 *error_msg = "Could not find DexCache class.";
866 return nullptr;
867 }
868
869 return res.release();
870 }
871
872 ~ClinitImageUpdate() {
873 // Allow others to suspend again.
874 self_->EndAssertNoThreadSuspension(old_cause_);
875 }
876
877 // Visitor for VisitReferences.
878 void operator()(mirror::Object* object, MemberOffset field_offset, bool /* is_static */) const
879 SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
880 mirror::Object* ref = object->GetFieldObject<mirror::Object>(field_offset);
881 if (ref != nullptr) {
882 VisitClinitClassesObject(ref);
883 }
884 }
885
886 // java.lang.Reference visitor for VisitReferences.
Andreas Gampedc8b63c2014-12-02 14:39:52 -0800887 void operator()(mirror::Class* /* klass */, mirror::Reference* /* ref */) const {
Andreas Gampeb0f370e2014-09-25 22:51:40 -0700888 }
889
890 void Walk() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
891 // Use the initial classes as roots for a search.
892 for (mirror::Class* klass_root : image_classes_) {
893 VisitClinitClassesObject(klass_root);
894 }
895 }
896
897 private:
Andreas Gampeb1fcead2015-04-20 18:53:51 -0700898 ClinitImageUpdate(std::unordered_set<std::string>* image_class_descriptors, Thread* self,
Andreas Gampeb0f370e2014-09-25 22:51:40 -0700899 ClassLinker* linker)
900 SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) :
901 image_class_descriptors_(image_class_descriptors), self_(self) {
902 CHECK(linker != nullptr);
903 CHECK(image_class_descriptors != nullptr);
904
905 // Make sure nobody interferes with us.
906 old_cause_ = self->StartAssertNoThreadSuspension("Boot image closure");
907
908 // Find the interesting classes.
Andreas Gampedc8b63c2014-12-02 14:39:52 -0800909 dex_cache_class_ = linker->LookupClass(self, "Ljava/lang/DexCache;",
910 ComputeModifiedUtf8Hash("Ljava/lang/DexCache;"), nullptr);
Andreas Gampeb0f370e2014-09-25 22:51:40 -0700911
912 // Find all the already-marked classes.
913 WriterMutexLock mu(self, *Locks::heap_bitmap_lock_);
914 linker->VisitClasses(FindImageClasses, this);
915 }
916
917 static bool FindImageClasses(mirror::Class* klass, void* arg)
918 SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
919 ClinitImageUpdate* data = reinterpret_cast<ClinitImageUpdate*>(arg);
920 std::string temp;
921 const char* name = klass->GetDescriptor(&temp);
922 if (data->image_class_descriptors_->find(name) != data->image_class_descriptors_->end()) {
923 data->image_classes_.push_back(klass);
Andreas Gampe4d4eff72015-03-04 22:46:35 -0800924 } else {
925 // Check whether it is initialized and has a clinit. They must be kept, too.
Mathieu Chartiere401d142015-04-22 13:56:20 -0700926 if (klass->IsInitialized() && klass->FindClassInitializer(
927 Runtime::Current()->GetClassLinker()->GetImagePointerSize()) != nullptr) {
Andreas Gampe4d4eff72015-03-04 22:46:35 -0800928 data->image_classes_.push_back(klass);
929 }
Andreas Gampeb0f370e2014-09-25 22:51:40 -0700930 }
931
932 return true;
933 }
934
935 void VisitClinitClassesObject(mirror::Object* object) const
936 SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
937 DCHECK(object != nullptr);
938 if (marked_objects_.find(object) != marked_objects_.end()) {
939 // Already processed.
940 return;
941 }
942
943 // Mark it.
944 marked_objects_.insert(object);
945
946 if (object->IsClass()) {
947 // If it is a class, add it.
948 StackHandleScope<1> hs(self_);
949 MaybeAddToImageClasses(hs.NewHandle(object->AsClass()), image_class_descriptors_);
950 } else {
951 // Else visit the object's class.
952 VisitClinitClassesObject(object->GetClass());
953 }
954
Mathieu Chartiere401d142015-04-22 13:56:20 -0700955 // If it is not a DexCache, visit all references.
Andreas Gampeb0f370e2014-09-25 22:51:40 -0700956 mirror::Class* klass = object->GetClass();
Mathieu Chartiere401d142015-04-22 13:56:20 -0700957 if (klass != dex_cache_class_) {
Andreas Gampeb0f370e2014-09-25 22:51:40 -0700958 object->VisitReferences<false /* visit class */>(*this, *this);
959 }
960 }
961
962 mutable std::unordered_set<mirror::Object*> marked_objects_;
Andreas Gampeb1fcead2015-04-20 18:53:51 -0700963 std::unordered_set<std::string>* const image_class_descriptors_;
Andreas Gampeb0f370e2014-09-25 22:51:40 -0700964 std::vector<mirror::Class*> image_classes_;
Andreas Gampeb0f370e2014-09-25 22:51:40 -0700965 const mirror::Class* dex_cache_class_;
966 Thread* const self_;
967 const char* old_cause_;
968
969 DISALLOW_COPY_AND_ASSIGN(ClinitImageUpdate);
970};
Brian Carlstrom7940e442013-07-12 13:46:57 -0700971
Ian Rogers3d504072014-03-01 09:16:49 -0800972void CompilerDriver::UpdateImageClasses(TimingLogger* timings) {
Ian Rogerse6bb3b22013-08-19 21:51:45 -0700973 if (IsImage()) {
Mathieu Chartierf5997b42014-06-20 10:37:54 -0700974 TimingLogger::ScopedTiming t("UpdateImageClasses", timings);
Andreas Gampeb0f370e2014-09-25 22:51:40 -0700975
976 Runtime* current = Runtime::Current();
977
978 // Suspend all threads.
Mathieu Chartierbf9fc582015-03-13 17:21:25 -0700979 current->GetThreadList()->SuspendAll(__FUNCTION__);
Andreas Gampeb0f370e2014-09-25 22:51:40 -0700980
981 std::string error_msg;
982 std::unique_ptr<ClinitImageUpdate> update(ClinitImageUpdate::Create(image_classes_.get(),
983 Thread::Current(),
984 current->GetClassLinker(),
985 &error_msg));
986 CHECK(update.get() != nullptr) << error_msg; // TODO: Soft failure?
987
988 // Do the marking.
989 update->Walk();
990
991 // Resume threads.
992 current->GetThreadList()->ResumeAll();
Brian Carlstrom7940e442013-07-12 13:46:57 -0700993 }
Brian Carlstrom7940e442013-07-12 13:46:57 -0700994}
995
Vladimir Marko07785bb2015-06-15 18:52:54 +0100996bool CompilerDriver::CanAssumeClassIsLoaded(mirror::Class* klass) {
997 Runtime* runtime = Runtime::Current();
998 if (!runtime->IsAotCompiler()) {
999 DCHECK(runtime->UseJit());
1000 // Having the klass reference here implies that the klass is already loaded.
1001 return true;
1002 }
1003 if (!IsImage()) {
1004 // Assume loaded only if klass is in the boot image. App classes cannot be assumed
1005 // loaded because we don't even know what class loader will be used to load them.
1006 bool class_in_image = runtime->GetHeap()->FindSpaceFromObject(klass, false)->IsImageSpace();
1007 return class_in_image;
1008 }
1009 std::string temp;
1010 const char* descriptor = klass->GetDescriptor(&temp);
1011 return IsImageClass(descriptor);
1012}
1013
Mathieu Chartier590fee92013-09-13 13:46:47 -07001014bool CompilerDriver::CanAssumeTypeIsPresentInDexCache(const DexFile& dex_file, uint32_t type_idx) {
Ian Rogersfc0e94b2013-09-23 23:51:32 -07001015 if (IsImage() &&
Ian Rogersdfb325e2013-10-30 01:00:44 -07001016 IsImageClass(dex_file.StringDataByIdx(dex_file.GetTypeId(type_idx).descriptor_idx_))) {
Andreas Gampe58a5af82014-07-31 16:23:49 -07001017 {
Brian Carlstrom7940e442013-07-12 13:46:57 -07001018 ScopedObjectAccess soa(Thread::Current());
1019 mirror::DexCache* dex_cache = Runtime::Current()->GetClassLinker()->FindDexCache(dex_file);
1020 mirror::Class* resolved_class = dex_cache->GetResolvedType(type_idx);
Andreas Gampe58a5af82014-07-31 16:23:49 -07001021 if (resolved_class == nullptr) {
1022 // Erroneous class.
1023 stats_->TypeNotInDexCache();
1024 return false;
1025 }
Brian Carlstrom7940e442013-07-12 13:46:57 -07001026 }
1027 stats_->TypeInDexCache();
1028 return true;
1029 } else {
1030 stats_->TypeNotInDexCache();
1031 return false;
1032 }
1033}
1034
1035bool CompilerDriver::CanAssumeStringIsPresentInDexCache(const DexFile& dex_file,
1036 uint32_t string_idx) {
1037 // See also Compiler::ResolveDexFile
1038
1039 bool result = false;
1040 if (IsImage()) {
1041 // We resolve all const-string strings when building for the image.
1042 ScopedObjectAccess soa(Thread::Current());
Mathieu Chartiereb8167a2014-05-07 15:43:14 -07001043 StackHandleScope<1> hs(soa.Self());
1044 Handle<mirror::DexCache> dex_cache(
1045 hs.NewHandle(Runtime::Current()->GetClassLinker()->FindDexCache(dex_file)));
Brian Carlstrom7940e442013-07-12 13:46:57 -07001046 Runtime::Current()->GetClassLinker()->ResolveString(dex_file, string_idx, dex_cache);
1047 result = true;
1048 }
1049 if (result) {
1050 stats_->StringInDexCache();
1051 } else {
1052 stats_->StringNotInDexCache();
1053 }
1054 return result;
1055}
1056
1057bool CompilerDriver::CanAccessTypeWithoutChecks(uint32_t referrer_idx, const DexFile& dex_file,
1058 uint32_t type_idx,
1059 bool* type_known_final, bool* type_known_abstract,
1060 bool* equals_referrers_class) {
Andreas Gampe2ed8def2014-08-28 14:41:02 -07001061 if (type_known_final != nullptr) {
Brian Carlstrom7940e442013-07-12 13:46:57 -07001062 *type_known_final = false;
1063 }
Andreas Gampe2ed8def2014-08-28 14:41:02 -07001064 if (type_known_abstract != nullptr) {
Brian Carlstrom7940e442013-07-12 13:46:57 -07001065 *type_known_abstract = false;
1066 }
Andreas Gampe2ed8def2014-08-28 14:41:02 -07001067 if (equals_referrers_class != nullptr) {
Brian Carlstrom7940e442013-07-12 13:46:57 -07001068 *equals_referrers_class = false;
1069 }
1070 ScopedObjectAccess soa(Thread::Current());
1071 mirror::DexCache* dex_cache = Runtime::Current()->GetClassLinker()->FindDexCache(dex_file);
1072 // Get type from dex cache assuming it was populated by the verifier
1073 mirror::Class* resolved_class = dex_cache->GetResolvedType(type_idx);
Andreas Gampe2ed8def2014-08-28 14:41:02 -07001074 if (resolved_class == nullptr) {
Brian Carlstrom7940e442013-07-12 13:46:57 -07001075 stats_->TypeNeedsAccessCheck();
1076 return false; // Unknown class needs access checks.
1077 }
1078 const DexFile::MethodId& method_id = dex_file.GetMethodId(referrer_idx);
Andreas Gampe2ed8def2014-08-28 14:41:02 -07001079 if (equals_referrers_class != nullptr) {
Brian Carlstrom7940e442013-07-12 13:46:57 -07001080 *equals_referrers_class = (method_id.class_idx_ == type_idx);
1081 }
1082 mirror::Class* referrer_class = dex_cache->GetResolvedType(method_id.class_idx_);
Andreas Gampe2ed8def2014-08-28 14:41:02 -07001083 if (referrer_class == nullptr) {
Brian Carlstrom7940e442013-07-12 13:46:57 -07001084 stats_->TypeNeedsAccessCheck();
1085 return false; // Incomplete referrer knowledge needs access check.
1086 }
1087 // Perform access check, will return true if access is ok or false if we're going to have to
1088 // check this at runtime (for example for class loaders).
1089 bool result = referrer_class->CanAccess(resolved_class);
1090 if (result) {
1091 stats_->TypeDoesntNeedAccessCheck();
Andreas Gampe2ed8def2014-08-28 14:41:02 -07001092 if (type_known_final != nullptr) {
Brian Carlstrom7940e442013-07-12 13:46:57 -07001093 *type_known_final = resolved_class->IsFinal() && !resolved_class->IsArrayClass();
1094 }
Andreas Gampe2ed8def2014-08-28 14:41:02 -07001095 if (type_known_abstract != nullptr) {
Brian Carlstrom7940e442013-07-12 13:46:57 -07001096 *type_known_abstract = resolved_class->IsAbstract() && !resolved_class->IsArrayClass();
1097 }
1098 } else {
1099 stats_->TypeNeedsAccessCheck();
1100 }
1101 return result;
1102}
1103
1104bool CompilerDriver::CanAccessInstantiableTypeWithoutChecks(uint32_t referrer_idx,
1105 const DexFile& dex_file,
1106 uint32_t type_idx) {
1107 ScopedObjectAccess soa(Thread::Current());
1108 mirror::DexCache* dex_cache = Runtime::Current()->GetClassLinker()->FindDexCache(dex_file);
1109 // Get type from dex cache assuming it was populated by the verifier.
1110 mirror::Class* resolved_class = dex_cache->GetResolvedType(type_idx);
Andreas Gampe2ed8def2014-08-28 14:41:02 -07001111 if (resolved_class == nullptr) {
Brian Carlstrom7940e442013-07-12 13:46:57 -07001112 stats_->TypeNeedsAccessCheck();
1113 return false; // Unknown class needs access checks.
1114 }
1115 const DexFile::MethodId& method_id = dex_file.GetMethodId(referrer_idx);
1116 mirror::Class* referrer_class = dex_cache->GetResolvedType(method_id.class_idx_);
Andreas Gampe2ed8def2014-08-28 14:41:02 -07001117 if (referrer_class == nullptr) {
Brian Carlstrom7940e442013-07-12 13:46:57 -07001118 stats_->TypeNeedsAccessCheck();
1119 return false; // Incomplete referrer knowledge needs access check.
1120 }
1121 // Perform access and instantiable checks, will return true if access is ok or false if we're
1122 // going to have to check this at runtime (for example for class loaders).
1123 bool result = referrer_class->CanAccess(resolved_class) && resolved_class->IsInstantiable();
1124 if (result) {
1125 stats_->TypeDoesntNeedAccessCheck();
1126 } else {
1127 stats_->TypeNeedsAccessCheck();
1128 }
1129 return result;
1130}
1131
Hiroshi Yamauchibe1ca552014-01-15 11:46:48 -08001132bool CompilerDriver::CanEmbedTypeInCode(const DexFile& dex_file, uint32_t type_idx,
1133 bool* is_type_initialized, bool* use_direct_type_ptr,
Mathieu Chartier8668c3c2014-04-24 16:48:11 -07001134 uintptr_t* direct_type_ptr, bool* out_is_finalizable) {
Hiroshi Yamauchibe1ca552014-01-15 11:46:48 -08001135 ScopedObjectAccess soa(Thread::Current());
Mathieu Chartiere5f13e52015-02-24 09:37:21 -08001136 Runtime* runtime = Runtime::Current();
1137 mirror::DexCache* dex_cache = runtime->GetClassLinker()->FindDexCache(dex_file);
Hiroshi Yamauchibe1ca552014-01-15 11:46:48 -08001138 mirror::Class* resolved_class = dex_cache->GetResolvedType(type_idx);
1139 if (resolved_class == nullptr) {
1140 return false;
1141 }
Igor Murashkind6dee672014-10-16 18:36:16 -07001142 if (GetCompilerOptions().GetCompilePic()) {
1143 // Do not allow a direct class pointer to be used when compiling for position-independent
1144 return false;
1145 }
Mathieu Chartier8668c3c2014-04-24 16:48:11 -07001146 *out_is_finalizable = resolved_class->IsFinalizable();
Mathieu Chartiere5f13e52015-02-24 09:37:21 -08001147 gc::Heap* heap = runtime->GetHeap();
1148 const bool compiling_boot = heap->IsCompilingBoot();
Alex Light6e183f22014-07-18 14:57:04 -07001149 const bool support_boot_image_fixup = GetSupportBootImageFixup();
Hiroshi Yamauchibe1ca552014-01-15 11:46:48 -08001150 if (compiling_boot) {
1151 // boot -> boot class pointers.
1152 // True if the class is in the image at boot compiling time.
1153 const bool is_image_class = IsImage() && IsImageClass(
1154 dex_file.StringDataByIdx(dex_file.GetTypeId(type_idx).descriptor_idx_));
1155 // True if pc relative load works.
Hiroshi Yamauchibe1ca552014-01-15 11:46:48 -08001156 if (is_image_class && support_boot_image_fixup) {
1157 *is_type_initialized = resolved_class->IsInitialized();
1158 *use_direct_type_ptr = false;
1159 *direct_type_ptr = 0;
1160 return true;
1161 } else {
1162 return false;
1163 }
Mathieu Chartiere5f13e52015-02-24 09:37:21 -08001164 } else if (runtime->UseJit() && !heap->IsMovableObject(resolved_class)) {
1165 *is_type_initialized = resolved_class->IsInitialized();
1166 // If the class may move around, then don't embed it as a direct pointer.
1167 *use_direct_type_ptr = true;
1168 *direct_type_ptr = reinterpret_cast<uintptr_t>(resolved_class);
1169 return true;
Hiroshi Yamauchibe1ca552014-01-15 11:46:48 -08001170 } else {
1171 // True if the class is in the image at app compiling time.
Mathieu Chartiere5f13e52015-02-24 09:37:21 -08001172 const bool class_in_image = heap->FindSpaceFromObject(resolved_class, false)->IsImageSpace();
Alex Light6e183f22014-07-18 14:57:04 -07001173 if (class_in_image && support_boot_image_fixup) {
Hiroshi Yamauchibe1ca552014-01-15 11:46:48 -08001174 // boot -> app class pointers.
1175 *is_type_initialized = resolved_class->IsInitialized();
Alex Lighta59dd802014-07-02 16:28:08 -07001176 // TODO This is somewhat hacky. We should refactor all of this invoke codepath.
1177 *use_direct_type_ptr = !GetCompilerOptions().GetIncludePatchInformation();
Hiroshi Yamauchibe1ca552014-01-15 11:46:48 -08001178 *direct_type_ptr = reinterpret_cast<uintptr_t>(resolved_class);
1179 return true;
1180 } else {
1181 // app -> app class pointers.
1182 // Give up because app does not have an image and class
1183 // isn't created at compile time. TODO: implement this
1184 // if/when each app gets an image.
1185 return false;
1186 }
1187 }
1188}
1189
Fred Shihe7f82e22014-08-06 10:46:37 -07001190bool CompilerDriver::CanEmbedReferenceTypeInCode(ClassReference* ref,
1191 bool* use_direct_ptr,
1192 uintptr_t* direct_type_ptr) {
1193 CHECK(ref != nullptr);
1194 CHECK(use_direct_ptr != nullptr);
1195 CHECK(direct_type_ptr != nullptr);
1196
1197 ScopedObjectAccess soa(Thread::Current());
1198 mirror::Class* reference_class = mirror::Reference::GetJavaLangRefReference();
Andreas Gampe928f72b2014-09-09 19:53:48 -07001199 bool is_initialized = false;
Fred Shihe7f82e22014-08-06 10:46:37 -07001200 bool unused_finalizable;
1201 // Make sure we have a finished Reference class object before attempting to use it.
1202 if (!CanEmbedTypeInCode(*reference_class->GetDexCache()->GetDexFile(),
1203 reference_class->GetDexTypeIndex(), &is_initialized,
1204 use_direct_ptr, direct_type_ptr, &unused_finalizable) ||
1205 !is_initialized) {
1206 return false;
1207 }
1208 ref->first = &reference_class->GetDexFile();
1209 ref->second = reference_class->GetDexClassDefIndex();
1210 return true;
1211}
1212
1213uint32_t CompilerDriver::GetReferenceSlowFlagOffset() const {
1214 ScopedObjectAccess soa(Thread::Current());
1215 mirror::Class* klass = mirror::Reference::GetJavaLangRefReference();
1216 DCHECK(klass->IsInitialized());
1217 return klass->GetSlowPathFlagOffset().Uint32Value();
1218}
1219
1220uint32_t CompilerDriver::GetReferenceDisableFlagOffset() const {
1221 ScopedObjectAccess soa(Thread::Current());
1222 mirror::Class* klass = mirror::Reference::GetJavaLangRefReference();
1223 DCHECK(klass->IsInitialized());
1224 return klass->GetDisableIntrinsicFlagOffset().Uint32Value();
1225}
1226
Vladimir Marko20f85592015-03-19 10:07:02 +00001227DexCacheArraysLayout CompilerDriver::GetDexCacheArraysLayout(const DexFile* dex_file) {
1228 // Currently only image dex caches have fixed array layout.
1229 return IsImage() && GetSupportBootImageFixup()
Mathieu Chartierc7853442015-03-27 14:35:38 -07001230 ? DexCacheArraysLayout(GetInstructionSetPointerSize(instruction_set_), dex_file)
Vladimir Marko20f85592015-03-19 10:07:02 +00001231 : DexCacheArraysLayout();
1232}
1233
Vladimir Markobe0e5462014-02-26 11:24:15 +00001234void CompilerDriver::ProcessedInstanceField(bool resolved) {
1235 if (!resolved) {
1236 stats_->UnresolvedInstanceField();
1237 } else {
1238 stats_->ResolvedInstanceField();
1239 }
1240}
1241
1242void CompilerDriver::ProcessedStaticField(bool resolved, bool local) {
1243 if (!resolved) {
1244 stats_->UnresolvedStaticField();
1245 } else if (local) {
1246 stats_->ResolvedLocalStaticField();
1247 } else {
1248 stats_->ResolvedStaticField();
1249 }
1250}
1251
Vladimir Markof096aad2014-01-23 15:51:58 +00001252void CompilerDriver::ProcessedInvoke(InvokeType invoke_type, int flags) {
1253 stats_->ProcessedInvoke(invoke_type, flags);
Brian Carlstrom7940e442013-07-12 13:46:57 -07001254}
1255
Mathieu Chartierc7853442015-03-27 14:35:38 -07001256ArtField* CompilerDriver::ComputeInstanceFieldInfo(uint32_t field_idx,
1257 const DexCompilationUnit* mUnit, bool is_put,
1258 const ScopedObjectAccess& soa) {
Vladimir Markobe0e5462014-02-26 11:24:15 +00001259 // Try to resolve the field and compiling method's class.
Mathieu Chartierc7853442015-03-27 14:35:38 -07001260 ArtField* resolved_field;
Vladimir Markobe0e5462014-02-26 11:24:15 +00001261 mirror::Class* referrer_class;
1262 mirror::DexCache* dex_cache;
1263 {
Roland Levillain2b846ed2015-05-19 10:44:25 +01001264 StackHandleScope<2> hs(soa.Self());
Mathieu Chartiereb8167a2014-05-07 15:43:14 -07001265 Handle<mirror::DexCache> dex_cache_handle(
1266 hs.NewHandle(mUnit->GetClassLinker()->FindDexCache(*mUnit->GetDexFile())));
1267 Handle<mirror::ClassLoader> class_loader_handle(
1268 hs.NewHandle(soa.Decode<mirror::ClassLoader*>(mUnit->GetClassLoader())));
Mathieu Chartierc7853442015-03-27 14:35:38 -07001269 resolved_field =
1270 ResolveField(soa, dex_cache_handle, class_loader_handle, mUnit, field_idx, false);
1271 referrer_class = resolved_field != nullptr
Mathieu Chartiereb8167a2014-05-07 15:43:14 -07001272 ? ResolveCompilingMethodsClass(soa, dex_cache_handle, class_loader_handle, mUnit) : nullptr;
Mathieu Chartiereb8167a2014-05-07 15:43:14 -07001273 dex_cache = dex_cache_handle.Get();
Brian Carlstrom7940e442013-07-12 13:46:57 -07001274 }
Nicolas Geoffraye5038322014-07-04 09:41:32 +01001275 bool can_link = false;
Vladimir Markobe0e5462014-02-26 11:24:15 +00001276 if (resolved_field != nullptr && referrer_class != nullptr) {
Vladimir Markobe0e5462014-02-26 11:24:15 +00001277 std::pair<bool, bool> fast_path = IsFastInstanceField(
Nicolas Geoffraye5038322014-07-04 09:41:32 +01001278 dex_cache, referrer_class, resolved_field, field_idx);
1279 can_link = is_put ? fast_path.second : fast_path.first;
Brian Carlstrom7940e442013-07-12 13:46:57 -07001280 }
Nicolas Geoffraye5038322014-07-04 09:41:32 +01001281 ProcessedInstanceField(can_link);
1282 return can_link ? resolved_field : nullptr;
1283}
1284
1285bool CompilerDriver::ComputeInstanceFieldInfo(uint32_t field_idx, const DexCompilationUnit* mUnit,
1286 bool is_put, MemberOffset* field_offset,
1287 bool* is_volatile) {
1288 ScopedObjectAccess soa(Thread::Current());
Mathieu Chartierc7853442015-03-27 14:35:38 -07001289 ArtField* resolved_field = ComputeInstanceFieldInfo(field_idx, mUnit, is_put, soa);
Nicolas Geoffraye5038322014-07-04 09:41:32 +01001290
Mathieu Chartierc7853442015-03-27 14:35:38 -07001291 if (resolved_field == nullptr) {
Vladimir Markobe0e5462014-02-26 11:24:15 +00001292 // Conservative defaults.
1293 *is_volatile = true;
1294 *field_offset = MemberOffset(static_cast<size_t>(-1));
Nicolas Geoffraye5038322014-07-04 09:41:32 +01001295 return false;
1296 } else {
1297 *is_volatile = resolved_field->IsVolatile();
1298 *field_offset = resolved_field->GetOffset();
1299 return true;
Vladimir Markobe0e5462014-02-26 11:24:15 +00001300 }
Brian Carlstrom7940e442013-07-12 13:46:57 -07001301}
1302
1303bool CompilerDriver::ComputeStaticFieldInfo(uint32_t field_idx, const DexCompilationUnit* mUnit,
Vladimir Markobe0e5462014-02-26 11:24:15 +00001304 bool is_put, MemberOffset* field_offset,
1305 uint32_t* storage_index, bool* is_referrers_class,
Nicolas Geoffray19a19cf2014-10-22 16:07:05 +01001306 bool* is_volatile, bool* is_initialized,
1307 Primitive::Type* type) {
Brian Carlstrom7940e442013-07-12 13:46:57 -07001308 ScopedObjectAccess soa(Thread::Current());
Vladimir Markobe0e5462014-02-26 11:24:15 +00001309 // Try to resolve the field and compiling method's class.
Mathieu Chartierc7853442015-03-27 14:35:38 -07001310 ArtField* resolved_field;
Vladimir Markobe0e5462014-02-26 11:24:15 +00001311 mirror::Class* referrer_class;
1312 mirror::DexCache* dex_cache;
1313 {
Mathieu Chartierc7853442015-03-27 14:35:38 -07001314 StackHandleScope<2> hs(soa.Self());
Mathieu Chartiereb8167a2014-05-07 15:43:14 -07001315 Handle<mirror::DexCache> dex_cache_handle(
1316 hs.NewHandle(mUnit->GetClassLinker()->FindDexCache(*mUnit->GetDexFile())));
1317 Handle<mirror::ClassLoader> class_loader_handle(
1318 hs.NewHandle(soa.Decode<mirror::ClassLoader*>(mUnit->GetClassLoader())));
Mathieu Chartierc7853442015-03-27 14:35:38 -07001319 resolved_field =
1320 ResolveField(soa, dex_cache_handle, class_loader_handle, mUnit, field_idx, true);
1321 referrer_class = resolved_field != nullptr
Mathieu Chartiereb8167a2014-05-07 15:43:14 -07001322 ? ResolveCompilingMethodsClass(soa, dex_cache_handle, class_loader_handle, mUnit) : nullptr;
Mathieu Chartiereb8167a2014-05-07 15:43:14 -07001323 dex_cache = dex_cache_handle.Get();
Brian Carlstrom7940e442013-07-12 13:46:57 -07001324 }
Vladimir Markobe0e5462014-02-26 11:24:15 +00001325 bool result = false;
1326 if (resolved_field != nullptr && referrer_class != nullptr) {
1327 *is_volatile = IsFieldVolatile(resolved_field);
1328 std::pair<bool, bool> fast_path = IsFastStaticField(
Vladimir Marko66c6d7b2014-10-16 15:41:48 +01001329 dex_cache, referrer_class, resolved_field, field_idx, storage_index);
Vladimir Markobe0e5462014-02-26 11:24:15 +00001330 result = is_put ? fast_path.second : fast_path.first;
Brian Carlstrom7940e442013-07-12 13:46:57 -07001331 }
Vladimir Marko66c6d7b2014-10-16 15:41:48 +01001332 if (result) {
1333 *field_offset = GetFieldOffset(resolved_field);
1334 *is_referrers_class = IsStaticFieldInReferrerClass(referrer_class, resolved_field);
1335 // *is_referrers_class == true implies no worrying about class initialization.
1336 *is_initialized = (*is_referrers_class) ||
1337 (IsStaticFieldsClassInitialized(referrer_class, resolved_field) &&
1338 CanAssumeTypeIsPresentInDexCache(*mUnit->GetDexFile(), *storage_index));
Nicolas Geoffray19a19cf2014-10-22 16:07:05 +01001339 *type = resolved_field->GetTypeAsPrimitiveType();
Vladimir Marko66c6d7b2014-10-16 15:41:48 +01001340 } else {
Vladimir Markobe0e5462014-02-26 11:24:15 +00001341 // Conservative defaults.
1342 *is_volatile = true;
1343 *field_offset = MemberOffset(static_cast<size_t>(-1));
1344 *storage_index = -1;
1345 *is_referrers_class = false;
1346 *is_initialized = false;
Nicolas Geoffray19a19cf2014-10-22 16:07:05 +01001347 *type = Primitive::kPrimVoid;
Vladimir Markobe0e5462014-02-26 11:24:15 +00001348 }
1349 ProcessedStaticField(result, *is_referrers_class);
1350 return result;
Brian Carlstrom7940e442013-07-12 13:46:57 -07001351}
1352
Ian Rogers83883d72013-10-21 21:07:24 -07001353void CompilerDriver::GetCodeAndMethodForDirectCall(InvokeType* type, InvokeType sharp_type,
1354 bool no_guarantee_of_dex_cache_entry,
Igor Murashkind6dee672014-10-16 18:36:16 -07001355 const mirror::Class* referrer_class,
Mathieu Chartiere401d142015-04-22 13:56:20 -07001356 ArtMethod* method,
Vladimir Markof096aad2014-01-23 15:51:58 +00001357 int* stats_flags,
Ian Rogers83883d72013-10-21 21:07:24 -07001358 MethodReference* target_method,
Ian Rogers65ec92c2013-09-06 10:49:58 -07001359 uintptr_t* direct_code,
1360 uintptr_t* direct_method) {
Brian Carlstrom7940e442013-07-12 13:46:57 -07001361 // For direct and static methods compute possible direct_code and direct_method values, ie
1362 // an address for the Method* being invoked and an address of the code for that Method*.
1363 // For interface calls compute a value for direct_method that is the interface method being
1364 // invoked, so this can be passed to the out-of-line runtime support code.
Ian Rogers65ec92c2013-09-06 10:49:58 -07001365 *direct_code = 0;
1366 *direct_method = 0;
Mathieu Chartiere5f13e52015-02-24 09:37:21 -08001367 Runtime* const runtime = Runtime::Current();
1368 gc::Heap* const heap = runtime->GetHeap();
Mathieu Chartiere401d142015-04-22 13:56:20 -07001369 auto* cl = runtime->GetClassLinker();
1370 const auto pointer_size = cl->GetImagePointerSize();
Igor Murashkind6dee672014-10-16 18:36:16 -07001371 bool use_dex_cache = GetCompilerOptions().GetCompilePic(); // Off by default
Mathieu Chartiere5f13e52015-02-24 09:37:21 -08001372 const bool compiling_boot = heap->IsCompilingBoot();
Alex Lighta59dd802014-07-02 16:28:08 -07001373 // TODO This is somewhat hacky. We should refactor all of this invoke codepath.
1374 const bool force_relocations = (compiling_boot ||
1375 GetCompilerOptions().GetIncludePatchInformation());
Elliott Hughes956af0f2014-12-11 14:34:28 -08001376 if (sharp_type != kStatic && sharp_type != kDirect) {
1377 return;
Brian Carlstrom7940e442013-07-12 13:46:57 -07001378 }
Elliott Hughes956af0f2014-12-11 14:34:28 -08001379 // TODO: support patching on all architectures.
1380 use_dex_cache = use_dex_cache || (force_relocations && !support_boot_image_fixup_);
Mathieu Chartiere5f13e52015-02-24 09:37:21 -08001381 mirror::Class* declaring_class = method->GetDeclaringClass();
1382 bool method_code_in_boot = declaring_class->GetClassLoader() == nullptr;
Ian Rogers83883d72013-10-21 21:07:24 -07001383 if (!use_dex_cache) {
1384 if (!method_code_in_boot) {
1385 use_dex_cache = true;
1386 } else {
Brian Carlstrom14247b62015-01-31 21:35:32 -08001387 bool has_clinit_trampoline =
Mathieu Chartiere5f13e52015-02-24 09:37:21 -08001388 method->IsStatic() && !declaring_class->IsInitialized();
1389 if (has_clinit_trampoline && declaring_class != referrer_class) {
Ian Rogers83883d72013-10-21 21:07:24 -07001390 // Ensure we run the clinit trampoline unless we are invoking a static method in the same
1391 // class.
1392 use_dex_cache = true;
Brian Carlstrom7940e442013-07-12 13:46:57 -07001393 }
1394 }
Ian Rogers83883d72013-10-21 21:07:24 -07001395 }
Mathieu Chartier28a35882015-02-26 18:28:07 -08001396 if (runtime->UseJit()) {
1397 // If we are the JIT, then don't allow a direct call to the interpreter bridge since this will
1398 // never be updated even after we compile the method.
Mathieu Chartiere401d142015-04-22 13:56:20 -07001399 if (cl->IsQuickToInterpreterBridge(
Mathieu Chartier28a35882015-02-26 18:28:07 -08001400 reinterpret_cast<const void*>(compiler_->GetEntryPointOf(method)))) {
1401 use_dex_cache = true;
1402 }
1403 }
Vladimir Markof096aad2014-01-23 15:51:58 +00001404 if (method_code_in_boot) {
1405 *stats_flags |= kFlagDirectCallToBoot | kFlagDirectMethodToBoot;
Ian Rogers83883d72013-10-21 21:07:24 -07001406 }
Alex Lighta59dd802014-07-02 16:28:08 -07001407 if (!use_dex_cache && force_relocations) {
Jeff Haoa0acc2d2015-01-27 11:22:04 -08001408 bool is_in_image;
1409 if (IsImage()) {
1410 is_in_image = IsImageClass(method->GetDeclaringClassDescriptor());
1411 } else {
1412 is_in_image = instruction_set_ != kX86 && instruction_set_ != kX86_64 &&
Mathieu Chartiere401d142015-04-22 13:56:20 -07001413 heap->FindSpaceFromObject(method->GetDeclaringClass(), false)->IsImageSpace();
Jeff Haoa0acc2d2015-01-27 11:22:04 -08001414 }
1415 if (!is_in_image) {
Ian Rogers83883d72013-10-21 21:07:24 -07001416 // We can only branch directly to Methods that are resolved in the DexCache.
1417 // Otherwise we won't invoke the resolution trampoline.
1418 use_dex_cache = true;
1419 }
1420 }
1421 // The method is defined not within this dex file. We need a dex cache slot within the current
1422 // dex file or direct pointers.
1423 bool must_use_direct_pointers = false;
Mathieu Chartiere5f13e52015-02-24 09:37:21 -08001424 mirror::DexCache* dex_cache = declaring_class->GetDexCache();
1425 if (target_method->dex_file == dex_cache->GetDexFile() &&
Mathieu Chartiere401d142015-04-22 13:56:20 -07001426 !(runtime->UseJit() && dex_cache->GetResolvedMethod(
1427 method->GetDexMethodIndex(), pointer_size) == nullptr)) {
Ian Rogers83883d72013-10-21 21:07:24 -07001428 target_method->dex_method_index = method->GetDexMethodIndex();
1429 } else {
Ian Rogers83883d72013-10-21 21:07:24 -07001430 if (no_guarantee_of_dex_cache_entry) {
1431 // See if the method is also declared in this dex cache.
Mathieu Chartiere401d142015-04-22 13:56:20 -07001432 uint32_t dex_method_idx = method->FindDexMethodIndexInOtherDexFile(
1433 *target_method->dex_file, target_method->dex_method_index);
Ian Rogers83883d72013-10-21 21:07:24 -07001434 if (dex_method_idx != DexFile::kDexNoIndex) {
1435 target_method->dex_method_index = dex_method_idx;
1436 } else {
Alex Lighta59dd802014-07-02 16:28:08 -07001437 if (force_relocations && !use_dex_cache) {
Jeff Hao49161ce2014-03-12 11:05:25 -07001438 target_method->dex_method_index = method->GetDexMethodIndex();
Mathieu Chartiere5f13e52015-02-24 09:37:21 -08001439 target_method->dex_file = dex_cache->GetDexFile();
Jeff Hao49161ce2014-03-12 11:05:25 -07001440 }
Ian Rogers83883d72013-10-21 21:07:24 -07001441 must_use_direct_pointers = true;
1442 }
1443 }
1444 }
1445 if (use_dex_cache) {
1446 if (must_use_direct_pointers) {
1447 // Fail. Test above showed the only safe dispatch was via the dex cache, however, the direct
1448 // pointers are required as the dex cache lacks an appropriate entry.
1449 VLOG(compiler) << "Dex cache devirtualization failed for: " << PrettyMethod(method);
1450 } else {
1451 *type = sharp_type;
1452 }
1453 } else {
Mathieu Chartiere401d142015-04-22 13:56:20 -07001454 auto* image_space = heap->GetImageSpace();
1455 bool method_in_image = false;
1456 if (image_space != nullptr) {
1457 const auto& method_section = image_space->GetImageHeader().GetMethodsSection();
1458 method_in_image = method_section.Contains(
1459 reinterpret_cast<uint8_t*>(method) - image_space->Begin());
1460 }
Mathieu Chartier6ced4092015-02-27 16:10:48 -08001461 if (method_in_image || compiling_boot || runtime->UseJit()) {
Alex Lighta59dd802014-07-02 16:28:08 -07001462 // We know we must be able to get to the method in the image, so use that pointer.
Mathieu Chartier6ced4092015-02-27 16:10:48 -08001463 // In the case where we are the JIT, we can always use direct pointers since we know where
1464 // the method and its code are / will be. We don't sharpen to interpreter bridge since we
1465 // check IsQuickToInterpreterBridge above.
Vladimir Markoa51a0b02014-05-21 12:08:39 +01001466 CHECK(!method->IsAbstract());
Ian Rogers83883d72013-10-21 21:07:24 -07001467 *type = sharp_type;
Alex Lighta59dd802014-07-02 16:28:08 -07001468 *direct_method = force_relocations ? -1 : reinterpret_cast<uintptr_t>(method);
1469 *direct_code = force_relocations ? -1 : compiler_->GetEntryPointOf(method);
Brian Carlstrom14247b62015-01-31 21:35:32 -08001470 target_method->dex_file = method->GetDeclaringClass()->GetDexCache()->GetDexFile();
Vladimir Markoa51a0b02014-05-21 12:08:39 +01001471 target_method->dex_method_index = method->GetDexMethodIndex();
1472 } else if (!must_use_direct_pointers) {
1473 // Set the code and rely on the dex cache for the method.
1474 *type = sharp_type;
Alex Lighta59dd802014-07-02 16:28:08 -07001475 if (force_relocations) {
1476 *direct_code = -1;
Brian Carlstrom14247b62015-01-31 21:35:32 -08001477 target_method->dex_file = method->GetDeclaringClass()->GetDexCache()->GetDexFile();
Alex Lighta59dd802014-07-02 16:28:08 -07001478 target_method->dex_method_index = method->GetDexMethodIndex();
1479 } else {
1480 *direct_code = compiler_->GetEntryPointOf(method);
1481 }
Ian Rogers83883d72013-10-21 21:07:24 -07001482 } else {
Vladimir Markoa51a0b02014-05-21 12:08:39 +01001483 // Direct pointers were required but none were available.
1484 VLOG(compiler) << "Dex cache devirtualization failed for: " << PrettyMethod(method);
Ian Rogers83883d72013-10-21 21:07:24 -07001485 }
Brian Carlstrom7940e442013-07-12 13:46:57 -07001486 }
1487}
1488
1489bool CompilerDriver::ComputeInvokeInfo(const DexCompilationUnit* mUnit, const uint32_t dex_pc,
Ian Rogers65ec92c2013-09-06 10:49:58 -07001490 bool update_stats, bool enable_devirtualization,
1491 InvokeType* invoke_type, MethodReference* target_method,
1492 int* vtable_idx, uintptr_t* direct_code,
1493 uintptr_t* direct_method) {
Vladimir Markof096aad2014-01-23 15:51:58 +00001494 InvokeType orig_invoke_type = *invoke_type;
1495 int stats_flags = 0;
Brian Carlstrom7940e442013-07-12 13:46:57 -07001496 ScopedObjectAccess soa(Thread::Current());
Vladimir Markof096aad2014-01-23 15:51:58 +00001497 // Try to resolve the method and compiling method's class.
Mathieu Chartiereb8167a2014-05-07 15:43:14 -07001498 StackHandleScope<3> hs(soa.Self());
1499 Handle<mirror::DexCache> dex_cache(
1500 hs.NewHandle(mUnit->GetClassLinker()->FindDexCache(*mUnit->GetDexFile())));
1501 Handle<mirror::ClassLoader> class_loader(hs.NewHandle(
1502 soa.Decode<mirror::ClassLoader*>(mUnit->GetClassLoader())));
Mathieu Chartiere401d142015-04-22 13:56:20 -07001503 uint32_t method_idx = target_method->dex_method_index;
1504 ArtMethod* resolved_method = ResolveMethod(
1505 soa, dex_cache, class_loader, mUnit, method_idx, orig_invoke_type);
1506 auto h_referrer_class = hs.NewHandle(resolved_method != nullptr ?
1507 ResolveCompilingMethodsClass(soa, dex_cache, class_loader, mUnit) : nullptr);
Vladimir Markof096aad2014-01-23 15:51:58 +00001508 bool result = false;
1509 if (resolved_method != nullptr) {
1510 *vtable_idx = GetResolvedMethodVTableIndex(resolved_method, orig_invoke_type);
Brian Carlstrom7940e442013-07-12 13:46:57 -07001511
Nicolas Geoffraye53798a2014-12-01 10:31:54 +00001512 if (enable_devirtualization && mUnit->GetVerifiedMethod() != nullptr) {
Vladimir Markof096aad2014-01-23 15:51:58 +00001513 const MethodReference* devirt_target = mUnit->GetVerifiedMethod()->GetDevirtTarget(dex_pc);
1514
1515 stats_flags = IsFastInvoke(
Mathieu Chartiere401d142015-04-22 13:56:20 -07001516 soa, dex_cache, class_loader, mUnit, h_referrer_class.Get(), resolved_method,
Vladimir Markof096aad2014-01-23 15:51:58 +00001517 invoke_type, target_method, devirt_target, direct_code, direct_method);
1518 result = stats_flags != 0;
1519 } else {
1520 // Devirtualization not enabled. Inline IsFastInvoke(), dropping the devirtualization parts.
Mathieu Chartiere401d142015-04-22 13:56:20 -07001521 if (UNLIKELY(h_referrer_class.Get() == nullptr) ||
1522 UNLIKELY(!h_referrer_class->CanAccessResolvedMethod(resolved_method->GetDeclaringClass(),
Mathieu Chartiereb8167a2014-05-07 15:43:14 -07001523 resolved_method, dex_cache.Get(),
Vladimir Markof096aad2014-01-23 15:51:58 +00001524 target_method->dex_method_index)) ||
1525 *invoke_type == kSuper) {
1526 // Slow path. (Without devirtualization, all super calls go slow path as well.)
1527 } else {
1528 // Sharpening failed so generate a regular resolved method dispatch.
1529 stats_flags = kFlagMethodResolved;
Mathieu Chartiere401d142015-04-22 13:56:20 -07001530 GetCodeAndMethodForDirectCall(
1531 invoke_type, *invoke_type, false, h_referrer_class.Get(), resolved_method, &stats_flags,
1532 target_method, direct_code, direct_method);
Vladimir Markof096aad2014-01-23 15:51:58 +00001533 result = true;
Brian Carlstrom7940e442013-07-12 13:46:57 -07001534 }
1535 }
1536 }
Vladimir Markof096aad2014-01-23 15:51:58 +00001537 if (!result) {
1538 // Conservative defaults.
1539 *vtable_idx = -1;
1540 *direct_code = 0u;
1541 *direct_method = 0u;
Brian Carlstrom7940e442013-07-12 13:46:57 -07001542 }
1543 if (update_stats) {
Vladimir Markof096aad2014-01-23 15:51:58 +00001544 ProcessedInvoke(orig_invoke_type, stats_flags);
Brian Carlstrom7940e442013-07-12 13:46:57 -07001545 }
Vladimir Markof096aad2014-01-23 15:51:58 +00001546 return result;
Brian Carlstrom7940e442013-07-12 13:46:57 -07001547}
1548
Vladimir Marko2730db02014-01-27 11:15:17 +00001549const VerifiedMethod* CompilerDriver::GetVerifiedMethod(const DexFile* dex_file,
1550 uint32_t method_idx) const {
1551 MethodReference ref(dex_file, method_idx);
1552 return verification_results_->GetVerifiedMethod(ref);
1553}
1554
1555bool CompilerDriver::IsSafeCast(const DexCompilationUnit* mUnit, uint32_t dex_pc) {
Andreas Gampe2ed8def2014-08-28 14:41:02 -07001556 if (!compiler_options_->IsVerificationEnabled()) {
1557 // If we didn't verify, every cast has to be treated as non-safe.
1558 return false;
1559 }
Vladimir Marko2730db02014-01-27 11:15:17 +00001560 DCHECK(mUnit->GetVerifiedMethod() != nullptr);
1561 bool result = mUnit->GetVerifiedMethod()->IsSafeCast(dex_pc);
Brian Carlstrom7940e442013-07-12 13:46:57 -07001562 if (result) {
1563 stats_->SafeCast();
1564 } else {
1565 stats_->NotASafeCast();
1566 }
1567 return result;
1568}
1569
Brian Carlstrom7940e442013-07-12 13:46:57 -07001570class ParallelCompilationManager {
1571 public:
1572 typedef void Callback(const ParallelCompilationManager* manager, size_t index);
1573
1574 ParallelCompilationManager(ClassLinker* class_linker,
1575 jobject class_loader,
1576 CompilerDriver* compiler,
1577 const DexFile* dex_file,
Andreas Gampede7b4362014-07-28 18:38:57 -07001578 const std::vector<const DexFile*>& dex_files,
Ian Rogers3d504072014-03-01 09:16:49 -08001579 ThreadPool* thread_pool)
Mathieu Chartier0b3eb392013-08-23 14:56:59 -07001580 : index_(0),
1581 class_linker_(class_linker),
Brian Carlstrom7940e442013-07-12 13:46:57 -07001582 class_loader_(class_loader),
1583 compiler_(compiler),
1584 dex_file_(dex_file),
Andreas Gampede7b4362014-07-28 18:38:57 -07001585 dex_files_(dex_files),
Ian Rogers3d504072014-03-01 09:16:49 -08001586 thread_pool_(thread_pool) {}
Brian Carlstrom7940e442013-07-12 13:46:57 -07001587
1588 ClassLinker* GetClassLinker() const {
Andreas Gampe2ed8def2014-08-28 14:41:02 -07001589 CHECK(class_linker_ != nullptr);
Brian Carlstrom7940e442013-07-12 13:46:57 -07001590 return class_linker_;
1591 }
1592
1593 jobject GetClassLoader() const {
1594 return class_loader_;
1595 }
1596
1597 CompilerDriver* GetCompiler() const {
Andreas Gampe2ed8def2014-08-28 14:41:02 -07001598 CHECK(compiler_ != nullptr);
Brian Carlstrom7940e442013-07-12 13:46:57 -07001599 return compiler_;
1600 }
1601
1602 const DexFile* GetDexFile() const {
Andreas Gampe2ed8def2014-08-28 14:41:02 -07001603 CHECK(dex_file_ != nullptr);
Brian Carlstrom7940e442013-07-12 13:46:57 -07001604 return dex_file_;
1605 }
1606
Andreas Gampede7b4362014-07-28 18:38:57 -07001607 const std::vector<const DexFile*>& GetDexFiles() const {
1608 return dex_files_;
1609 }
1610
Brian Carlstrom7940e442013-07-12 13:46:57 -07001611 void ForAll(size_t begin, size_t end, Callback callback, size_t work_units) {
1612 Thread* self = Thread::Current();
1613 self->AssertNoPendingException();
1614 CHECK_GT(work_units, 0U);
1615
Ian Rogers3e5cf302014-05-20 16:40:37 -07001616 index_.StoreRelaxed(begin);
Brian Carlstrom7940e442013-07-12 13:46:57 -07001617 for (size_t i = 0; i < work_units; ++i) {
Sebastien Hertz501baec2013-12-13 12:02:36 +01001618 thread_pool_->AddTask(self, new ForAllClosure(this, end, callback));
Brian Carlstrom7940e442013-07-12 13:46:57 -07001619 }
1620 thread_pool_->StartWorkers(self);
1621
1622 // Ensure we're suspended while we're blocked waiting for the other threads to finish (worker
1623 // thread destructor's called below perform join).
1624 CHECK_NE(self->GetState(), kRunnable);
1625
1626 // Wait for all the worker threads to finish.
1627 thread_pool_->Wait(self, true, false);
1628 }
1629
Mathieu Chartier0b3eb392013-08-23 14:56:59 -07001630 size_t NextIndex() {
Ian Rogers3e5cf302014-05-20 16:40:37 -07001631 return index_.FetchAndAddSequentiallyConsistent(1);
Mathieu Chartier0b3eb392013-08-23 14:56:59 -07001632 }
1633
Brian Carlstrom7940e442013-07-12 13:46:57 -07001634 private:
Brian Carlstrom7940e442013-07-12 13:46:57 -07001635 class ForAllClosure : public Task {
1636 public:
Mathieu Chartier0b3eb392013-08-23 14:56:59 -07001637 ForAllClosure(ParallelCompilationManager* manager, size_t end, Callback* callback)
Brian Carlstrom7940e442013-07-12 13:46:57 -07001638 : manager_(manager),
Brian Carlstrom7940e442013-07-12 13:46:57 -07001639 end_(end),
Mathieu Chartier0b3eb392013-08-23 14:56:59 -07001640 callback_(callback) {}
Brian Carlstrom7940e442013-07-12 13:46:57 -07001641
1642 virtual void Run(Thread* self) {
Mathieu Chartier0b3eb392013-08-23 14:56:59 -07001643 while (true) {
1644 const size_t index = manager_->NextIndex();
1645 if (UNLIKELY(index >= end_)) {
1646 break;
1647 }
1648 callback_(manager_, index);
Brian Carlstrom7940e442013-07-12 13:46:57 -07001649 self->AssertNoPendingException();
1650 }
1651 }
1652
1653 virtual void Finalize() {
1654 delete this;
1655 }
Brian Carlstrom0cd7ec22013-07-17 23:40:20 -07001656
Brian Carlstrom7940e442013-07-12 13:46:57 -07001657 private:
Mathieu Chartier0b3eb392013-08-23 14:56:59 -07001658 ParallelCompilationManager* const manager_;
Brian Carlstrom7940e442013-07-12 13:46:57 -07001659 const size_t end_;
Bernhard Rosenkränzer46053622013-12-12 02:15:52 +01001660 Callback* const callback_;
Brian Carlstrom7940e442013-07-12 13:46:57 -07001661 };
1662
Mathieu Chartier0b3eb392013-08-23 14:56:59 -07001663 AtomicInteger index_;
Brian Carlstrom7940e442013-07-12 13:46:57 -07001664 ClassLinker* const class_linker_;
1665 const jobject class_loader_;
1666 CompilerDriver* const compiler_;
1667 const DexFile* const dex_file_;
Andreas Gampede7b4362014-07-28 18:38:57 -07001668 const std::vector<const DexFile*>& dex_files_;
Brian Carlstrom7940e442013-07-12 13:46:57 -07001669 ThreadPool* const thread_pool_;
Mathieu Chartier0b3eb392013-08-23 14:56:59 -07001670
1671 DISALLOW_COPY_AND_ASSIGN(ParallelCompilationManager);
Brian Carlstrom7940e442013-07-12 13:46:57 -07001672};
1673
Jeff Hao0e49b422013-11-08 12:16:56 -08001674// A fast version of SkipClass above if the class pointer is available
1675// that avoids the expensive FindInClassPath search.
1676static bool SkipClass(jobject class_loader, const DexFile& dex_file, mirror::Class* klass)
1677 SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
Andreas Gampe2ed8def2014-08-28 14:41:02 -07001678 DCHECK(klass != nullptr);
Jeff Hao0e49b422013-11-08 12:16:56 -08001679 const DexFile& original_dex_file = *klass->GetDexCache()->GetDexFile();
1680 if (&dex_file != &original_dex_file) {
Andreas Gampe2ed8def2014-08-28 14:41:02 -07001681 if (class_loader == nullptr) {
Jeff Hao0e49b422013-11-08 12:16:56 -08001682 LOG(WARNING) << "Skipping class " << PrettyDescriptor(klass) << " from "
1683 << dex_file.GetLocation() << " previously found in "
1684 << original_dex_file.GetLocation();
1685 }
1686 return true;
1687 }
1688 return false;
1689}
1690
Mathieu Chartier70b63482014-06-27 17:19:04 -07001691static void CheckAndClearResolveException(Thread* self)
1692 SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
1693 CHECK(self->IsExceptionPending());
Nicolas Geoffray14691c52015-03-05 10:40:17 +00001694 mirror::Throwable* exception = self->GetException();
Ian Rogers1ff3c982014-08-12 02:30:58 -07001695 std::string temp;
1696 const char* descriptor = exception->GetClass()->GetDescriptor(&temp);
1697 const char* expected_exceptions[] = {
1698 "Ljava/lang/IllegalAccessError;",
1699 "Ljava/lang/IncompatibleClassChangeError;",
1700 "Ljava/lang/InstantiationError;",
Brian Carlstrom898fcb52014-08-25 23:07:30 -07001701 "Ljava/lang/LinkageError;",
Ian Rogers1ff3c982014-08-12 02:30:58 -07001702 "Ljava/lang/NoClassDefFoundError;",
1703 "Ljava/lang/NoSuchFieldError;",
1704 "Ljava/lang/NoSuchMethodError;"
1705 };
1706 bool found = false;
1707 for (size_t i = 0; (found == false) && (i < arraysize(expected_exceptions)); ++i) {
1708 if (strcmp(descriptor, expected_exceptions[i]) == 0) {
1709 found = true;
1710 }
1711 }
1712 if (!found) {
Brian Carlstrom898fcb52014-08-25 23:07:30 -07001713 LOG(FATAL) << "Unexpected exception " << exception->Dump();
Mathieu Chartier70b63482014-06-27 17:19:04 -07001714 }
1715 self->ClearException();
1716}
1717
Ian Rogerse6bb3b22013-08-19 21:51:45 -07001718static void ResolveClassFieldsAndMethods(const ParallelCompilationManager* manager,
1719 size_t class_def_index)
Brian Carlstrom7940e442013-07-12 13:46:57 -07001720 LOCKS_EXCLUDED(Locks::mutator_lock_) {
Ian Rogers8f3c9ae2013-08-20 17:26:41 -07001721 ATRACE_CALL();
Ian Rogersbe7149f2013-08-20 09:29:39 -07001722 Thread* self = Thread::Current();
1723 jobject jclass_loader = manager->GetClassLoader();
Brian Carlstrom7940e442013-07-12 13:46:57 -07001724 const DexFile& dex_file = *manager->GetDexFile();
Ian Rogersbe7149f2013-08-20 09:29:39 -07001725 ClassLinker* class_linker = manager->GetClassLinker();
Brian Carlstrom7940e442013-07-12 13:46:57 -07001726
Ian Rogerse6bb3b22013-08-19 21:51:45 -07001727 // If an instance field is final then we need to have a barrier on the return, static final
1728 // fields are assigned within the lock held for class initialization. Conservatively assume
1729 // constructor barriers are always required.
1730 bool requires_constructor_barrier = true;
1731
Brian Carlstrom7940e442013-07-12 13:46:57 -07001732 // Method and Field are the worst. We can't resolve without either
1733 // context from the code use (to disambiguate virtual vs direct
1734 // method and instance vs static field) or from class
1735 // definitions. While the compiler will resolve what it can as it
1736 // needs it, here we try to resolve fields and methods used in class
1737 // definitions, since many of them many never be referenced by
1738 // generated code.
1739 const DexFile::ClassDef& class_def = dex_file.GetClassDef(class_def_index);
Ian Rogers68b56852014-08-29 20:19:11 -07001740 ScopedObjectAccess soa(self);
1741 StackHandleScope<2> hs(soa.Self());
1742 Handle<mirror::ClassLoader> class_loader(
1743 hs.NewHandle(soa.Decode<mirror::ClassLoader*>(jclass_loader)));
1744 Handle<mirror::DexCache> dex_cache(hs.NewHandle(class_linker->FindDexCache(dex_file)));
1745 // Resolve the class.
1746 mirror::Class* klass = class_linker->ResolveType(dex_file, class_def.class_idx_, dex_cache,
1747 class_loader);
1748 bool resolve_fields_and_methods;
1749 if (klass == nullptr) {
1750 // Class couldn't be resolved, for example, super-class is in a different dex file. Don't
1751 // attempt to resolve methods and fields when there is no declaring class.
1752 CheckAndClearResolveException(soa.Self());
1753 resolve_fields_and_methods = false;
1754 } else {
1755 // We successfully resolved a class, should we skip it?
1756 if (SkipClass(jclass_loader, dex_file, klass)) {
1757 return;
Brian Carlstromcb5f5e52013-09-23 17:48:16 -07001758 }
Ian Rogers68b56852014-08-29 20:19:11 -07001759 // We want to resolve the methods and fields eagerly.
1760 resolve_fields_and_methods = true;
1761 }
1762 // Note the class_data pointer advances through the headers,
1763 // static fields, instance fields, direct methods, and virtual
1764 // methods.
Ian Rogers13735952014-10-08 12:43:28 -07001765 const uint8_t* class_data = dex_file.GetClassData(class_def);
Andreas Gampe2ed8def2014-08-28 14:41:02 -07001766 if (class_data == nullptr) {
Ian Rogers68b56852014-08-29 20:19:11 -07001767 // Empty class such as a marker interface.
1768 requires_constructor_barrier = false;
1769 } else {
1770 ClassDataItemIterator it(dex_file, class_data);
1771 while (it.HasNextStaticField()) {
1772 if (resolve_fields_and_methods) {
Mathieu Chartierc7853442015-03-27 14:35:38 -07001773 ArtField* field = class_linker->ResolveField(dex_file, it.GetMemberIndex(),
Ian Rogers68b56852014-08-29 20:19:11 -07001774 dex_cache, class_loader, true);
Andreas Gampe2ed8def2014-08-28 14:41:02 -07001775 if (field == nullptr) {
Ian Rogers68b56852014-08-29 20:19:11 -07001776 CheckAndClearResolveException(soa.Self());
Ian Rogerse6bb3b22013-08-19 21:51:45 -07001777 }
Ian Rogerse6bb3b22013-08-19 21:51:45 -07001778 }
Ian Rogers68b56852014-08-29 20:19:11 -07001779 it.Next();
1780 }
1781 // We require a constructor barrier if there are final instance fields.
1782 requires_constructor_barrier = false;
1783 while (it.HasNextInstanceField()) {
Andreas Gampe51829322014-08-25 15:05:04 -07001784 if (it.MemberIsFinal()) {
Ian Rogers68b56852014-08-29 20:19:11 -07001785 requires_constructor_barrier = true;
Ian Rogerse6bb3b22013-08-19 21:51:45 -07001786 }
1787 if (resolve_fields_and_methods) {
Mathieu Chartierc7853442015-03-27 14:35:38 -07001788 ArtField* field = class_linker->ResolveField(dex_file, it.GetMemberIndex(),
Ian Rogers68b56852014-08-29 20:19:11 -07001789 dex_cache, class_loader, false);
Andreas Gampe2ed8def2014-08-28 14:41:02 -07001790 if (field == nullptr) {
Ian Rogers68b56852014-08-29 20:19:11 -07001791 CheckAndClearResolveException(soa.Self());
Ian Rogerse6bb3b22013-08-19 21:51:45 -07001792 }
Ian Rogerse6bb3b22013-08-19 21:51:45 -07001793 }
Ian Rogers68b56852014-08-29 20:19:11 -07001794 it.Next();
1795 }
1796 if (resolve_fields_and_methods) {
1797 while (it.HasNextDirectMethod()) {
Mathieu Chartiere401d142015-04-22 13:56:20 -07001798 ArtMethod* method = class_linker->ResolveMethod(
1799 dex_file, it.GetMemberIndex(), dex_cache, class_loader, nullptr,
1800 it.GetMethodInvokeType(class_def));
Andreas Gampe2ed8def2014-08-28 14:41:02 -07001801 if (method == nullptr) {
Ian Rogers68b56852014-08-29 20:19:11 -07001802 CheckAndClearResolveException(soa.Self());
1803 }
1804 it.Next();
1805 }
1806 while (it.HasNextVirtualMethod()) {
Mathieu Chartiere401d142015-04-22 13:56:20 -07001807 ArtMethod* method = class_linker->ResolveMethod(
1808 dex_file, it.GetMemberIndex(), dex_cache, class_loader, nullptr,
1809 it.GetMethodInvokeType(class_def));
Andreas Gampe2ed8def2014-08-28 14:41:02 -07001810 if (method == nullptr) {
Ian Rogers68b56852014-08-29 20:19:11 -07001811 CheckAndClearResolveException(soa.Self());
1812 }
1813 it.Next();
1814 }
1815 DCHECK(!it.HasNext());
Brian Carlstrom7940e442013-07-12 13:46:57 -07001816 }
Brian Carlstrom7940e442013-07-12 13:46:57 -07001817 }
1818 if (requires_constructor_barrier) {
Ian Rogersbe7149f2013-08-20 09:29:39 -07001819 manager->GetCompiler()->AddRequiresConstructorBarrier(self, &dex_file, class_def_index);
Brian Carlstrom7940e442013-07-12 13:46:57 -07001820 }
Brian Carlstrom7940e442013-07-12 13:46:57 -07001821}
1822
1823static void ResolveType(const ParallelCompilationManager* manager, size_t type_idx)
1824 LOCKS_EXCLUDED(Locks::mutator_lock_) {
1825 // Class derived values are more complicated, they require the linker and loader.
1826 ScopedObjectAccess soa(Thread::Current());
1827 ClassLinker* class_linker = manager->GetClassLinker();
1828 const DexFile& dex_file = *manager->GetDexFile();
Mathieu Chartiereb8167a2014-05-07 15:43:14 -07001829 StackHandleScope<2> hs(soa.Self());
1830 Handle<mirror::DexCache> dex_cache(hs.NewHandle(class_linker->FindDexCache(dex_file)));
1831 Handle<mirror::ClassLoader> class_loader(
1832 hs.NewHandle(soa.Decode<mirror::ClassLoader*>(manager->GetClassLoader())));
Brian Carlstrom7940e442013-07-12 13:46:57 -07001833 mirror::Class* klass = class_linker->ResolveType(dex_file, type_idx, dex_cache, class_loader);
1834
Andreas Gampe2ed8def2014-08-28 14:41:02 -07001835 if (klass == nullptr) {
Brian Carlstrom7940e442013-07-12 13:46:57 -07001836 CHECK(soa.Self()->IsExceptionPending());
Nicolas Geoffray14691c52015-03-05 10:40:17 +00001837 mirror::Throwable* exception = soa.Self()->GetException();
Ian Rogersa436fde2013-08-27 23:34:06 -07001838 VLOG(compiler) << "Exception during type resolution: " << exception->Dump();
Mathieu Chartierf8322842014-05-16 10:59:25 -07001839 if (exception->GetClass()->DescriptorEquals("Ljava/lang/OutOfMemoryError;")) {
Ian Rogersa436fde2013-08-27 23:34:06 -07001840 // There's little point continuing compilation if the heap is exhausted.
1841 LOG(FATAL) << "Out of memory during type resolution for compilation";
1842 }
1843 soa.Self()->ClearException();
Brian Carlstrom7940e442013-07-12 13:46:57 -07001844 }
1845}
1846
1847void CompilerDriver::ResolveDexFile(jobject class_loader, const DexFile& dex_file,
Andreas Gampede7b4362014-07-28 18:38:57 -07001848 const std::vector<const DexFile*>& dex_files,
Ian Rogers3d504072014-03-01 09:16:49 -08001849 ThreadPool* thread_pool, TimingLogger* timings) {
Brian Carlstrom7940e442013-07-12 13:46:57 -07001850 ClassLinker* class_linker = Runtime::Current()->GetClassLinker();
1851
1852 // TODO: we could resolve strings here, although the string table is largely filled with class
1853 // and method names.
1854
Andreas Gampede7b4362014-07-28 18:38:57 -07001855 ParallelCompilationManager context(class_linker, class_loader, this, &dex_file, dex_files,
1856 thread_pool);
Ian Rogerse6bb3b22013-08-19 21:51:45 -07001857 if (IsImage()) {
1858 // For images we resolve all types, such as array, whereas for applications just those with
1859 // classdefs are resolved by ResolveClassFieldsAndMethods.
Mathieu Chartierf5997b42014-06-20 10:37:54 -07001860 TimingLogger::ScopedTiming t("Resolve Types", timings);
Ian Rogerse6bb3b22013-08-19 21:51:45 -07001861 context.ForAll(0, dex_file.NumTypeIds(), ResolveType, thread_count_);
1862 }
Brian Carlstrom7940e442013-07-12 13:46:57 -07001863
Mathieu Chartierf5997b42014-06-20 10:37:54 -07001864 TimingLogger::ScopedTiming t("Resolve MethodsAndFields", timings);
Brian Carlstrom7940e442013-07-12 13:46:57 -07001865 context.ForAll(0, dex_file.NumClassDefs(), ResolveClassFieldsAndMethods, thread_count_);
Brian Carlstrom7940e442013-07-12 13:46:57 -07001866}
1867
Andreas Gampe2ed8def2014-08-28 14:41:02 -07001868void CompilerDriver::SetVerified(jobject class_loader, const std::vector<const DexFile*>& dex_files,
1869 ThreadPool* thread_pool, TimingLogger* timings) {
1870 for (size_t i = 0; i != dex_files.size(); ++i) {
1871 const DexFile* dex_file = dex_files[i];
1872 CHECK(dex_file != nullptr);
1873 SetVerifiedDexFile(class_loader, *dex_file, dex_files, thread_pool, timings);
1874 }
1875}
1876
Brian Carlstrom7940e442013-07-12 13:46:57 -07001877void CompilerDriver::Verify(jobject class_loader, const std::vector<const DexFile*>& dex_files,
Ian Rogers3d504072014-03-01 09:16:49 -08001878 ThreadPool* thread_pool, TimingLogger* timings) {
Brian Carlstrom7940e442013-07-12 13:46:57 -07001879 for (size_t i = 0; i != dex_files.size(); ++i) {
1880 const DexFile* dex_file = dex_files[i];
Andreas Gampe2ed8def2014-08-28 14:41:02 -07001881 CHECK(dex_file != nullptr);
Andreas Gampede7b4362014-07-28 18:38:57 -07001882 VerifyDexFile(class_loader, *dex_file, dex_files, thread_pool, timings);
Brian Carlstrom7940e442013-07-12 13:46:57 -07001883 }
1884}
1885
1886static void VerifyClass(const ParallelCompilationManager* manager, size_t class_def_index)
1887 LOCKS_EXCLUDED(Locks::mutator_lock_) {
Anwar Ghuloum67f99412013-08-12 14:19:48 -07001888 ATRACE_CALL();
Brian Carlstrom7940e442013-07-12 13:46:57 -07001889 ScopedObjectAccess soa(Thread::Current());
Jeff Hao0e49b422013-11-08 12:16:56 -08001890 const DexFile& dex_file = *manager->GetDexFile();
1891 const DexFile::ClassDef& class_def = dex_file.GetClassDef(class_def_index);
1892 const char* descriptor = dex_file.GetClassDescriptor(class_def);
1893 ClassLinker* class_linker = manager->GetClassLinker();
1894 jobject jclass_loader = manager->GetClassLoader();
Mathieu Chartiereb8167a2014-05-07 15:43:14 -07001895 StackHandleScope<3> hs(soa.Self());
1896 Handle<mirror::ClassLoader> class_loader(
1897 hs.NewHandle(soa.Decode<mirror::ClassLoader*>(jclass_loader)));
1898 Handle<mirror::Class> klass(
1899 hs.NewHandle(class_linker->FindClass(soa.Self(), descriptor, class_loader)));
1900 if (klass.Get() == nullptr) {
Ian Rogerse6bb3b22013-08-19 21:51:45 -07001901 CHECK(soa.Self()->IsExceptionPending());
Brian Carlstrom7940e442013-07-12 13:46:57 -07001902 soa.Self()->ClearException();
1903
1904 /*
1905 * At compile time, we can still structurally verify the class even if FindClass fails.
1906 * This is to ensure the class is structurally sound for compilation. An unsound class
1907 * will be rejected by the verifier and later skipped during compilation in the compiler.
1908 */
Mathieu Chartiereb8167a2014-05-07 15:43:14 -07001909 Handle<mirror::DexCache> dex_cache(hs.NewHandle(class_linker->FindDexCache(dex_file)));
Brian Carlstrom7940e442013-07-12 13:46:57 -07001910 std::string error_msg;
Ian Rogers7b078e82014-09-10 14:44:24 -07001911 if (verifier::MethodVerifier::VerifyClass(soa.Self(), &dex_file, dex_cache, class_loader,
1912 &class_def, true, &error_msg) ==
Brian Carlstrom7940e442013-07-12 13:46:57 -07001913 verifier::MethodVerifier::kHardFailure) {
Jeff Hao0e49b422013-11-08 12:16:56 -08001914 LOG(ERROR) << "Verification failed on class " << PrettyDescriptor(descriptor)
Brian Carlstrom7940e442013-07-12 13:46:57 -07001915 << " because: " << error_msg;
Andreas Gampe6cf49e52015-03-05 13:08:45 -08001916 manager->GetCompiler()->SetHadHardVerifierFailure();
Brian Carlstrom7940e442013-07-12 13:46:57 -07001917 }
Mathieu Chartiereb8167a2014-05-07 15:43:14 -07001918 } else if (!SkipClass(jclass_loader, dex_file, klass.Get())) {
1919 CHECK(klass->IsResolved()) << PrettyClass(klass.Get());
Ian Rogers7b078e82014-09-10 14:44:24 -07001920 class_linker->VerifyClass(soa.Self(), klass);
Ian Rogerse6bb3b22013-08-19 21:51:45 -07001921
1922 if (klass->IsErroneous()) {
1923 // ClassLinker::VerifyClass throws, which isn't useful in the compiler.
1924 CHECK(soa.Self()->IsExceptionPending());
1925 soa.Self()->ClearException();
Andreas Gampe6cf49e52015-03-05 13:08:45 -08001926 manager->GetCompiler()->SetHadHardVerifierFailure();
Ian Rogerse6bb3b22013-08-19 21:51:45 -07001927 }
1928
1929 CHECK(klass->IsCompileTimeVerified() || klass->IsErroneous())
Mathieu Chartiereb8167a2014-05-07 15:43:14 -07001930 << PrettyDescriptor(klass.Get()) << ": state=" << klass->GetStatus();
Andreas Gampe7ae063b2014-11-24 23:50:13 -08001931
1932 // It is *very* problematic if there are verification errors in the boot classpath. For example,
1933 // we rely on things working OK without verification when the decryption dialog is brought up.
1934 // So abort in a debug build if we find this violated.
1935 DCHECK(!manager->GetCompiler()->IsImage() || klass->IsVerified()) << "Boot classpath class " <<
1936 PrettyClass(klass.Get()) << " failed to fully verify.";
Brian Carlstrom7940e442013-07-12 13:46:57 -07001937 }
Brian Carlstrom7940e442013-07-12 13:46:57 -07001938 soa.Self()->AssertNoPendingException();
1939}
1940
1941void CompilerDriver::VerifyDexFile(jobject class_loader, const DexFile& dex_file,
Andreas Gampede7b4362014-07-28 18:38:57 -07001942 const std::vector<const DexFile*>& dex_files,
Ian Rogers3d504072014-03-01 09:16:49 -08001943 ThreadPool* thread_pool, TimingLogger* timings) {
Mathieu Chartierf5997b42014-06-20 10:37:54 -07001944 TimingLogger::ScopedTiming t("Verify Dex File", timings);
Brian Carlstrom7940e442013-07-12 13:46:57 -07001945 ClassLinker* class_linker = Runtime::Current()->GetClassLinker();
Andreas Gampede7b4362014-07-28 18:38:57 -07001946 ParallelCompilationManager context(class_linker, class_loader, this, &dex_file, dex_files,
1947 thread_pool);
Brian Carlstrom7940e442013-07-12 13:46:57 -07001948 context.ForAll(0, dex_file.NumClassDefs(), VerifyClass, thread_count_);
Brian Carlstrom7940e442013-07-12 13:46:57 -07001949}
1950
Andreas Gampe2ed8def2014-08-28 14:41:02 -07001951static void SetVerifiedClass(const ParallelCompilationManager* manager, size_t class_def_index)
1952 LOCKS_EXCLUDED(Locks::mutator_lock_) {
1953 ATRACE_CALL();
1954 ScopedObjectAccess soa(Thread::Current());
1955 const DexFile& dex_file = *manager->GetDexFile();
1956 const DexFile::ClassDef& class_def = dex_file.GetClassDef(class_def_index);
1957 const char* descriptor = dex_file.GetClassDescriptor(class_def);
1958 ClassLinker* class_linker = manager->GetClassLinker();
1959 jobject jclass_loader = manager->GetClassLoader();
1960 StackHandleScope<3> hs(soa.Self());
1961 Handle<mirror::ClassLoader> class_loader(
1962 hs.NewHandle(soa.Decode<mirror::ClassLoader*>(jclass_loader)));
1963 Handle<mirror::Class> klass(
1964 hs.NewHandle(class_linker->FindClass(soa.Self(), descriptor, class_loader)));
1965 // Class might have failed resolution. Then don't set it to verified.
1966 if (klass.Get() != nullptr) {
1967 // Only do this if the class is resolved. If even resolution fails, quickening will go very,
1968 // very wrong.
1969 if (klass->IsResolved()) {
1970 if (klass->GetStatus() < mirror::Class::kStatusVerified) {
1971 ObjectLock<mirror::Class> lock(soa.Self(), klass);
Hiroshi Yamauchi5b783e62015-03-18 17:20:11 -07001972 mirror::Class::SetStatus(klass, mirror::Class::kStatusVerified, soa.Self());
Andreas Gampe2ed8def2014-08-28 14:41:02 -07001973 }
1974 // Record the final class status if necessary.
1975 ClassReference ref(manager->GetDexFile(), class_def_index);
1976 manager->GetCompiler()->RecordClassStatus(ref, klass->GetStatus());
1977 }
Andreas Gampe61ff0092014-09-16 11:23:23 -07001978 } else {
1979 Thread* self = soa.Self();
1980 DCHECK(self->IsExceptionPending());
1981 self->ClearException();
Andreas Gampe2ed8def2014-08-28 14:41:02 -07001982 }
Andreas Gampe2ed8def2014-08-28 14:41:02 -07001983}
1984
1985void CompilerDriver::SetVerifiedDexFile(jobject class_loader, const DexFile& dex_file,
1986 const std::vector<const DexFile*>& dex_files,
1987 ThreadPool* thread_pool, TimingLogger* timings) {
1988 TimingLogger::ScopedTiming t("Verify Dex File", timings);
1989 ClassLinker* class_linker = Runtime::Current()->GetClassLinker();
1990 ParallelCompilationManager context(class_linker, class_loader, this, &dex_file, dex_files,
1991 thread_pool);
1992 context.ForAll(0, dex_file.NumClassDefs(), SetVerifiedClass, thread_count_);
1993}
1994
Brian Carlstrom7940e442013-07-12 13:46:57 -07001995static void InitializeClass(const ParallelCompilationManager* manager, size_t class_def_index)
1996 LOCKS_EXCLUDED(Locks::mutator_lock_) {
Ian Rogers8f3c9ae2013-08-20 17:26:41 -07001997 ATRACE_CALL();
Jeff Hao0e49b422013-11-08 12:16:56 -08001998 jobject jclass_loader = manager->GetClassLoader();
1999 const DexFile& dex_file = *manager->GetDexFile();
2000 const DexFile::ClassDef& class_def = dex_file.GetClassDef(class_def_index);
Jeff Haobcdbbfe2013-11-08 18:03:22 -08002001 const DexFile::TypeId& class_type_id = dex_file.GetTypeId(class_def.class_idx_);
2002 const char* descriptor = dex_file.StringDataByIdx(class_type_id.descriptor_idx_);
Ian Rogersfc0e94b2013-09-23 23:51:32 -07002003
Brian Carlstrom7940e442013-07-12 13:46:57 -07002004 ScopedObjectAccess soa(Thread::Current());
Mathieu Chartiereb8167a2014-05-07 15:43:14 -07002005 StackHandleScope<3> hs(soa.Self());
2006 Handle<mirror::ClassLoader> class_loader(
2007 hs.NewHandle(soa.Decode<mirror::ClassLoader*>(jclass_loader)));
2008 Handle<mirror::Class> klass(
2009 hs.NewHandle(manager->GetClassLinker()->FindClass(soa.Self(), descriptor, class_loader)));
Jeff Hao0e49b422013-11-08 12:16:56 -08002010
Mathieu Chartiereb8167a2014-05-07 15:43:14 -07002011 if (klass.Get() != nullptr && !SkipClass(jclass_loader, dex_file, klass.Get())) {
Brian Carlstrom7940e442013-07-12 13:46:57 -07002012 // Only try to initialize classes that were successfully verified.
2013 if (klass->IsVerified()) {
Ian Rogers8f3c9ae2013-08-20 17:26:41 -07002014 // Attempt to initialize the class but bail if we either need to initialize the super-class
2015 // or static fields.
Ian Rogers7b078e82014-09-10 14:44:24 -07002016 manager->GetClassLinker()->EnsureInitialized(soa.Self(), klass, false, false);
Brian Carlstrom7940e442013-07-12 13:46:57 -07002017 if (!klass->IsInitialized()) {
Ian Rogers8f3c9ae2013-08-20 17:26:41 -07002018 // We don't want non-trivial class initialization occurring on multiple threads due to
2019 // deadlock problems. For example, a parent class is initialized (holding its lock) that
2020 // refers to a sub-class in its static/class initializer causing it to try to acquire the
2021 // sub-class' lock. While on a second thread the sub-class is initialized (holding its lock)
2022 // after first initializing its parents, whose locks are acquired. This leads to a
2023 // parent-to-child and a child-to-parent lock ordering and consequent potential deadlock.
2024 // We need to use an ObjectLock due to potential suspension in the interpreting code. Rather
2025 // than use a special Object for the purpose we use the Class of java.lang.Class.
Mathieu Chartiereb8167a2014-05-07 15:43:14 -07002026 Handle<mirror::Class> h_klass(hs.NewHandle(klass->GetClass()));
Mathieu Chartierdb2633c2014-05-16 09:59:29 -07002027 ObjectLock<mirror::Class> lock(soa.Self(), h_klass);
Ian Rogers8f3c9ae2013-08-20 17:26:41 -07002028 // Attempt to initialize allowing initialization of parent classes but still not static
2029 // fields.
Ian Rogers7b078e82014-09-10 14:44:24 -07002030 manager->GetClassLinker()->EnsureInitialized(soa.Self(), klass, false, true);
Ian Rogers8f3c9ae2013-08-20 17:26:41 -07002031 if (!klass->IsInitialized()) {
2032 // We need to initialize static fields, we only do this for image classes that aren't
Sebastien Hertzd2fe10a2014-01-15 10:20:56 +01002033 // marked with the $NoPreloadHolder (which implies this should not be initialized early).
Ian Rogers8f3c9ae2013-08-20 17:26:41 -07002034 bool can_init_static_fields = manager->GetCompiler()->IsImage() &&
Sebastien Hertzd2fe10a2014-01-15 10:20:56 +01002035 manager->GetCompiler()->IsImageClass(descriptor) &&
2036 !StringPiece(descriptor).ends_with("$NoPreloadHolder;");
Ian Rogers8f3c9ae2013-08-20 17:26:41 -07002037 if (can_init_static_fields) {
Sebastien Hertzd2fe10a2014-01-15 10:20:56 +01002038 VLOG(compiler) << "Initializing: " << descriptor;
Ian Rogersc45b8b52014-05-03 01:39:59 -07002039 // TODO multithreading support. We should ensure the current compilation thread has
2040 // exclusive access to the runtime and the transaction. To achieve this, we could use
2041 // a ReaderWriterMutex but we're holding the mutator lock so we fail mutex sanity
2042 // checks in Thread::AssertThreadSuspensionIsAllowable.
2043 Runtime* const runtime = Runtime::Current();
2044 Transaction transaction;
Sebastien Hertzd2fe10a2014-01-15 10:20:56 +01002045
Ian Rogersc45b8b52014-05-03 01:39:59 -07002046 // Run the class initializer in transaction mode.
2047 runtime->EnterTransactionMode(&transaction);
2048 const mirror::Class::Status old_status = klass->GetStatus();
Ian Rogers7b078e82014-09-10 14:44:24 -07002049 bool success = manager->GetClassLinker()->EnsureInitialized(soa.Self(), klass, true,
2050 true);
Ian Rogersc45b8b52014-05-03 01:39:59 -07002051 // TODO we detach transaction from runtime to indicate we quit the transactional
2052 // mode which prevents the GC from visiting objects modified during the transaction.
2053 // Ensure GC is not run so don't access freed objects when aborting transaction.
Mathieu Chartier2d5f39e2014-09-19 17:52:37 -07002054
2055 ScopedAssertNoThreadSuspension ants(soa.Self(), "Transaction end");
Ian Rogersc45b8b52014-05-03 01:39:59 -07002056 runtime->ExitTransactionMode();
Sebastien Hertzd2fe10a2014-01-15 10:20:56 +01002057
Ian Rogersc45b8b52014-05-03 01:39:59 -07002058 if (!success) {
2059 CHECK(soa.Self()->IsExceptionPending());
Nicolas Geoffray14691c52015-03-05 10:40:17 +00002060 mirror::Throwable* exception = soa.Self()->GetException();
Ian Rogersc45b8b52014-05-03 01:39:59 -07002061 VLOG(compiler) << "Initialization of " << descriptor << " aborted because of "
2062 << exception->Dump();
Andreas Gampedbfe2542014-11-25 22:21:42 -08002063 std::ostream* file_log = manager->GetCompiler()->
2064 GetCompilerOptions().GetInitFailureOutput();
2065 if (file_log != nullptr) {
2066 *file_log << descriptor << "\n";
2067 *file_log << exception->Dump() << "\n";
2068 }
Ian Rogersc45b8b52014-05-03 01:39:59 -07002069 soa.Self()->ClearException();
Sebastien Hertz1c80bec2015-02-03 11:58:06 +01002070 transaction.Rollback();
Ian Rogersc45b8b52014-05-03 01:39:59 -07002071 CHECK_EQ(old_status, klass->GetStatus()) << "Previous class status not restored";
Brian Carlstrom7940e442013-07-12 13:46:57 -07002072 }
2073 }
Brian Carlstrom7940e442013-07-12 13:46:57 -07002074 }
Ian Rogers8f3c9ae2013-08-20 17:26:41 -07002075 soa.Self()->AssertNoPendingException();
Brian Carlstrom7940e442013-07-12 13:46:57 -07002076 }
Brian Carlstrom7940e442013-07-12 13:46:57 -07002077 }
2078 // Record the final class status if necessary.
Brian Carlstrom7940e442013-07-12 13:46:57 -07002079 ClassReference ref(manager->GetDexFile(), class_def_index);
Ian Rogers8f3c9ae2013-08-20 17:26:41 -07002080 manager->GetCompiler()->RecordClassStatus(ref, klass->GetStatus());
Brian Carlstrom7940e442013-07-12 13:46:57 -07002081 }
2082 // Clear any class not found or verification exceptions.
2083 soa.Self()->ClearException();
2084}
2085
2086void CompilerDriver::InitializeClasses(jobject jni_class_loader, const DexFile& dex_file,
Andreas Gampede7b4362014-07-28 18:38:57 -07002087 const std::vector<const DexFile*>& dex_files,
Ian Rogers3d504072014-03-01 09:16:49 -08002088 ThreadPool* thread_pool, TimingLogger* timings) {
Mathieu Chartierf5997b42014-06-20 10:37:54 -07002089 TimingLogger::ScopedTiming t("InitializeNoClinit", timings);
Brian Carlstrom7940e442013-07-12 13:46:57 -07002090 ClassLinker* class_linker = Runtime::Current()->GetClassLinker();
Andreas Gampede7b4362014-07-28 18:38:57 -07002091 ParallelCompilationManager context(class_linker, jni_class_loader, this, &dex_file, dex_files,
2092 thread_pool);
Sebastien Hertzd2fe10a2014-01-15 10:20:56 +01002093 size_t thread_count;
2094 if (IsImage()) {
2095 // TODO: remove this when transactional mode supports multithreading.
2096 thread_count = 1U;
2097 } else {
2098 thread_count = thread_count_;
2099 }
2100 context.ForAll(0, dex_file.NumClassDefs(), InitializeClass, thread_count);
Brian Carlstrom7940e442013-07-12 13:46:57 -07002101}
2102
2103void CompilerDriver::InitializeClasses(jobject class_loader,
2104 const std::vector<const DexFile*>& dex_files,
Ian Rogers3d504072014-03-01 09:16:49 -08002105 ThreadPool* thread_pool, TimingLogger* timings) {
Brian Carlstrom7940e442013-07-12 13:46:57 -07002106 for (size_t i = 0; i != dex_files.size(); ++i) {
2107 const DexFile* dex_file = dex_files[i];
Andreas Gampe2ed8def2014-08-28 14:41:02 -07002108 CHECK(dex_file != nullptr);
Andreas Gampede7b4362014-07-28 18:38:57 -07002109 InitializeClasses(class_loader, *dex_file, dex_files, thread_pool, timings);
Brian Carlstrom7940e442013-07-12 13:46:57 -07002110 }
Mathieu Chartier093ef212014-08-11 13:52:12 -07002111 if (IsImage()) {
2112 // Prune garbage objects created during aborted transactions.
2113 Runtime::Current()->GetHeap()->CollectGarbage(true);
2114 }
Brian Carlstrom7940e442013-07-12 13:46:57 -07002115}
2116
2117void CompilerDriver::Compile(jobject class_loader, const std::vector<const DexFile*>& dex_files,
Ian Rogers3d504072014-03-01 09:16:49 -08002118 ThreadPool* thread_pool, TimingLogger* timings) {
Brian Carlstrom7940e442013-07-12 13:46:57 -07002119 for (size_t i = 0; i != dex_files.size(); ++i) {
2120 const DexFile* dex_file = dex_files[i];
Andreas Gampe2ed8def2014-08-28 14:41:02 -07002121 CHECK(dex_file != nullptr);
Andreas Gampede7b4362014-07-28 18:38:57 -07002122 CompileDexFile(class_loader, *dex_file, dex_files, thread_pool, timings);
Brian Carlstrom7940e442013-07-12 13:46:57 -07002123 }
Andreas Gampe8d295f82015-01-20 14:50:21 -08002124 VLOG(compiler) << "Compile: " << GetMemoryUsageString(false);
Brian Carlstrom7940e442013-07-12 13:46:57 -07002125}
2126
Mathieu Chartier2cebb242015-04-21 16:50:40 -07002127void CompilerDriver::CompileClass(const ParallelCompilationManager* manager,
2128 size_t class_def_index) {
Anwar Ghuloum67f99412013-08-12 14:19:48 -07002129 ATRACE_CALL();
Brian Carlstrom7940e442013-07-12 13:46:57 -07002130 const DexFile& dex_file = *manager->GetDexFile();
2131 const DexFile::ClassDef& class_def = dex_file.GetClassDef(class_def_index);
Ian Rogersbe7149f2013-08-20 09:29:39 -07002132 ClassLinker* class_linker = manager->GetClassLinker();
Ian Rogers1ff3c982014-08-12 02:30:58 -07002133 jobject jclass_loader = manager->GetClassLoader();
Mathieu Chartiere5f13e52015-02-24 09:37:21 -08002134 Thread* self = Thread::Current();
Ian Rogers1ff3c982014-08-12 02:30:58 -07002135 {
2136 // Use a scoped object access to perform to the quick SkipClass check.
2137 const char* descriptor = dex_file.GetClassDescriptor(class_def);
Mathieu Chartiere5f13e52015-02-24 09:37:21 -08002138 ScopedObjectAccess soa(self);
Ian Rogers1ff3c982014-08-12 02:30:58 -07002139 StackHandleScope<3> hs(soa.Self());
2140 Handle<mirror::ClassLoader> class_loader(
2141 hs.NewHandle(soa.Decode<mirror::ClassLoader*>(jclass_loader)));
2142 Handle<mirror::Class> klass(
2143 hs.NewHandle(class_linker->FindClass(soa.Self(), descriptor, class_loader)));
2144 if (klass.Get() == nullptr) {
2145 CHECK(soa.Self()->IsExceptionPending());
2146 soa.Self()->ClearException();
2147 } else if (SkipClass(jclass_loader, dex_file, klass.Get())) {
2148 return;
2149 }
Brian Carlstrom7940e442013-07-12 13:46:57 -07002150 }
2151 ClassReference ref(&dex_file, class_def_index);
2152 // Skip compiling classes with generic verifier failures since they will still fail at runtime
Vladimir Markoc7f83202014-01-24 17:55:18 +00002153 if (manager->GetCompiler()->verification_results_->IsClassRejected(ref)) {
Brian Carlstrom7940e442013-07-12 13:46:57 -07002154 return;
2155 }
Ian Rogers13735952014-10-08 12:43:28 -07002156 const uint8_t* class_data = dex_file.GetClassData(class_def);
Andreas Gampe2ed8def2014-08-28 14:41:02 -07002157 if (class_data == nullptr) {
Brian Carlstrom7940e442013-07-12 13:46:57 -07002158 // empty class, probably a marker interface
2159 return;
2160 }
Anwar Ghuloum67f99412013-08-12 14:19:48 -07002161
Mathieu Chartiere86deef2015-03-19 13:43:37 -07002162 CompilerDriver* const driver = manager->GetCompiler();
2163
Brian Carlstrom7940e442013-07-12 13:46:57 -07002164 // Can we run DEX-to-DEX compiler on this class ?
Sebastien Hertz75021222013-07-16 18:34:50 +02002165 DexToDexCompilationLevel dex_to_dex_compilation_level = kDontDexToDexCompile;
Brian Carlstrom7940e442013-07-12 13:46:57 -07002166 {
Mathieu Chartiere5f13e52015-02-24 09:37:21 -08002167 ScopedObjectAccess soa(self);
Mathieu Chartiereb8167a2014-05-07 15:43:14 -07002168 StackHandleScope<1> hs(soa.Self());
2169 Handle<mirror::ClassLoader> class_loader(
2170 hs.NewHandle(soa.Decode<mirror::ClassLoader*>(jclass_loader)));
Mathieu Chartiere86deef2015-03-19 13:43:37 -07002171 dex_to_dex_compilation_level = driver->GetDexToDexCompilationlevel(
2172 soa.Self(), class_loader, dex_file, class_def);
Brian Carlstrom7940e442013-07-12 13:46:57 -07002173 }
2174 ClassDataItemIterator it(dex_file, class_data);
2175 // Skip fields
2176 while (it.HasNextStaticField()) {
2177 it.Next();
2178 }
2179 while (it.HasNextInstanceField()) {
2180 it.Next();
2181 }
Andreas Gampe4bf3ae92014-11-11 13:28:29 -08002182
2183 bool compilation_enabled = driver->IsClassToCompile(
2184 dex_file.StringByTypeIdx(class_def.class_idx_));
2185
Brian Carlstrom7940e442013-07-12 13:46:57 -07002186 // Compile direct methods
2187 int64_t previous_direct_method_idx = -1;
2188 while (it.HasNextDirectMethod()) {
2189 uint32_t method_idx = it.GetMemberIndex();
2190 if (method_idx == previous_direct_method_idx) {
2191 // smali can create dex files with two encoded_methods sharing the same method_idx
2192 // http://code.google.com/p/smali/issues/detail?id=119
2193 it.Next();
2194 continue;
2195 }
2196 previous_direct_method_idx = method_idx;
Mathieu Chartiere5f13e52015-02-24 09:37:21 -08002197 driver->CompileMethod(self, it.GetMethodCodeItem(), it.GetMethodAccessFlags(),
Ian Rogersbe7149f2013-08-20 09:29:39 -07002198 it.GetMethodInvokeType(class_def), class_def_index,
Andreas Gampe4bf3ae92014-11-11 13:28:29 -08002199 method_idx, jclass_loader, dex_file, dex_to_dex_compilation_level,
2200 compilation_enabled);
Brian Carlstrom7940e442013-07-12 13:46:57 -07002201 it.Next();
2202 }
2203 // Compile virtual methods
2204 int64_t previous_virtual_method_idx = -1;
2205 while (it.HasNextVirtualMethod()) {
2206 uint32_t method_idx = it.GetMemberIndex();
2207 if (method_idx == previous_virtual_method_idx) {
2208 // smali can create dex files with two encoded_methods sharing the same method_idx
2209 // http://code.google.com/p/smali/issues/detail?id=119
2210 it.Next();
2211 continue;
2212 }
2213 previous_virtual_method_idx = method_idx;
Mathieu Chartiere5f13e52015-02-24 09:37:21 -08002214 driver->CompileMethod(self, it.GetMethodCodeItem(), it.GetMethodAccessFlags(),
Ian Rogersbe7149f2013-08-20 09:29:39 -07002215 it.GetMethodInvokeType(class_def), class_def_index,
Andreas Gampe4bf3ae92014-11-11 13:28:29 -08002216 method_idx, jclass_loader, dex_file, dex_to_dex_compilation_level,
2217 compilation_enabled);
Brian Carlstrom7940e442013-07-12 13:46:57 -07002218 it.Next();
2219 }
2220 DCHECK(!it.HasNext());
2221}
2222
2223void CompilerDriver::CompileDexFile(jobject class_loader, const DexFile& dex_file,
Andreas Gampede7b4362014-07-28 18:38:57 -07002224 const std::vector<const DexFile*>& dex_files,
Ian Rogers3d504072014-03-01 09:16:49 -08002225 ThreadPool* thread_pool, TimingLogger* timings) {
Mathieu Chartierf5997b42014-06-20 10:37:54 -07002226 TimingLogger::ScopedTiming t("Compile Dex File", timings);
Ian Rogersbe7149f2013-08-20 09:29:39 -07002227 ParallelCompilationManager context(Runtime::Current()->GetClassLinker(), class_loader, this,
Andreas Gampede7b4362014-07-28 18:38:57 -07002228 &dex_file, dex_files, thread_pool);
Brian Carlstrom7940e442013-07-12 13:46:57 -07002229 context.ForAll(0, dex_file.NumClassDefs(), CompilerDriver::CompileClass, thread_count_);
Brian Carlstrom7940e442013-07-12 13:46:57 -07002230}
2231
Ian Rogersa4a3f402014-10-20 18:10:34 -07002232// Does the runtime for the InstructionSet provide an implementation returned by
2233// GetQuickGenericJniStub allowing down calls that aren't compiled using a JNI compiler?
2234static bool InstructionSetHasGenericJniStub(InstructionSet isa) {
2235 switch (isa) {
2236 case kArm:
2237 case kArm64:
2238 case kThumb2:
Douglas Leung735b8552014-10-31 12:21:40 -07002239 case kMips:
Andreas Gampe57b34292015-01-14 15:45:59 -08002240 case kMips64:
Ian Rogersa4a3f402014-10-20 18:10:34 -07002241 case kX86:
2242 case kX86_64: return true;
2243 default: return false;
2244 }
2245}
2246
Mathieu Chartiere5f13e52015-02-24 09:37:21 -08002247void CompilerDriver::CompileMethod(Thread* self, const DexFile::CodeItem* code_item,
2248 uint32_t access_flags, InvokeType invoke_type,
2249 uint16_t class_def_idx, uint32_t method_idx,
2250 jobject class_loader, const DexFile& dex_file,
Andreas Gampe4bf3ae92014-11-11 13:28:29 -08002251 DexToDexCompilationLevel dex_to_dex_compilation_level,
2252 bool compilation_enabled) {
Andreas Gampe2ed8def2014-08-28 14:41:02 -07002253 CompiledMethod* compiled_method = nullptr;
Mathieu Chartier8e219ae2014-08-19 14:29:46 -07002254 uint64_t start_ns = kTimeCompileMethod ? NanoTime() : 0;
Mathieu Chartierab972ef2014-12-03 17:38:22 -08002255 MethodReference method_ref(&dex_file, method_idx);
Brian Carlstrom7940e442013-07-12 13:46:57 -07002256
2257 if ((access_flags & kAccNative) != 0) {
Ian Rogers0188ab72014-03-17 16:51:53 -07002258 // Are we interpreting only and have support for generic JNI down calls?
Jeff Hao4a200f52014-04-01 14:58:49 -07002259 if (!compiler_options_->IsCompilationEnabled() &&
Ian Rogersa4a3f402014-10-20 18:10:34 -07002260 InstructionSetHasGenericJniStub(instruction_set_)) {
Ian Rogers5b271492014-03-14 13:20:26 -07002261 // Leaving this empty will trigger the generic JNI version
2262 } else {
Goran Jakovljevic75c40d42015-04-03 15:45:21 +02002263 compiled_method = compiler_->JniCompile(access_flags, method_idx, dex_file);
2264 CHECK(compiled_method != nullptr);
Ian Rogers5b271492014-03-14 13:20:26 -07002265 }
Brian Carlstrom7940e442013-07-12 13:46:57 -07002266 } else if ((access_flags & kAccAbstract) != 0) {
Ian Rogersa4a3f402014-10-20 18:10:34 -07002267 // Abstract methods don't have code.
Brian Carlstrom7940e442013-07-12 13:46:57 -07002268 } else {
Andreas Gampe6c170c92014-12-17 14:35:46 -08002269 bool has_verified_method = verification_results_->GetVerifiedMethod(method_ref) != nullptr;
Andreas Gampe4bf3ae92014-11-11 13:28:29 -08002270 bool compile = compilation_enabled &&
Andreas Gampe6c170c92014-12-17 14:35:46 -08002271 // Basic checks, e.g., not <clinit>.
2272 verification_results_->IsCandidateForCompilation(method_ref, access_flags) &&
2273 // Did not fail to create VerifiedMethod metadata.
Andreas Gampe70bef0d2015-04-15 02:37:28 -07002274 has_verified_method &&
2275 // Is eligable for compilation by methods-to-compile filter.
2276 IsMethodToCompile(method_ref);
Sebastien Hertz4d4adb12013-07-24 16:14:19 +02002277 if (compile) {
Mathieu Chartier2cebb242015-04-21 16:50:40 -07002278 // NOTE: if compiler declines to compile this method, it will return null.
Ian Rogers72d32622014-05-06 16:20:11 -07002279 compiled_method = compiler_->Compile(code_item, access_flags, invoke_type, class_def_idx,
2280 method_idx, class_loader, dex_file);
Sebastien Hertz17965ed2014-04-04 15:59:53 +02002281 }
2282 if (compiled_method == nullptr && dex_to_dex_compilation_level != kDontDexToDexCompile) {
2283 // TODO: add a command-line option to disable DEX-to-DEX compilation ?
Andreas Gampe6c170c92014-12-17 14:35:46 -08002284 // Do not optimize if a VerifiedMethod is missing. SafeCast elision, for example, relies on
2285 // it.
Sebastien Hertz75021222013-07-16 18:34:50 +02002286 (*dex_to_dex_compiler_)(*this, code_item, access_flags,
2287 invoke_type, class_def_idx,
2288 method_idx, class_loader, dex_file,
Andreas Gampe6c170c92014-12-17 14:35:46 -08002289 has_verified_method ? dex_to_dex_compilation_level : kRequired);
Brian Carlstrom7940e442013-07-12 13:46:57 -07002290 }
2291 }
Mathieu Chartier8e219ae2014-08-19 14:29:46 -07002292 if (kTimeCompileMethod) {
2293 uint64_t duration_ns = NanoTime() - start_ns;
2294 if (duration_ns > MsToNs(compiler_->GetMaximumCompilationTimeBeforeWarning())) {
2295 LOG(WARNING) << "Compilation of " << PrettyMethod(method_idx, dex_file)
2296 << " took " << PrettyDuration(duration_ns);
2297 }
Brian Carlstrom7940e442013-07-12 13:46:57 -07002298 }
2299
Andreas Gampe2ed8def2014-08-28 14:41:02 -07002300 if (compiled_method != nullptr) {
Vladimir Markof4da6752014-08-01 19:04:18 +01002301 // Count non-relative linker patches.
2302 size_t non_relative_linker_patch_count = 0u;
2303 for (const LinkerPatch& patch : compiled_method->GetPatches()) {
Vladimir Marko20f85592015-03-19 10:07:02 +00002304 if (!patch.IsPcRelative()) {
Vladimir Markof4da6752014-08-01 19:04:18 +01002305 ++non_relative_linker_patch_count;
2306 }
2307 }
Igor Murashkind6dee672014-10-16 18:36:16 -07002308 bool compile_pic = GetCompilerOptions().GetCompilePic(); // Off by default
2309 // When compiling with PIC, there should be zero non-relative linker patches
2310 CHECK(!compile_pic || non_relative_linker_patch_count == 0u);
2311
Mathieu Chartierab972ef2014-12-03 17:38:22 -08002312 DCHECK(GetCompiledMethod(method_ref) == nullptr) << PrettyMethod(method_idx, dex_file);
Brian Carlstrom7940e442013-07-12 13:46:57 -07002313 {
2314 MutexLock mu(self, compiled_methods_lock_);
Mathieu Chartierab972ef2014-12-03 17:38:22 -08002315 compiled_methods_.Put(method_ref, compiled_method);
Vladimir Markof4da6752014-08-01 19:04:18 +01002316 non_relative_linker_patch_count_ += non_relative_linker_patch_count;
Brian Carlstrom7940e442013-07-12 13:46:57 -07002317 }
Mathieu Chartierab972ef2014-12-03 17:38:22 -08002318 DCHECK(GetCompiledMethod(method_ref) != nullptr) << PrettyMethod(method_idx, dex_file);
Brian Carlstrom7940e442013-07-12 13:46:57 -07002319 }
2320
Jeff Hao48699fb2015-04-06 14:21:37 -07002321 // Done compiling, delete the verified method to reduce native memory usage. Do not delete in
2322 // optimizing compiler, which may need the verified method again for inlining.
2323 if (compiler_kind_ != Compiler::kOptimizing) {
2324 verification_results_->RemoveVerifiedMethod(method_ref);
2325 }
Mathieu Chartierab972ef2014-12-03 17:38:22 -08002326
Brian Carlstrom7940e442013-07-12 13:46:57 -07002327 if (self->IsExceptionPending()) {
2328 ScopedObjectAccess soa(self);
2329 LOG(FATAL) << "Unexpected exception compiling: " << PrettyMethod(method_idx, dex_file) << "\n"
Nicolas Geoffray14691c52015-03-05 10:40:17 +00002330 << self->GetException()->Dump();
Brian Carlstrom7940e442013-07-12 13:46:57 -07002331 }
2332}
2333
Mathieu Chartiere5f13e52015-02-24 09:37:21 -08002334void CompilerDriver::RemoveCompiledMethod(const MethodReference& method_ref) {
2335 CompiledMethod* compiled_method = nullptr;
2336 {
2337 MutexLock mu(Thread::Current(), compiled_methods_lock_);
2338 auto it = compiled_methods_.find(method_ref);
2339 if (it != compiled_methods_.end()) {
2340 compiled_method = it->second;
2341 compiled_methods_.erase(it);
2342 }
2343 }
2344 if (compiled_method != nullptr) {
2345 CompiledMethod::ReleaseSwapAllocatedCompiledMethod(this, compiled_method);
2346 }
2347}
2348
Brian Carlstrom7940e442013-07-12 13:46:57 -07002349CompiledClass* CompilerDriver::GetCompiledClass(ClassReference ref) const {
2350 MutexLock mu(Thread::Current(), compiled_classes_lock_);
2351 ClassTable::const_iterator it = compiled_classes_.find(ref);
2352 if (it == compiled_classes_.end()) {
Andreas Gampe2ed8def2014-08-28 14:41:02 -07002353 return nullptr;
Brian Carlstrom7940e442013-07-12 13:46:57 -07002354 }
Andreas Gampe2ed8def2014-08-28 14:41:02 -07002355 CHECK(it->second != nullptr);
Brian Carlstrom7940e442013-07-12 13:46:57 -07002356 return it->second;
2357}
2358
Ian Rogers8f3c9ae2013-08-20 17:26:41 -07002359void CompilerDriver::RecordClassStatus(ClassReference ref, mirror::Class::Status status) {
2360 MutexLock mu(Thread::Current(), compiled_classes_lock_);
2361 auto it = compiled_classes_.find(ref);
2362 if (it == compiled_classes_.end() || it->second->GetStatus() != status) {
2363 // An entry doesn't exist or the status is lower than the new status.
2364 if (it != compiled_classes_.end()) {
2365 CHECK_GT(status, it->second->GetStatus());
2366 delete it->second;
2367 }
2368 switch (status) {
2369 case mirror::Class::kStatusNotReady:
2370 case mirror::Class::kStatusError:
2371 case mirror::Class::kStatusRetryVerificationAtRuntime:
2372 case mirror::Class::kStatusVerified:
2373 case mirror::Class::kStatusInitialized:
2374 break; // Expected states.
2375 default:
2376 LOG(FATAL) << "Unexpected class status for class "
2377 << PrettyDescriptor(ref.first->GetClassDescriptor(ref.first->GetClassDef(ref.second)))
2378 << " of " << status;
2379 }
2380 CompiledClass* compiled_class = new CompiledClass(status);
2381 compiled_classes_.Overwrite(ref, compiled_class);
2382 }
2383}
2384
Brian Carlstrom7940e442013-07-12 13:46:57 -07002385CompiledMethod* CompilerDriver::GetCompiledMethod(MethodReference ref) const {
2386 MutexLock mu(Thread::Current(), compiled_methods_lock_);
2387 MethodTable::const_iterator it = compiled_methods_.find(ref);
2388 if (it == compiled_methods_.end()) {
Andreas Gampe2ed8def2014-08-28 14:41:02 -07002389 return nullptr;
Brian Carlstrom7940e442013-07-12 13:46:57 -07002390 }
Andreas Gampe2ed8def2014-08-28 14:41:02 -07002391 CHECK(it->second != nullptr);
Brian Carlstrom7940e442013-07-12 13:46:57 -07002392 return it->second;
2393}
2394
Calin Juravlef1c6d9e2015-04-13 18:42:21 +01002395bool CompilerDriver::IsMethodVerifiedWithoutFailures(uint32_t method_idx,
2396 uint16_t class_def_idx,
2397 const DexFile& dex_file) const {
2398 const VerifiedMethod* verified_method = GetVerifiedMethod(&dex_file, method_idx);
2399 if (verified_method != nullptr) {
2400 return !verified_method->HasVerificationFailures();
2401 }
2402
2403 // If we can't find verification metadata, check if this is a system class (we trust that system
2404 // classes have their methods verified). If it's not, be conservative and assume the method
2405 // has not been verified successfully.
2406
2407 // TODO: When compiling the boot image it should be safe to assume that everything is verified,
2408 // even if methods are not found in the verification cache.
2409 const char* descriptor = dex_file.GetClassDescriptor(dex_file.GetClassDef(class_def_idx));
2410 ClassLinker* class_linker = Runtime::Current()->GetClassLinker();
2411 Thread* self = Thread::Current();
2412 ScopedObjectAccess soa(self);
2413 bool is_system_class = class_linker->FindSystemClass(self, descriptor) != nullptr;
2414 if (!is_system_class) {
2415 self->ClearException();
2416 }
2417 return is_system_class;
2418}
2419
Vladimir Markof4da6752014-08-01 19:04:18 +01002420size_t CompilerDriver::GetNonRelativeLinkerPatchCount() const {
2421 MutexLock mu(Thread::Current(), compiled_methods_lock_);
2422 return non_relative_linker_patch_count_;
2423}
2424
Brian Carlstrom7940e442013-07-12 13:46:57 -07002425void CompilerDriver::AddRequiresConstructorBarrier(Thread* self, const DexFile* dex_file,
Ian Rogers8b2c0b92013-09-19 02:56:49 -07002426 uint16_t class_def_index) {
Ian Rogers8f3c9ae2013-08-20 17:26:41 -07002427 WriterMutexLock mu(self, freezing_constructor_lock_);
Brian Carlstrom7940e442013-07-12 13:46:57 -07002428 freezing_constructor_classes_.insert(ClassReference(dex_file, class_def_index));
2429}
2430
2431bool CompilerDriver::RequiresConstructorBarrier(Thread* self, const DexFile* dex_file,
Calin Juravle27df7582015-04-17 19:12:31 +01002432 uint16_t class_def_index) const {
Ian Rogers8f3c9ae2013-08-20 17:26:41 -07002433 ReaderMutexLock mu(self, freezing_constructor_lock_);
Brian Carlstrom7940e442013-07-12 13:46:57 -07002434 return freezing_constructor_classes_.count(ClassReference(dex_file, class_def_index)) != 0;
2435}
2436
2437bool CompilerDriver::WriteElf(const std::string& android_root,
2438 bool is_host,
2439 const std::vector<const art::DexFile*>& dex_files,
Ian Rogers3d504072014-03-01 09:16:49 -08002440 OatWriter* oat_writer,
Brian Carlstrom7940e442013-07-12 13:46:57 -07002441 art::File* file)
2442 SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
Andreas Gampe3773cd02015-04-10 09:28:22 -07002443 if (kProduce64BitELFFiles && Is64BitInstructionSet(GetInstructionSet())) {
2444 return art::ElfWriterQuick64::Create(file, oat_writer, dex_files, android_root, is_host, *this);
2445 } else {
2446 return art::ElfWriterQuick32::Create(file, oat_writer, dex_files, android_root, is_host, *this);
2447 }
Brian Carlstrom7940e442013-07-12 13:46:57 -07002448}
Dave Allison39c3bfb2014-01-28 18:33:52 -08002449
Dave Allison39c3bfb2014-01-28 18:33:52 -08002450bool CompilerDriver::SkipCompilation(const std::string& method_name) {
Calin Juravlec1b643c2014-05-30 23:44:11 +01002451 if (!profile_present_) {
Dave Allison644789f2014-04-10 13:06:10 -07002452 return false;
Dave Allison39c3bfb2014-01-28 18:33:52 -08002453 }
Calin Juravlebb0b53f2014-05-23 17:33:29 +01002454 // First find the method in the profile file.
2455 ProfileFile::ProfileData data;
2456 if (!profile_file_.GetProfileData(&data, method_name)) {
Dave Allison39c3bfb2014-01-28 18:33:52 -08002457 // Not in profile, no information can be determined.
Calin Juravle08f7a2d2014-06-23 15:22:29 +01002458 if (kIsDebugBuild) {
2459 VLOG(compiler) << "not compiling " << method_name << " because it's not in the profile";
2460 }
Dave Allison39c3bfb2014-01-28 18:33:52 -08002461 return true;
2462 }
Calin Juravlebb0b53f2014-05-23 17:33:29 +01002463
2464 // Methods that comprise top_k_threshold % of the total samples will be compiled.
Calin Juravlef6a4cee2014-04-02 17:03:08 +01002465 // Compare against the start of the topK percentage bucket just in case the threshold
Calin Juravle04ff2262014-04-02 19:08:47 +01002466 // falls inside a bucket.
Calin Juravlec1b643c2014-05-30 23:44:11 +01002467 bool compile = data.GetTopKUsedPercentage() - data.GetUsedPercent()
2468 <= compiler_options_->GetTopKProfileThreshold();
Calin Juravle08f7a2d2014-06-23 15:22:29 +01002469 if (kIsDebugBuild) {
2470 if (compile) {
2471 LOG(INFO) << "compiling method " << method_name << " because its usage is part of top "
2472 << data.GetTopKUsedPercentage() << "% with a percent of " << data.GetUsedPercent() << "%"
2473 << " (topKThreshold=" << compiler_options_->GetTopKProfileThreshold() << ")";
2474 } else {
2475 VLOG(compiler) << "not compiling method " << method_name
2476 << " because it's not part of leading " << compiler_options_->GetTopKProfileThreshold()
2477 << "% samples)";
2478 }
Dave Allison39c3bfb2014-01-28 18:33:52 -08002479 }
2480 return !compile;
2481}
Mathieu Chartierab972ef2014-12-03 17:38:22 -08002482
Andreas Gampe8d295f82015-01-20 14:50:21 -08002483std::string CompilerDriver::GetMemoryUsageString(bool extended) const {
Mathieu Chartierab972ef2014-12-03 17:38:22 -08002484 std::ostringstream oss;
Mathieu Chartier9b34b242015-03-09 11:30:17 -07002485 Runtime* const runtime = Runtime::Current();
2486 const ArenaPool* arena_pool = runtime->GetArenaPool();
2487 gc::Heap* const heap = runtime->GetHeap();
Mathieu Chartierab972ef2014-12-03 17:38:22 -08002488 oss << "arena alloc=" << PrettySize(arena_pool->GetBytesAllocated());
2489 oss << " java alloc=" << PrettySize(heap->GetBytesAllocated());
Elliott Hughes7bf5a262015-04-02 20:55:07 -07002490#if defined(__BIONIC__) || defined(__GLIBC__)
Mathieu Chartierab972ef2014-12-03 17:38:22 -08002491 struct mallinfo info = mallinfo();
2492 const size_t allocated_space = static_cast<size_t>(info.uordblks);
2493 const size_t free_space = static_cast<size_t>(info.fordblks);
2494 oss << " native alloc=" << PrettySize(allocated_space) << " free="
2495 << PrettySize(free_space);
2496#endif
Andreas Gampee21dc3d2014-12-08 16:59:43 -08002497 if (swap_space_.get() != nullptr) {
2498 oss << " swap=" << PrettySize(swap_space_->GetSize());
2499 }
Andreas Gampe8d295f82015-01-20 14:50:21 -08002500 if (extended) {
2501 oss << "\nCode dedupe: " << dedupe_code_.DumpStats();
2502 oss << "\nMapping table dedupe: " << dedupe_mapping_table_.DumpStats();
2503 oss << "\nVmap table dedupe: " << dedupe_vmap_table_.DumpStats();
2504 oss << "\nGC map dedupe: " << dedupe_gc_map_.DumpStats();
2505 oss << "\nCFI info dedupe: " << dedupe_cfi_info_.DumpStats();
2506 }
Mathieu Chartierab972ef2014-12-03 17:38:22 -08002507 return oss.str();
2508}
2509
Jeff Hao848f70a2014-01-15 13:49:50 -08002510bool CompilerDriver::IsStringTypeIndex(uint16_t type_index, const DexFile* dex_file) {
2511 const char* type = dex_file->GetTypeDescriptor(dex_file->GetTypeId(type_index));
2512 return strcmp(type, "Ljava/lang/String;") == 0;
2513}
2514
2515bool CompilerDriver::IsStringInit(uint32_t method_index, const DexFile* dex_file, int32_t* offset) {
2516 DexFileMethodInliner* inliner = GetMethodInlinerMap()->GetMethodInliner(dex_file);
2517 size_t pointer_size = InstructionSetPointerSize(GetInstructionSet());
2518 *offset = inliner->GetOffsetForStringInit(method_index, pointer_size);
2519 return inliner->IsStringInitMethodIndex(method_index);
2520}
2521
Brian Carlstrom7940e442013-07-12 13:46:57 -07002522} // namespace art