Searched refs:name_idx (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Ddex_file_verifier.cc741 if (!CheckIndex(idx, header_->string_ids_size_, "annotation_element name_idx")) {
746 ErrorStringPrintf("Out-of-order annotation_element name_idx: %x then %x",
1167 uint32_t name_idx = DecodeUnsignedLeb128(&ptr_); local
1168 if (name_idx != 0) {
1169 name_idx--;
1170 if (!CheckIndex(name_idx, header_->string_ids_size_, "DBG_START_LOCAL name_idx")) {
1198 uint32_t name_idx = DecodeUnsignedLeb128(&ptr_); local
1199 if (name_idx != 0) {
1200 name_idx
1222 uint32_t name_idx = DecodeUnsignedLeb128(&ptr_); local
[all...]
H A Ddex_file.cc553 // Binary search MethodIds knowing that they are sorted by class_idx, name_idx then proto_idx
555 const uint32_t name_idx = GetIndexForStringId(name); local
567 if (name_idx > field.name_idx_) {
569 } else if (name_idx < field.name_idx_) {
588 // Binary search MethodIds knowing that they are sorted by class_idx, name_idx then proto_idx
590 const uint32_t name_idx = GetIndexForStringId(name); local
602 if (name_idx > method.name_idx_) {
604 } else if (name_idx < method.name_idx_) {
882 uint32_t name_idx = DecodeUnsignedLeb128P1(&stream); local
884 local_in_reg[arg_reg].name_ = StringDataByIdx(name_idx);
934 uint32_t name_idx = DecodeUnsignedLeb128P1(&stream); local
1050 uint32_t name_idx = DecodeUnsignedLeb128P1(&stream); local
[all...]

Completed in 484 milliseconds