Lines Matching refs:scratch1
49 Register scratch1, in GetSharedFunctionInfoBytecodeOrBaseline() argument
54 __ CompareObjectType(sfi_data, scratch1, scratch1, CODET_TYPE); in GetSharedFunctionInfoBytecodeOrBaseline()
58 AssertCodeIsBaseline(masm, sfi_data, scratch1); in GetSharedFunctionInfoBytecodeOrBaseline()
64 __ CmpS32(scratch1, Operand(INTERPRETER_DATA_TYPE), r0); in GetSharedFunctionInfoBytecodeOrBaseline()
624 Register scratch1) { in GetSharedFunctionInfoBytecode() argument
627 __ CompareObjectType(sfi_data, scratch1, scratch1, INTERPRETER_DATA_TYPE); in GetSharedFunctionInfoBytecode()
1079 Register scratch1, in ReplaceClosureCodeWithOptimizedCode() argument
1081 DCHECK(!AreAliased(optimized_code, closure, scratch1, slot_address)); in ReplaceClosureCodeWithOptimizedCode()
1088 Register value = scratch1; in ReplaceClosureCodeWithOptimizedCode()
1096 static void LeaveInterpreterFrame(MacroAssembler* masm, Register scratch1, in LeaveInterpreterFrame() argument
1098 Register params_size = scratch1; in LeaveInterpreterFrame()
1214 Register bytecode, Register scratch1, in AdvanceBytecodeOffsetOrReturn() argument
1216 Register bytecode_size_table = scratch1; in AdvanceBytecodeOffsetOrReturn()
2249 Register pointer_to_new_space_out, Register scratch1, Register scratch2) { in Generate_AllocateSpaceAndShiftExistingArguments() argument
2250 DCHECK(!AreAliased(count, argc_in_out, pointer_to_new_space_out, scratch1, in Generate_AllocateSpaceAndShiftExistingArguments()
2252 Register old_sp = scratch1; in Generate_AllocateSpaceAndShiftExistingArguments()