Home
last modified time | relevance | path

Searched defs:code_offset_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Doat_file.h77 explicit OatMethodOffsets(uint32_t code_offset = 0) : code_offset_(code_offset) {} in code_offset_() function
84 uint32_t code_offset_; variable
240 uint32_t code_offset_; variable
/art/compiler/
Dcommon_compiler_test.cc122 uint32_t code_offset_; member in art::CommonCompilerTestImpl::CodeAndMetadata