Lines Matching refs:name_idx
485 // Binary search MethodIds knowing that they are sorted by class_idx, name_idx then proto_idx
487 const uint32_t name_idx = GetIndexForStringId(name);
499 if (name_idx > field.name_idx_) {
501 } else if (name_idx < field.name_idx_) {
520 // Binary search MethodIds knowing that they are sorted by class_idx, name_idx then proto_idx
522 const uint32_t name_idx = GetIndexForStringId(name);
534 if (name_idx > method.name_idx_) {
536 } else if (name_idx < method.name_idx_) {
819 uint32_t name_idx;
844 name_idx = DecodeUnsignedLeb128P1(&stream);
854 local_in_reg[reg].name_ = StringDataByIdx(name_idx);