Lines Matching defs:name
20 StubCache::Table table, Register name, Register receiver,
29 // Multiply by 3 because there are 3 fields per entry (name, code, map).
36 // Check that the key in the entry matches the name.
37 __ cmp(name, Operand::StaticArray(offset, times_1, key_offset));
70 // Check that the key in the entry matches the name.
71 __ cmp(name, Operand::StaticArray(offset, times_1, key_offset));
118 Register name, Register scratch, Register extra,
126 // Assert the flags do not name a specific type.
131 DCHECK(!scratch.is(name));
133 DCHECK(!extra.is(name));
151 __ mov(offset, FieldOperand(name, Name::kHashFieldOffset));
162 ProbeTable(isolate(), masm, flags, leave_frame, kPrimary, name, receiver,
166 __ mov(offset, FieldOperand(name, Name::kHashFieldOffset));
170 __ sub(offset, name);
175 ProbeTable(isolate(), masm, flags, leave_frame, kSecondary, name, receiver,