Home
last modified time | relevance | path

Searched defs:version_ (Results 1 – 6 of 6) sorted by relevance

/art/runtime/oat/
Doat.h142 std::array<uint8_t, 4> version_; variable
Dimage.h456 uint8_t version_[4]; variable
/art/compiler/jit/
Djit_logger.cc113 uint32_t version_; // Header version member
/art/runtime/jit/
Ddebugger_interface.cc150 uint32_t version_ = 1; // NB: GDB supports only version 1. member
/art/libprofile/profile/
Dprofile_compilation_info.h1084 uint8_t version_[kProfileVersionSize]; variable
Dprofile_compilation_info.cc337 uint8_t version_[4] = {0, 0, 0, 0}; member in art::ProfileCompilationInfo::FileHeader