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

/art/runtime/
H A Ddex_file.h1200 return dex_file_.GetCodeItem(method_.code_off_);
1203 return method_.code_off_;
1254 uint32_t code_off_; member in struct:art::ClassDataItemIterator::ClassDataMethod
1255 ClassDataMethod() : method_idx_delta_(0), access_flags_(0), code_off_(0) {}

Completed in 5714 milliseconds