Home | History | Annotate | Download | only in ia32

Lines Matching refs:extra

50                        Register extra) {
60 if (extra.is_valid()) {
62 __ mov(extra, Operand::StaticArray(offset, times_1, value_offset));
74 __ mov(offset, FieldOperand(extra, Code::kFlagsOffset));
88 __ add(extra, Immediate(Code::kHeaderSize - kHeapObjectTag));
89 __ jmp(extra);
196 Register extra,
211 ASSERT(!extra.is(receiver));
212 ASSERT(!extra.is(name));
213 ASSERT(!extra.is(scratch));
215 // Assert scratch and extra registers are valid, and extra2/3 are unused.
241 ProbeTable(isolate(), masm, flags, kPrimary, name, receiver, offset, extra);
254 isolate(), masm, flags, kSecondary, name, receiver, offset, extra);
430 // Reserves space for the extra arguments to API function in the
451 // -- esp[4] : last fast api call extra argument.
453 // -- esp[kFastApiCallArguments * 4] : first fast api call extra argument.
470 // (last fast api call extra argument,
473 // (first fast api call extra argument)