Lines Matching defs:Str
77 __ Str(fp, MemoryOperand(glue, JSThread::GlueData::GetLeaveFrameOffset(false))); in CallRuntime() local
242 __ Str(actualNumArgs, MemoryOperand(sp, FRAME_SLOT_SIZE)); in OptimizedCallOptimized() local
243 __ Str(env, MemoryOperand(sp, 0)); // 0: means zero size in OptimizedCallOptimized() local
311 __ Str(glue, MemoryOperand(sp, 0)); // thread (instead of env) in CallBuiltinTrampoline() local
391 __ Str(Register(X5), MemoryOperand(sp, 0)); in JSCallInternal() local
551 __ Str(Register(X5), MemoryOperand(sp, 0)); in ConstructorJSCallInternal() local
748 __ Str(env, MemoryOperand(fp, -FRAME_SLOT_SIZE, AddrMode::PREINDEX)); in JSBoundFunctionCallInternal() local
789 __ Str(jsfunc, MemoryOperand(argv, 0)); in JSProxyCallInternalWithArgV() local
826 __ Str(runtimeId, MemoryOperand(sp, -FRAME_SLOT_SIZE, AddrMode::PREINDEX)); in CallRuntimeWithArgv() local
829 __ Str(fp, MemoryOperand(glue, JSThread::GlueData::GetLeaveFrameOffset(false))); in CallRuntimeWithArgv() local
833 __ Str(frameType, MemoryOperand(sp, -FRAME_SLOT_SIZE, AddrMode::PREINDEX)); in CallRuntimeWithArgv() local
854 __ Str(thisObj, MemoryOperand(currentSp, -FRAME_SLOT_SIZE, AddrMode::PREINDEX)); in PushMandatoryJSArgs() local
855 __ Str(newTarget, MemoryOperand(currentSp, -FRAME_SLOT_SIZE, AddrMode::PREINDEX)); in PushMandatoryJSArgs() local
856 __ Str(jsfunc, MemoryOperand(currentSp, -FRAME_SLOT_SIZE, AddrMode::PREINDEX)); in PushMandatoryJSArgs() local
908 __ Str(prevFp, MemoryOperand(glue, JSThread::GlueData::GetLeaveFrameOffset(false))); in PopJSFunctionEntryFrame() local
1066 __ Str(actualNumArgs, MemoryOperand(currentSp, -FRAME_SLOT_SIZE, AddrMode::PREINDEX)); in GenJSCallWithArgV() local
1068 __ Str(env, MemoryOperand(currentSp, -FRAME_SLOT_SIZE, AddrMode::PREINDEX)); in GenJSCallWithArgV() local
1125 __ Str(actualNumArgs, MemoryOperand(currentSp, -FRAME_SLOT_SIZE, AddrMode::PREINDEX)); in ConstructorJSCallWithArgV() local
1127 __ Str(env, MemoryOperand(currentSp, -FRAME_SLOT_SIZE, AddrMode::PREINDEX)); in ConstructorJSCallWithArgV() local
1156 …__ Str(currentSlotRegister, MemoryOperand(frameStateBase, AsmInterpretedFrame::GetFpOffset(false))… in DeoptEnterAsmInterp() local