• Home
  • Raw
  • Download

Lines Matching +full:0 +full:x11

46 //         |       argv[0]            |
81 __ Ldr(tmp, MemoryOperand(fp, GetStackArgOffSetToFp(0))); // 0: the first arg id in CallRuntime()
90 // 0 : 0 restore size in CallRuntime()
91 __ Ldr(tmp, MemoryOperand(sp, 0)); in CallRuntime()
108 __ Tst(currentSp, LogicalImmediate::Create(0xf, RegXSize)); // 0xf: 0x1111 in IncreaseStackForArguments()
152 __ Ldr(Register(X2), MemoryOperand(tmpArgV, 0)); in JSFunctionEntry()
189 // | arg[0] |
243 __ Str(env, MemoryOperand(sp, 0)); // 0: means zero size in OptimizedCallOptimized()
286 // | argv[0]=call-target |
311 __ Str(glue, MemoryOperand(sp, 0)); // thread (instead of env) in CallBuiltinTrampoline()
312 __ Add(Register(X0), sp, Immediate(0)); in CallBuiltinTrampoline()
320 // JSTaggedType this, arg[0], arg[1], arg[2], ..., arg[N-1])
331 // | arg[0] |
391 __ Str(Register(X5), MemoryOperand(sp, 0)); in JSCallInternal()
392 __ Ldr(Register(X5), MemoryOperand(jsfunc, 0)); in JSCallInternal()
433 __ And(Register(X5).W(), Register(X5).W(), LogicalImmediate::Create(0xff, RegWSize)); in JSCallInternal()
485 __ And(jstype2, bitfield.W(), LogicalImmediate::Create(0xff, RegWSize)); in JSCallInternal()
515 __ Mov(argC, Immediate(0)); in JSCallInternal()
551 __ Str(Register(X5), MemoryOperand(sp, 0)); in ConstructorJSCallInternal()
585 __ And(jstype2, bitfield.W(), LogicalImmediate::Create(0xff, RegWSize)); in ConstructorJSCallInternal()
625 __ And(jstype, bitfield, LogicalImmediate::Create(0xFF, RegWSize)); in JSCallCheck()
681 __ Ldr(env, MemoryOperand(sp, 0)); in CallOptimziedMethodInternal()
698 __ Add(argV, basefp, Immediate(GetStackArgOffSetToFp(0))); // 0: first index id in JSBoundFunctionCallInternal()
700 __ Ldr(env, MemoryOperand(argV, 0)); in JSBoundFunctionCallInternal()
714 __ Cmp(actualArgC.W(), Immediate(0)); in JSBoundFunctionCallInternal()
728 __ Cmp(boundLength.W(), Immediate(0)); in JSBoundFunctionCallInternal()
781 // %x3 - argV[] = { calltarget, newtarget, thisObj, arg[0], arg[1], ..., arg[N-1])
789 __ Str(jsfunc, MemoryOperand(argv, 0)); in JSProxyCallInternalWithArgV()
876 __ Tst(fp, LogicalImmediate::Create(0xf, RegXSize)); // 0xf: 0x1111 in PopJSFunctionArgs()
1017 // | arg[0] |
1144 Register frameStateBase(X11); in DeoptEnterAsmInterp()
1212 __ Ldr(glueReg, MemoryOperand(sp, 0)); in DeoptHandlerAsm()