Searched defs:code_off_ (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Ddex_file.h1422 return dex_file_.GetCodeItem(method_.code_off_);
1425 return method_.code_off_;
1479 uint32_t code_off_; member in struct:art::DexFile::ClassDataItemIterator::ClassDataMethod
1480 ClassDataMethod() : method_idx_delta_(0), access_flags_(0), code_off_(0) {}

Completed in 62 milliseconds