OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CompiledMethodStorage
(Results
1 - 2
of
2
) sorted by null
/art/compiler/driver/
compiled_method_storage.h
35
class
CompiledMethodStorage
{
37
explicit
CompiledMethodStorage
(int swap_fd);
38
~
CompiledMethodStorage
();
105
DISALLOW_COPY_AND_ASSIGN(
CompiledMethodStorage
);
compiled_method_storage.cc
56
inline const LengthPrefixedArray<T>*
CompiledMethodStorage
::AllocateOrDeduplicateArray(
69
inline void
CompiledMethodStorage
::ReleaseArrayIfNotDeduplicated(
77
class
CompiledMethodStorage
::DedupeHashFunc {
146
class
CompiledMethodStorage
::LengthPrefixedArrayAlloc {
164
CompiledMethodStorage
::
CompiledMethodStorage
(int swap_fd)
177
CompiledMethodStorage
::~
CompiledMethodStorage
() {
181
void
CompiledMethodStorage
::DumpMemoryUsage(std::ostream& os, bool extended) const {
194
const LengthPrefixedArray<uint8_t>*
CompiledMethodStorage
::DeduplicateCode
[
all
...]
Completed in 87 milliseconds