Home
last modified time | relevance | path

Searched defs:storage_ (Results 1 – 9 of 9) sorted by relevance

/art/compiler/
Dcompiled_method.h98 CompiledMethodStorage* const storage_; variable
Dcompiler.h119 CompiledMethodStorage* const storage_; variable
/art/libartbase/base/
Dbit_struct_detail.h91 StorageWrapper storage_; member
Dbit_struct.h180 StorageType storage_; member
Dbit_string.h274 StorageType storage_; member
Dbit_vector.h300 uint32_t* storage_; // The storage for the bit vector. variable
/art/runtime/
Dhandle_scope.h210 StackReference<mirror::Object> storage_[kNumReferences]; variable
/art/dex2oat/linker/
Drelative_patcher_test.h384 CompiledMethodStorage storage_; variable
/art/libprofile/profile/
Dprofile_compilation_info.cc543 std::unique_ptr<uint8_t[]> storage_; member in art::ProfileCompilationInfo::SafeBuffer