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
249 __ Ldr(actualNumArgs, MemoryOperand(sp, FRAME_SLOT_SIZE)); in OptimizedCallOptimized() local
356 __ Ldr(jsfunc, MemoryOperand(sp, FRAME_SLOT_SIZE * 2)); // 2: skip env and argc in GenJSCall() local
390 __ Ldr(Register(X5), MemoryOperand(jsfunc, JSFunction::LEXICAL_ENV_OFFSET)); in JSCallInternal() local
392 __ Ldr(Register(X5), MemoryOperand(jsfunc, 0)); in JSCallInternal() local
393 __ Ldr(Register(X5), MemoryOperand(Register(X5), JSHClass::BIT_FIELD_OFFSET)); in JSCallInternal() local
394 __ Ldr(method, MemoryOperand(jsfunc, JSFunction::METHOD_OFFSET)); in JSCallInternal() local
395 __ Ldr(actualArgC, MemoryOperand(sp, FRAME_SLOT_SIZE)); in JSCallInternal() local
396 __ Ldr(callField, MemoryOperand(method, Method::CALL_FIELD_OFFSET)); in JSCallInternal() local
424 … __ Ldr(nativeFuncAddr, MemoryOperand(method, Method::NATIVE_POINTER_OR_BYTECODE_ARRAY_OFFSET)); in JSCallInternal() local
432 …__ Ldr(Register(X5), MemoryOperand(method, Method::EXTRA_LITERAL_INFO_OFFSET)); // get extra lite… in JSCallInternal() local
439 …__ Ldr(builtinStub, MemoryOperand(builtinStub, JSThread::GlueData::GetBuiltinsStubEntriesOffset(fa… in JSCallInternal() local
441 … __ Ldr(Register(X1), MemoryOperand(method, Method::NATIVE_POINTER_OR_BYTECODE_ARRAY_OFFSET)); in JSCallInternal() local
442 __ Ldr(Register(X2), MemoryOperand(sp, DOUBLE_SLOT_SIZE)); // get jsfunc in JSCallInternal() local
443 __ Ldr(Register(X3), MemoryOperand(sp, TRIPLE_SLOT_SIZE)); // get newtarget in JSCallInternal() local
444 __ Ldr(Register(X4), MemoryOperand(sp, QUADRUPLE_SLOT_SIZE)); // get this in JSCallInternal() local
445 __ Ldr(Register(X5), MemoryOperand(sp, FRAME_SLOT_SIZE)); // get number args in JSCallInternal() local
458 __ Ldr(arg3, MemoryOperand(fp, DECUPLE_SLOT_SIZE)); // get arg2 in JSCallInternal() local
532 __ Ldr(jsfunc, MemoryOperand(sp, FRAME_SLOT_SIZE * 2)); // 2: skip env and argc in ConstructorJSCall() local
550 __ Ldr(Register(X5), MemoryOperand(jsfunc, JSFunction::LEXICAL_ENV_OFFSET)); in ConstructorJSCallInternal() local
552 __ Ldr(Register(X5), MemoryOperand(jsfunc, JSFunction::HCLASS_OFFSET)); in ConstructorJSCallInternal() local
553 __ Ldr(Register(X5), MemoryOperand(Register(X5), JSHClass::BIT_FIELD_OFFSET)); in ConstructorJSCallInternal() local
554 __ Ldr(method, MemoryOperand(jsfunc, JSFunction::METHOD_OFFSET)); in ConstructorJSCallInternal() local
555 __ Ldr(actualArgC, MemoryOperand(sp, FRAME_SLOT_SIZE)); in ConstructorJSCallInternal() local
556 __ Ldr(callField, MemoryOperand(method, Method::CALL_FIELD_OFFSET)); in ConstructorJSCallInternal() local
571 … __ Ldr(nativeFuncAddr, MemoryOperand(method, Method::NATIVE_POINTER_OR_BYTECODE_ARRAY_OFFSET)); in ConstructorJSCallInternal() local
619 __ Ldr(jshclass, MemoryOperand(jsfunc, JSFunction::HCLASS_OFFSET)); in JSCallCheck() local
621 __ Ldr(bitfield, MemoryOperand(jshclass, JSHClass::BIT_FIELD_OFFSET)); in JSCallCheck() local
679 __ Ldr(method, MemoryOperand(Register(X5), JSFunctionBase::METHOD_OFFSET)); // get method in CallOptimziedMethodInternal() local
680 __ Ldr(codeAddress, MemoryOperand(method, Method::CODE_ENTRY_OFFSET)); // get codeAddress in CallOptimziedMethodInternal() local
681 __ Ldr(env, MemoryOperand(sp, 0)); in CallOptimziedMethodInternal() local
699 __ Ldr(actualArgC, MemoryOperand(argV, FRAME_SLOT_SIZE)); in JSBoundFunctionCallInternal() local
700 __ Ldr(env, MemoryOperand(argV, 0)); in JSBoundFunctionCallInternal() local
707 __ Ldr(boundLength, MemoryOperand(jsfunc, JSBoundFunction::BOUND_ARGUMENTS_OFFSET)); in JSBoundFunctionCallInternal() local
709 __ Ldr(boundLength, MemoryOperand(boundLength, TaggedArray::LENGTH_OFFSET)); in JSBoundFunctionCallInternal() local
726 __ Ldr(boundArgs, MemoryOperand(jsfunc, JSBoundFunction::BOUND_ARGUMENTS_OFFSET)); in JSBoundFunctionCallInternal() local
741 __ Ldr(thisObj, MemoryOperand(jsfunc, JSBoundFunction::BOUND_THIS_OFFSET)); in JSBoundFunctionCallInternal() local
745 __ Ldr(boundTarget, MemoryOperand(jsfunc, JSBoundFunction::BOUND_TARGET_OFFSET)); in JSBoundFunctionCallInternal() local
762 __ Ldr(Register(X1), MemoryOperand(sp, FRAME_SLOT_SIZE)); // 8: skip env in JSProxyCallInternal() local
771 … __ Ldr(codeAddress, MemoryOperand(codeAddress, proxyCallInternalId, UXTW, FRAME_SLOT_SIZE_LOG2)); in JSProxyCallInternal() local
841 __ Ldr(rtfunc, MemoryOperand(tmp, JSThread::GlueData::GetRTStubEntriesOffset(false))); in CallRuntimeWithArgv() local
1067 __ Ldr(env, MemoryOperand(jsfunc, JSFunction::LEXICAL_ENV_OFFSET)); in GenJSCallWithArgV() local
1076 __ Ldr(actualNumArgs, MemoryOperand(sp, FRAME_SLOT_SIZE)); in GenJSCallWithArgV() local
1126 __ Ldr(env, MemoryOperand(jsfunc, JSFunction::LEXICAL_ENV_OFFSET)); in ConstructorJSCallWithArgV() local
1131 __ Ldr(actualNumArgs, MemoryOperand(sp, FRAME_SLOT_SIZE)); in ConstructorJSCallWithArgV() local
1151 __ Ldr(outputCount, MemoryOperand(context, AsmStackContext::GetOutputCountOffset(false))); in DeoptEnterAsmInterp() local
1165 …__ Ldr(callTargetRegister, MemoryOperand(frameStateBase, AsmInterpretedFrame::GetFunctionOffset(fa… in DeoptEnterAsmInterp() local
1166 … __ Ldr(Register(X20), MemoryOperand(frameStateBase, AsmInterpretedFrame::GetPcOffset(false))); in DeoptEnterAsmInterp() local
1167 … __ Ldr(Register(X23), MemoryOperand(frameStateBase, AsmInterpretedFrame::GetAccOffset(false))); in DeoptEnterAsmInterp() local
1168 __ Ldr(methodRegister, MemoryOperand(callTargetRegister, JSFunctionBase::METHOD_OFFSET)); in DeoptEnterAsmInterp() local
1212 __ Ldr(glueReg, MemoryOperand(sp, 0)); in DeoptHandlerAsm() local
1221 __ Ldr(fp, MemoryOperand(context, AsmStackContext::GetCallerFpOffset(false))); in DeoptHandlerAsm() local
1222 __ Ldr(temp, MemoryOperand(context, AsmStackContext::GetCallFrameTopOffset(false))); in DeoptHandlerAsm() local
1224 __ Ldr(Register(X30), MemoryOperand(context, AsmStackContext::GetReturnAddressOffset(false))); in DeoptHandlerAsm() local