Home | History | Annotate | Download | only in arm64

Lines Matching full:x11

95     __ CompareObjectType(x10, x11, x12, MAP_TYPE);
123 __ CompareObjectType(x10, x11, x12, MAP_TYPE);
144 __ IncrementCounter(counters->string_ctor_calls(), 1, x10, x11);
170 x11, // Scratch.
173 __ IncrementCounter(counters->string_ctor_cached_number(), 1, x10, x11);
184 __ Allocate(JSValue::kSize, new_obj, x10, x11, &gc_required, TAG_OBJECT);
219 __ Ldrb(x11, FieldMemOperand(x10, Map::kInstanceTypeOffset));
220 __ Tbnz(x11, MaskToBit(kIsNotStringMask), &convert_argument);
222 __ IncrementCounter(counters->string_ctor_string_value(), 1, x10, x11);
228 __ IncrementCounter(counters->string_ctor_conversions(), 1, x10, x11);
248 __ IncrementCounter(counters->string_ctor_gc_required(), 1, x10, x11);
355 __ JumpIfNotObjectType(init_map, x10, x11, MAP_TYPE, &rt_call);
395 __ Allocate(x7, new_obj, x10, x11, &rt_call, SIZE_IN_WORDS);
397 __ Allocate(obj_size, new_obj, x10, x11, &rt_call, SIZE_IN_WORDS);
420 Register inobject_props = x11;
421 Register inst_sizes = x11;
506 __ Allocate(array_size, new_array, x11, x12, &undo_allocation,
602 __ Ldp(x10, x11, MemOperand(x3, -2 * kPointerSize, PreIndex));
603 __ Push(x11, x10);
730 __ Ldr(x11, MemOperand(argv, kPointerSize, PostIndex));
731 __ Ldr(x12, MemOperand(x11)); // Dereference the handle.
1043 Register scratch2 = x11;
1269 __ JumpIfNotObjectType(function, x10, x11, JS_FUNCTION_TYPE,
1294 __ JumpIfObjectType(receiver, x10, x11, FIRST_SPEC_OBJECT_TYPE,
1351 __ JumpIfNotObjectType(function, x10, x11, JS_FUNCTION_TYPE, &call_proxy);
1396 __ Mov(x11, Smi::FromInt(StackFrame::ARGUMENTS_ADAPTOR));
1398 __ Push(x11, x1, x10);
1448 Register copy_end = x11;
1488 Register copy_end = x11;