Searched defs:token_offset (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/ia32/
H A Dmacro-assembler-ia32.cc966 int token_offset = Context::kHeaderSize + local
968 mov(scratch, FieldOperand(scratch, token_offset));
969 cmp(scratch, FieldOperand(holder_reg, token_offset));
/external/v8/src/mips/
H A Dmacro-assembler-mips.cc407 int token_offset = Context::kHeaderSize + local
410 lw(scratch, FieldMemOperand(scratch, token_offset));
411 lw(at, FieldMemOperand(at, token_offset));
/external/v8/src/x64/
H A Dmacro-assembler-x64.cc3423 int token_offset = local
3425 movq(scratch, FieldOperand(scratch, token_offset));
3426 cmpq(scratch, FieldOperand(kScratchRegister, token_offset));

Completed in 97 milliseconds