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

/art/runtime/
H A Ddex_file_verifier.cc982 uint32_t sig_idx = DecodeUnsignedLeb128(&ptr_); local
983 if (sig_idx != 0) {
984 sig_idx--;
985 if (!CheckIndex(sig_idx, header_->string_ids_size_, "DBG_START_LOCAL_EXTENDED sig_idx")) {

Completed in 30 milliseconds