Lines Matching defs:Mov
129 __ Mov(Operand(jsFuncReg, JSFunctionBase::METHOD_OFFSET), method); // get method in OptimizedCallAndPushArgv() local
130 __ Mov(Operand(jsFuncReg, JSFunctionBase::CODE_ENTRY_OFFSET), codeAddrReg); in OptimizedCallAndPushArgv() local
133 __ Mov(Operand(method, Method::CALL_FIELD_OFFSET), methodCallField); // get call field in OptimizedCallAndPushArgv() local
456 __ Mov(Operand(jsFuncReg, JSFunctionBase::METHOD_OFFSET), method); // get method in GenJSCall() local
458 __ Mov(Operand(method, Method::CALL_FIELD_OFFSET), methodCallField); // get call field in GenJSCall() local
498 __ Mov(Operand(jsFuncReg, JSFunctionBase::METHOD_OFFSET), method); // get method in GenJSCall() local
499 …__ Mov(Operand(method, Method::NATIVE_POINTER_OR_BYTECODE_ARRAY_OFFSET), nativePointer); // nativ… in GenJSCall() local
500 __ Mov(Operand(method, Method::CALL_FIELD_OFFSET), methodCallField); // get call field in GenJSCall() local
521 …__ Mov(Operand(method, Method::EXTRA_LITERAL_INFO_OFFSET), methodExtraLiteralInfo); // get extra … in GenJSCall() local
621 __ Mov(Operand(jsFuncReg, JSProxy::METHOD_OFFSET), method); in GenJSCall() local
622 __ Mov(Operand(method, Method::CALL_FIELD_OFFSET), methodCallField); in GenJSCall() local
623 __ Mov(Operand(rsp, FRAME_SLOT_SIZE), argc); in GenJSCall() local
905 __ Mov(Operand(rdx, 0), rax); // get origin argc in JSBoundFunctionCallInternal() local
906 __ Mov(Operand(rdx, FRAME_SLOT_SIZE), r9); // get origin argv in JSBoundFunctionCallInternal() local
909 __ Mov(Operand(jsFuncReg, JSBoundFunction::BOUND_ARGUMENTS_OFFSET), rcx); in JSBoundFunctionCallInternal() local
911 __ Mov(Operand(rcx, TaggedArray::LENGTH_OFFSET), rcx); in JSBoundFunctionCallInternal() local
938 __ Mov(Operand(jsFuncReg, JSBoundFunction::BOUND_ARGUMENTS_OFFSET), rdx); in JSBoundFunctionCallInternal() local
940 __ Mov(Operand(rdx, TaggedArray::LENGTH_OFFSET), rax); in JSBoundFunctionCallInternal() local
954 __ Mov(Operand(jsFuncReg, JSBoundFunction::BOUND_THIS_OFFSET), r8); // thisObj in JSBoundFunctionCallInternal() local
957 __ Mov(Operand(jsFuncReg, JSBoundFunction::BOUND_TARGET_OFFSET), rax); // callTarget in JSBoundFunctionCallInternal() local
1155 __ Mov(tmp, expectedNumArgs); in PushArgsWithArgV() local
1308 __ Mov(actualNumArgs, rax); in GenJSCallWithArgV() local
1317 __ Mov(Operand(sp, 0), actualNumArgs); in GenJSCallWithArgV() local
1359 __ Mov(Operand(jsFuncReg, JSFunctionBase::METHOD_OFFSET), method); // get method in CallOptimized() local
1360 __ Mov(Operand(jsFuncReg, JSFunctionBase::CODE_ENTRY_OFFSET), codeAddrReg); in CallOptimized() local