Home
last modified time | relevance | path

Searched refs:kMaxInvokeType (Results 1 – 3 of 3) sorted by relevance

/art/libdexfile/dex/
Dinvoke_type.h32 kMaxInvokeType = kCustom enumerator
/art/dex2oat/driver/
Dcompiler_driver.cc144 for (size_t i = 0; i <= kMaxInvokeType; i++) { in Dump()
240 size_t resolved_methods_[kMaxInvokeType + 1] = {};
241 size_t unresolved_methods_[kMaxInvokeType + 1] = {};
242 size_t virtual_made_direct_[kMaxInvokeType + 1] = {};
243 size_t direct_calls_to_boot_[kMaxInvokeType + 1] = {};
244 size_t direct_methods_to_boot_[kMaxInvokeType + 1] = {};
/art/compiler/optimizing/
Dnodes.h4689 MinimumBitsToStore(static_cast<size_t>(kMaxInvokeType));