Lines Matching defs:name_idx
371 // Binary search MethodIds knowing that they are sorted by class_idx, name_idx then proto_idx
373 const uint32_t name_idx = GetIndexForStringId(name);
385 if (name_idx > field.name_idx_) {
387 } else if (name_idx < field.name_idx_) {
406 // Binary search MethodIds knowing that they are sorted by class_idx, name_idx then proto_idx
408 const uint32_t name_idx = GetIndexForStringId(name);
420 if (name_idx > method.name_idx_) {
422 } else if (name_idx < method.name_idx_) {
723 uint16_t name_idx;
748 name_idx = DecodeUnsignedLeb128P1(&stream);
758 local_in_reg[reg].name_ = StringDataByIdx(name_idx);