Lines Matching defs:Ldr
81 __ Ldr(tmp, MemoryOperand(fp, GetStackArgOffSetToFp(0))); // 0: the first arg id in CallRuntime() local
84 __ Ldr(rtfunc, MemoryOperand(tmp, JSThread::GlueData::GetRTStubEntriesOffset(false))); in CallRuntime() local
85 __ Ldr(argC, MemoryOperand(fp, GetStackArgOffSetToFp(1))); // 1: the second arg id in CallRuntime() local
91 __ Ldr(tmp, MemoryOperand(sp, 0)); in CallRuntime() local
152 __ Ldr(Register(X2), MemoryOperand(tmpArgV, 0)); in JSFunctionEntry() local
153 __ Ldr(Register(X3), MemoryOperand(tmpArgV, FRAME_SLOT_SIZE)); in JSFunctionEntry() local
154 __ Ldr(Register(X4), MemoryOperand(tmpArgV, DOUBLE_SLOT_SIZE)); in JSFunctionEntry() local
210 __ Ldr(jsfunc, MemoryOperand(sp, FRAME_SLOT_SIZE)); in OptimizedCallAndPushUndefined() local
211 __ Ldr(method, MemoryOperand(jsfunc, JSFunction::METHOD_OFFSET)); in OptimizedCallAndPushUndefined() local
212 __ Ldr(codeAddr, MemoryOperand(method, Method::CODE_ENTRY_OFFSET)); in OptimizedCallAndPushUndefined() local
213 __ Ldr(expectedNumArgs, MemoryOperand(method, Method::CALL_FIELD_OFFSET)); in OptimizedCallAndPushUndefined() local
221 __ Ldr(actualNumArgs, MemoryOperand(sp, 0)); in OptimizedCallAndPushUndefined() local
262 __ Ldr(actualNumArgs, MemoryOperand(sp, 0)); in OptimizedCallAndPushUndefined() local
372 __ Ldr(jsfunc, MemoryOperand(sp, FRAME_SLOT_SIZE)); in GenJSCall() local
405 __ Ldr(Register(X5), MemoryOperand(jsfunc, 0)); in JSCallInternal() local
406 __ Ldr(Register(X5), MemoryOperand(Register(X5), JSHClass::BIT_FIELD_OFFSET)); in JSCallInternal() local
407 __ Ldr(method, MemoryOperand(jsfunc, JSFunction::METHOD_OFFSET)); in JSCallInternal() local
408 __ Ldr(actualArgC, MemoryOperand(sp, 0)); in JSCallInternal() local
409 __ Ldr(callField, MemoryOperand(method, Method::CALL_FIELD_OFFSET)); in JSCallInternal() local
436 … __ Ldr(nativeFuncAddr, MemoryOperand(method, Method::NATIVE_POINTER_OR_BYTECODE_ARRAY_OFFSET)); in JSCallInternal() local
444 …__ Ldr(Register(X5), MemoryOperand(method, Method::EXTRA_LITERAL_INFO_OFFSET)); // get extra lite… in JSCallInternal() local
451 …__ Ldr(builtinStub, MemoryOperand(builtinStub, JSThread::GlueData::GetBuiltinsStubEntriesOffset(fa… in JSCallInternal() local
453 … __ Ldr(Register(X1), MemoryOperand(method, Method::NATIVE_POINTER_OR_BYTECODE_ARRAY_OFFSET)); in JSCallInternal() local
454 __ Ldr(Register(X2), MemoryOperand(sp, FRAME_SLOT_SIZE)); // get jsfunc in JSCallInternal() local
455 __ Ldr(Register(X3), MemoryOperand(sp, DOUBLE_SLOT_SIZE)); // get newtarget in JSCallInternal() local
456 __ Ldr(Register(X4), MemoryOperand(sp, TRIPLE_SLOT_SIZE)); // get this in JSCallInternal() local
457 __ Ldr(Register(X5), MemoryOperand(sp, 0)); // get number args in JSCallInternal() local
470 __ Ldr(arg3, MemoryOperand(fp, DECUPLE_SLOT_SIZE)); // get arg2 in JSCallInternal() local
547 __ Ldr(jshclass, MemoryOperand(jsfunc, JSFunction::HCLASS_OFFSET)); in JSCallCheck() local
549 __ Ldr(bitfield, MemoryOperand(jshclass, JSHClass::BIT_FIELD_OFFSET)); in JSCallCheck() local
597 __ Ldr(actualArgC, MemoryOperand(argV, 0)); in JSBoundFunctionCallInternal() local
607 __ Ldr(boundLength, MemoryOperand(jsfunc, JSBoundFunction::BOUND_ARGUMENTS_OFFSET)); in JSBoundFunctionCallInternal() local
609 __ Ldr(boundLength, MemoryOperand(boundLength, TaggedArray::LENGTH_OFFSET)); in JSBoundFunctionCallInternal() local
626 __ Ldr(boundArgs, MemoryOperand(jsfunc, JSBoundFunction::BOUND_ARGUMENTS_OFFSET)); in JSBoundFunctionCallInternal() local
641 __ Ldr(thisObj, MemoryOperand(jsfunc, JSBoundFunction::BOUND_THIS_OFFSET)); in JSBoundFunctionCallInternal() local
645 __ Ldr(boundTarget, MemoryOperand(jsfunc, JSBoundFunction::BOUND_TARGET_OFFSET)); in JSBoundFunctionCallInternal() local
651 __ Ldr(hclass, MemoryOperand(boundTarget, 0)); in JSBoundFunctionCallInternal() local
652 __ Ldr(hclass, MemoryOperand(hclass, JSHClass::BIT_FIELD_OFFSET)); in JSBoundFunctionCallInternal() local
668 … __ Ldr(codeAddress, MemoryOperand(codeAddress, boundCallInternalId, UXTW, FRAME_SLOT_SIZE_LOG2)); in JSBoundFunctionCallInternal() local
689 __ Ldr(Register(X1), MemoryOperand(sp, 0)); in JSProxyCallInternal() local
698 … __ Ldr(codeAddress, MemoryOperand(codeAddress, proxyCallInternalId, UXTW, FRAME_SLOT_SIZE_LOG2)); in JSProxyCallInternal() local
764 __ Ldr(rtfunc, MemoryOperand(tmp, JSThread::GlueData::GetRTStubEntriesOffset(false))); in CallRuntimeWithArgv() local
992 __ Ldr(actualNumArgs, MemoryOperand(sp, 0)); in GenJSCallWithArgV() local
1027 __ Ldr(jsfunc, MemoryOperand(sp, FRAME_SLOT_SIZE)); in CallOptimized() local
1028 __ Ldr(method, MemoryOperand(jsfunc, JSFunction::METHOD_OFFSET)); in CallOptimized() local
1029 __ Ldr(codeAddr, MemoryOperand(method, Method::CODE_ENTRY_OFFSET)); in CallOptimized() local
1051 __ Ldr(depth, MemoryOperand(context, AsmStackContext::GetInlineDepthOffset(false))); in DeoptEnterAsmInterp() local
1057 __ Ldr(outputCount, MemoryOperand(context, 0)); in DeoptEnterAsmInterp() local
1083 …__ Ldr(callTargetRegister, MemoryOperand(frameStateBase, AsmInterpretedFrame::GetFunctionOffset(fa… in DeoptEnterAsmInterp() local
1084 … __ Ldr(Register(X20), MemoryOperand(frameStateBase, AsmInterpretedFrame::GetPcOffset(false))); in DeoptEnterAsmInterp() local
1085 … __ Ldr(Register(X23), MemoryOperand(frameStateBase, AsmInterpretedFrame::GetAccOffset(false))); in DeoptEnterAsmInterp() local
1086 __ Ldr(methodRegister, MemoryOperand(callTargetRegister, JSFunctionBase::METHOD_OFFSET)); in DeoptEnterAsmInterp() local
1130 __ Ldr(glueReg, MemoryOperand(sp, 0)); in DeoptHandlerAsm() local
1139 __ Ldr(fp, MemoryOperand(context, AsmStackContext::GetCallerFpOffset(false))); in DeoptHandlerAsm() local
1140 __ Ldr(temp, MemoryOperand(context, AsmStackContext::GetCallFrameTopOffset(false))); in DeoptHandlerAsm() local
1142 __ Ldr(Register(X30), MemoryOperand(context, AsmStackContext::GetReturnAddressOffset(false))); in DeoptHandlerAsm() local