Home | History | Annotate | Download | only in ia32

Lines Matching refs:js_entry_sp

5002   // If this is the outermost JS call, set js_entry_sp value.
5003 ExternalReference js_entry_sp(Isolate::kJSEntrySPAddress,
5005 __ cmp(Operand::StaticVariable(js_entry_sp), Immediate(0));
5007 __ mov(Operand::StaticVariable(js_entry_sp), ebp);
5065 __ mov(Operand::StaticVariable(js_entry_sp), Immediate(0));