Searched refs:code_off (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Ddex_file.h736 const CodeItem* GetCodeItem(const uint32_t code_off) const {
737 DCHECK_LT(code_off, size_) << "Code item offset larger then maximum allowed offset";
738 if (code_off == 0) {
741 const uint8_t* addr = begin_ + code_off;
H A Ddex_file_verifier.cc2151 uint32_t code_off = it.GetMethodCodeItemOffset(); local
2152 if (code_off != 0 && !CheckOffsetToTypeMap(code_off, DexFile::kDexTypeCodeItem)) {

Completed in 18 milliseconds