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
34
class
CompiledMethodStorage
{
36
explicit
CompiledMethodStorage
(int swap_fd);
37
~
CompiledMethodStorage
();
104
DISALLOW_COPY_AND_ASSIGN(
CompiledMethodStorage
);
compiled_method_storage.cc
54
inline const LengthPrefixedArray<T>*
CompiledMethodStorage
::AllocateOrDeduplicateArray(
67
inline void
CompiledMethodStorage
::ReleaseArrayIfNotDeduplicated(
75
class
CompiledMethodStorage
::DedupeHashFunc {
153
class
CompiledMethodStorage
::LengthPrefixedArrayAlloc {
171
CompiledMethodStorage
::
CompiledMethodStorage
(int swap_fd)
184
CompiledMethodStorage
::~
CompiledMethodStorage
() {
188
void
CompiledMethodStorage
::DumpMemoryUsage(std::ostream& os, bool extended) const {
201
const LengthPrefixedArray<uint8_t>*
CompiledMethodStorage
::DeduplicateCode
[
all
...]
Completed in 3131 milliseconds