Home | History | Annotate | Download | only in runtime

Lines Matching refs:code_off_

1449     return dex_file_.GetCodeItem(method_.code_off_);
1452 return method_.code_off_;
1506 uint32_t code_off_;
1507 ClassDataMethod() : method_idx_delta_(0), access_flags_(0), code_off_(0) {}