Searched defs:initialized_ (Results 1 – 5 of 5) sorted by relevance
/art/runtime/ | ||
D | fault_handler.h | 64 bool initialized_; variable |
/art/compiler/dex/quick/arm64/ | ||
D | codegen_arm64.h | 59 bool initialized_; variable |
/art/compiler/dex/quick/x86/ | ||
D | codegen_x86.h | 60 bool initialized_; variable |
/art/runtime/gc/allocator/ | ||
D | rosalloc.h | 283 static bool initialized_; variable |
D | rosalloc.cc | 45 bool RosAlloc::initialized_ = false; member in art::gc::allocator::RosAlloc |