Home | History | Annotate | Download | only in x64

Lines Matching refs:JavaScriptFrameConstants

92 // The function builds a JS frame.  Please see JavaScriptFrameConstants in
252 __ movp(rdi, Operand(rbp, JavaScriptFrameConstants::kFunctionOffset));
270 __ movp(rdi, Operand(rbp, JavaScriptFrameConstants::kFunctionOffset));
286 __ movp(rdi, Operand(rbp, JavaScriptFrameConstants::kFunctionOffset));
663 offset += JavaScriptFrameConstants::kLocal0Offset;
1312 __ Push(Operand(rbp, JavaScriptFrameConstants::kFunctionOffset));
1318 __ movp(rax, Operand(rbp, JavaScriptFrameConstants::kFunctionOffset));
1512 __ Push(Operand(rbp, JavaScriptFrameConstants::kFunctionOffset));
1518 __ movp(rax, Operand(rbp, JavaScriptFrameConstants::kFunctionOffset));
2297 __ Push(Operand(rbp, JavaScriptFrameConstants::kFunctionOffset));
3380 PushOperand(Operand(rbp, JavaScriptFrameConstants::kFunctionOffset));