Lines Matching refs:Int32Constant
174 Branch(Word32Equal(depth, Int32Constant(0)), &context_found, &context_search); in GetContextAtDepth()
179 cur_depth.Bind(Int32Sub(cur_depth.value(), Int32Constant(1))); in GetContextAtDepth()
183 Branch(Word32Equal(cur_depth.value(), Int32Constant(0)), &context_found, in GetContextAtDepth()
217 cur_depth.Bind(Int32Sub(cur_depth.value(), Int32Constant(1))); in GotoIfHasContextExtensionUpToDepth()
221 GotoIf(Word32NotEqual(cur_depth.value(), Int32Constant(0)), in GotoIfHasContextExtensionUpToDepth()
292 Uint32GreaterThan(reg_list.reg_count(), Int32Constant(index))); in RegisterLocationInRegisterList()
423 Node* shift = Int32Constant(i * kBitsPerByte); in BytecodeOperandReadUnaligned()
844 Node* receiver_count = Int32Constant(1); in CallJSAndDispatch()
911 Node* receiver_count = Int32Constant(1); in CallJSWithSpreadAndDispatch()
1231 Int32Mul(function_id, Int32Constant(sizeof(Runtime::Function))); in CallRuntimeN()
1250 CSA_ASSERT(this, Int32GreaterThanOrEqual(weight, Int32Constant(0))); in UpdateInterruptBudget()
1258 Int32Sub(old_budget, Int32Constant(CurrentBytecodeSize())); in UpdateInterruptBudget()
1264 Int32GreaterThanOrEqual(new_budget.value(), Int32Constant(0)); in UpdateInterruptBudget()
1272 new_budget.Bind(Int32Constant(Interpreter::InterruptBudget())); in UpdateInterruptBudget()
1490 Int32Constant(kFirstBytecodeOffset)); in UpdateInterruptBudgetOnReturn()