Home | History | Annotate | Download | only in s390

Lines Matching refs:JSFunction

35   __ LoadP(cp, FieldMemOperand(r3, JSFunction::kContextOffset));
77 __ LoadP(r4, FieldMemOperand(r3, JSFunction::kPrototypeOrInitialMapOffset));
104 __ LoadP(r4, FieldMemOperand(r3, JSFunction::kPrototypeOrInitialMapOffset));
286 __ LoadP(cp, FieldMemOperand(r3, JSFunction::kContextOffset));
435 __ LoadP(cp, FieldMemOperand(r3, JSFunction::kContextOffset));
506 __ LoadP(ip, FieldMemOperand(r3, JSFunction::kSharedFunctionInfoOffset));
786 __ LoadP(cp, FieldMemOperand(r6, JSFunction::kContextOffset));
826 __ LoadP(r5, FieldMemOperand(r6, JSFunction::kSharedFunctionInfoOffset));
861 __ LoadP(ip, FieldMemOperand(r3, JSFunction::kCodeEntryOffset));
1053 __ LoadP(r2, FieldMemOperand(r3, JSFunction::kSharedFunctionInfoOffset));
1075 __ LoadP(r6, FieldMemOperand(r3, JSFunction::kFeedbackVectorOffset));
1162 __ LoadP(r6, FieldMemOperand(r3, JSFunction::kSharedFunctionInfoOffset));
1165 __ StoreP(r6, FieldMemOperand(r3, JSFunction::kCodeEntryOffset), r0);
1274 __ LoadP(r6, FieldMemOperand(r3, JSFunction::kSharedFunctionInfoOffset));
1409 __ LoadP(index, FieldMemOperand(closure, JSFunction::kFeedbackVectorOffset));
1414 FieldMemOperand(closure, JSFunction::kSharedFunctionInfoOffset));
1454 __ StoreP(entry, FieldMemOperand(closure, JSFunction::kCodeEntryOffset), r0);
1463 __ StoreP(r7, FieldMemOperand(closure, JSFunction::kNextFunctionLinkOffset),
1465 __ RecordWriteField(closure, JSFunction::kNextFunctionLinkOffset, r7, temp,
1490 FieldMemOperand(closure, JSFunction::kSharedFunctionInfoOffset));
1505 __ StoreP(entry, FieldMemOperand(closure, JSFunction::kCodeEntryOffset), r0);
1774 FieldMemOperand(constructor, JSFunction::kSharedFunctionInfoOffset));
1823 __ LoadP(r5, FieldMemOperand(r3, JSFunction::kSharedFunctionInfoOffset));
2366 __ LoadP(r2, FieldMemOperand(r2, JSFunction::kSharedFunctionInfoOffset));
2496 FieldMemOperand(scratch1, JSFunction::kSharedFunctionInfoOffset));
2519 // -- r3 : the function to call (checked to be a JSFunction)
2526 __ LoadP(r4, FieldMemOperand(r3, JSFunction::kSharedFunctionInfoOffset));
2536 __ LoadP(cp, FieldMemOperand(r3, JSFunction::kContextOffset));
2545 // -- r3 : the function to call (checked to be a JSFunction)
2590 __ LoadP(r4, FieldMemOperand(r3, JSFunction::kSharedFunctionInfoOffset));
2600 // -- r3 : the function to call (checked to be a JSFunction)
2958 // -- r3 : the constructor to call (checked to be a JSFunction)
2969 __ LoadP(r6, FieldMemOperand(r3, JSFunction::kSharedFunctionInfoOffset));
3010 // the JSFunction on which new was invoked initially)
3028 // the JSFunction on which new was invoked initially)
3079 // the JSFunction on which new was invoked initially)
3133 __ LoadP(ip, FieldMemOperand(r3, JSFunction::kCodeEntryOffset));