OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LengthPrefixedArrayAlloc
(Results
1 - 2
of
2
) sorted by null
/art/compiler/driver/
compiled_method_storage.cc
146
class CompiledMethodStorage::
LengthPrefixedArrayAlloc
{
148
explicit
LengthPrefixedArrayAlloc
(SwapSpace* swap_space)
167
dedupe_code_("dedupe code",
LengthPrefixedArrayAlloc
<uint8_t>(swap_space_.get())),
169
LengthPrefixedArrayAlloc
<uint8_t>(swap_space_.get())),
171
LengthPrefixedArrayAlloc
<uint8_t>(swap_space_.get())),
172
dedupe_cfi_info_("dedupe cfi info",
LengthPrefixedArrayAlloc
<uint8_t>(swap_space_.get())),
174
LengthPrefixedArrayAlloc
<linker::LinkerPatch>(swap_space_.get())) {
compiled_method_storage.h
83
class
LengthPrefixedArrayAlloc
;
88
LengthPrefixedArrayAlloc
<T>,
Completed in 127 milliseconds