OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:resolved_methods_
(Results
1 - 2
of
2
) sorted by null
/art/runtime/mirror/
dex_cache.h
73
return OFFSET_OF_OBJECT_MEMBER(DexCache,
resolved_methods_
);
155
HeapReference<PointerArray>
resolved_methods_
;
member in class:art::mirror::FINAL
/art/compiler/driver/
compiler_driver.cc
109
resolved_methods_
[i] = 0;
130
resolved_methods_
[kVirtual] + unresolved_methods_[kVirtual] +
131
resolved_methods_
[kInterface] + unresolved_methods_[kInterface] -
138
DumpStat(
resolved_methods_
[i], unresolved_methods_[i], oss.str().c_str());
143
resolved_methods_
[i] + unresolved_methods_[i] - virtual_made_direct_[i],
150
resolved_methods_
[i] + unresolved_methods_[i] - direct_calls_to_boot_[i],
157
resolved_methods_
[i] + unresolved_methods_[i] - direct_methods_to_boot_[i],
235
resolved_methods_
[type]++;
274
resolved_methods_
[type]++;
325
size_t
resolved_methods_
[kMaxInvokeType + 1]
member in class:art::CompilerDriver::AOTCompilationStats
[
all
...]
Completed in 6455 milliseconds