Searched defs:magic_ (Results 1 – 9 of 9) sorted by relevance
/art/runtime/oat/ | ||
D | oat.h | 141 std::array<uint8_t, 4> magic_; variable |
D | image.h | 455 uint8_t magic_[4]; variable |
/art/runtime/ | ||
D | vdex_file.h | 128 uint8_t magic_[4]; member |
D | thread.h | 206 int magic_; member |
/art/compiler/jit/ | ||
D | jit_logger.cc | 112 uint32_t magic_; // Characters "JiTD" member |
/art/runtime/jit/ | ||
D | debugger_interface.cc | 156 uint8_t magic_[8] = {'A', 'n', 'd', 'r', 'o', 'i', 'd', '2'}; member |
/art/libdexfile/dex/ | ||
D | dex_file.h | 141 Magic magic_ = {}; member |
/art/libprofile/profile/ | ||
D | profile_compilation_info.cc | 336 uint8_t magic_[4] = {0, 0, 0, 0}; member in art::ProfileCompilationInfo::FileHeader |
/art/runtime/jni/ | ||
D | check_jni.cc | 1791 const uint32_t magic_; member in art::__anone3a16d5e0111::GuardedCopy |