Searched refs:x87_stack (Results 1 – 6 of 6) sorted by relevance
481 explicit LDeferredCode(LCodeGen* codegen, const LCodeGen::X87Stack& x87_stack) in LDeferredCode() argument485 x87_stack_(x87_stack) { in LDeferredCode()498 const LCodeGen::X87Stack& x87_stack() const { return x87_stack_; } in x87_stack() function
427 X87Stack copy(code->x87_stack()); in GenerateDeferredCode()2925 const X87Stack& x87_stack) in DoInstanceOfKnownGlobal() argument2926 : LDeferredCode(codegen, x87_stack), instr_(instr) { } in DoInstanceOfKnownGlobal()3870 const X87Stack& x87_stack) in DoMathAbs() argument3871 : LDeferredCode(codegen, x87_stack), instr_(instr) { } in DoMathAbs()4778 const X87Stack& x87_stack) in DoStringCharCodeAt() argument4779 : LDeferredCode(codegen, x87_stack), instr_(instr) { } in DoStringCharCodeAt()4837 const X87Stack& x87_stack) in DoStringCharFromCode() argument4838 : LDeferredCode(codegen, x87_stack), instr_(instr) { } in DoStringCharFromCode()4926 const X87Stack& x87_stack) in DoNumberTagI() argument[all …]
1515 p->x87_stack--; in note_x87_pop()1516 assert(p->x87_stack >= 0); in note_x87_pop()1521 p->x87_stack++; in note_x87_push()1522 assert(p->x87_stack <= 7); in note_x87_push()1527 assert (p->x87_stack == 0); in x87_assert_stack_empty()
58 int x87_stack:8; member