Searched defs:flags_ (Results 1 – 11 of 11) sorted by relevance
| /art/runtime/verifier/ | ||
| D | instruction_flags.h | 125   uint8_t flags_;  variable | 
| D | method_verifier.h | 338   } flags_;  variable | 
| /art/runtime/ | ||
| D | trace.h | 355   const int flags_;  variable | 
| D | stack_map.h | 555   uint32_t flags_ = 0;  variable | 
| /art/compiler/jit/ | ||
| D | jit_logger.cc | 119   uint64_t flags_;            // Currently the flags are only used for choosing clock for timestamp,  member | 
| /art/runtime/native/ | ||
| D | dalvik_system_VMDebug.cc | 189     const int flags_;  in VMDebug_printLoadedClasses()  member in art::VMDebug_printLoadedClasses::DumpClassVisitor | 
| /art/runtime/jit/ | ||
| D | debugger_interface.cc | 154     uint32_t flags_ = 0;  // Reserved for future use. Must be 0.  member | 
| /art/libprofile/profile/ | ||
| D | profile_compilation_info.h | 249     uint32_t flags_ = 0;  variable | 
| /art/dexlayout/ | ||
| D | dex_ir.h | 1323   std::unique_ptr<HiddenapiFlagsMap> flags_;  variable | 
| /art/compiler/optimizing/ | ||
| D | nodes.h | 2054   uint64_t flags_;  variable | 
| /art/runtime/jni/ | ||
| D | check_jni.cc | 1539   const uint16_t flags_;  member in art::__anon52b56ecf0111::ScopedCheck |