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 93 for (size_t i = 0; i <= kMaxInvokeType; i++) {
120 for (size_t i = 0; i <= kMaxInvokeType; i++) {
218 DCHECK_LE(type, kMaxInvokeType);
226 DCHECK_LE(type, kMaxInvokeType);
241 DCHECK_LE(type, kMaxInvokeType);
248 DCHECK_LE(type, kMaxInvokeType);
310 size_t resolved_methods_[kMaxInvokeType + 1];
311 size_t unresolved_methods_[kMaxInvokeType + 1];
312 size_t virtual_made_direct_[kMaxInvokeType + 1];
313 size_t direct_calls_to_boot_[kMaxInvokeType + 1]
    [all...]

Completed in 64 milliseconds