Home
last modified time | relevance | path

Searched refs:sig_idx (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Ddex_file_verifier.cc1009 uint32_t sig_idx = DecodeUnsignedLeb128(&ptr_); in CheckIntraDebugInfoItem() local
1010 if (sig_idx != 0) { in CheckIntraDebugInfoItem()
1011 sig_idx--; in CheckIntraDebugInfoItem()
1012 if (!CheckIndex(sig_idx, header_->string_ids_size_, "DBG_START_LOCAL_EXTENDED sig_idx")) { in CheckIntraDebugInfoItem()