Home | History | Annotate | Download | only in x64

Lines Matching refs:js_entry_sp

4060   // If this is the outermost JS call, set js_entry_sp value.
4061 ExternalReference js_entry_sp(Isolate::kJSEntrySPAddress, isolate);
4062 __ Load(rax, js_entry_sp);
4067 __ Store(js_entry_sp, rax);
4123 __ movq(kScratchRegister, js_entry_sp);