Home | History | Annotate | Download | only in ia32

Lines Matching refs:scratch0

3245                                     Register scratch0, Register scratch1,
3255 __ mov(scratch0, FieldOperand(receiver, HeapObject::kMapOffset));
3260 __ GetMapConstructor(scratch0, scratch0, scratch1);
3266 __ mov(scratch0,
3267 FieldOperand(scratch0, JSFunction::kSharedFunctionInfoOffset));
3268 __ mov(scratch0,
3269 FieldOperand(scratch0, SharedFunctionInfo::kFunctionDataOffset));
3276 __ cmp(scratch0, FieldOperand(function_template_info,
3282 __ JumpIfSmi(scratch0, &next_prototype, Label::kNear);
3283 __ CmpObjectType(scratch0, FUNCTION_TEMPLATE_INFO_TYPE, scratch1);
3287 __ mov(scratch0,
3288 FieldOperand(scratch0, FunctionTemplateInfo::kParentTemplateOffset));
3299 __ mov(scratch0, FieldOperand(receiver, HeapObject::kMapOffset));