Home | History | Annotate | Download | only in runtime

Lines Matching refs:name_idx

664     if (!CheckIndex(idx, header_->string_ids_size_, "annotation_element name_idx")) {
669 ErrorStringPrintf("Out-of-order annotation_element name_idx: %x then %x",
937 uint32_t name_idx = DecodeUnsignedLeb128(&ptr_);
938 if (name_idx != 0) {
939 name_idx--;
940 if (!CheckIndex(name_idx, header_->string_ids_size_, "DBG_START_LOCAL name_idx")) {
968 uint32_t name_idx = DecodeUnsignedLeb128(&ptr_);
969 if (name_idx != 0) {
970 name_idx--;
971 if (!CheckIndex(name_idx, header_->string_ids_size_, "DBG_START_LOCAL_EXTENDED name_idx")) {
992 uint32_t name_idx = DecodeUnsignedLeb128(&ptr_);
993 if (name_idx != 0) {
994 name_idx--;
995 if (!CheckIndex(name_idx, header_->string_ids_size_, "DBG_SET_FILE name_idx")) {
1606 LOAD_STRING(descriptor, item->name_idx_, "inter_field_id_item name_idx")
1647 LOAD_STRING(descriptor, item->name_idx_, "inter_method_id_item name_idx")