HomeSort by relevance Sort by last modified time
    Searched refs:kMaxInvokeType (Results 1 - 2 of 2) sorted by null

  /art/runtime/
invoke_type.h 30 kMaxInvokeType = kInterface
  /art/compiler/driver/
compiler_driver.cc 81 for (size_t i = 0; i <= kMaxInvokeType; i++) {
108 for (size_t i = 0; i <= kMaxInvokeType; i++) {
206 DCHECK_LE(type, kMaxInvokeType);
214 DCHECK_LE(type, kMaxInvokeType);
229 DCHECK_LE(type, kMaxInvokeType);
236 DCHECK_LE(type, kMaxInvokeType);
274 size_t resolved_methods_[kMaxInvokeType + 1];
275 size_t unresolved_methods_[kMaxInvokeType + 1];
276 size_t virtual_made_direct_[kMaxInvokeType + 1];
277 size_t direct_calls_to_boot_[kMaxInvokeType + 1]
    [all...]

Completed in 178 milliseconds