Home | History | Annotate | Download | only in ppc

Lines Matching refs:JSFunction

35   __ LoadP(cp, FieldMemOperand(r4, JSFunction::kContextOffset));
77 __ LoadP(r5, FieldMemOperand(r4, JSFunction::kPrototypeOrInitialMapOffset));
104 __ LoadP(r5, FieldMemOperand(r4, JSFunction::kPrototypeOrInitialMapOffset));
287 __ LoadP(cp, FieldMemOperand(r4, JSFunction::kContextOffset));
438 __ LoadP(cp, FieldMemOperand(r4, JSFunction::kContextOffset));
509 __ LoadP(ip, FieldMemOperand(r4, JSFunction::kSharedFunctionInfoOffset));
788 __ LoadP(cp, FieldMemOperand(r7, JSFunction::kContextOffset));
829 __ LoadP(r6, FieldMemOperand(r7, JSFunction::kSharedFunctionInfoOffset));
863 __ LoadP(ip, FieldMemOperand(r4, JSFunction::kCodeEntryOffset));
1048 __ LoadP(r3, FieldMemOperand(r4, JSFunction::kSharedFunctionInfoOffset));
1071 __ LoadP(r7, FieldMemOperand(r4, JSFunction::kFeedbackVectorOffset));
1158 __ LoadP(r7, FieldMemOperand(r4, JSFunction::kSharedFunctionInfoOffset));
1161 __ StoreP(r7, FieldMemOperand(r4, JSFunction::kCodeEntryOffset), r0);
1269 __ LoadP(r7, FieldMemOperand(r4, JSFunction::kSharedFunctionInfoOffset));
1405 __ LoadP(index, FieldMemOperand(closure, JSFunction::kFeedbackVectorOffset));
1410 FieldMemOperand(closure, JSFunction::kSharedFunctionInfoOffset));
1449 __ StoreP(entry, FieldMemOperand(closure, JSFunction::kCodeEntryOffset), r0);
1458 __ StoreP(r8, FieldMemOperand(closure, JSFunction::kNextFunctionLinkOffset),
1460 __ RecordWriteField(closure, JSFunction::kNextFunctionLinkOffset, r8, temp,
1485 FieldMemOperand(closure, JSFunction::kSharedFunctionInfoOffset));
1500 __ StoreP(entry, FieldMemOperand(closure, JSFunction::kCodeEntryOffset), r0);
1765 FieldMemOperand(constructor, JSFunction::kSharedFunctionInfoOffset));
1814 __ LoadP(r6, FieldMemOperand(r4, JSFunction::kSharedFunctionInfoOffset));
2354 __ LoadP(r3, FieldMemOperand(r3, JSFunction::kSharedFunctionInfoOffset));
2485 FieldMemOperand(scratch1, JSFunction::kSharedFunctionInfoOffset));
2509 // -- r4 : the function to call (checked to be a JSFunction)
2516 __ LoadP(r5, FieldMemOperand(r4, JSFunction::kSharedFunctionInfoOffset));
2526 __ LoadP(cp, FieldMemOperand(r4, JSFunction::kContextOffset));
2535 // -- r4 : the function to call (checked to be a JSFunction)
2580 __ LoadP(r5, FieldMemOperand(r4, JSFunction::kSharedFunctionInfoOffset));
2590 // -- r4 : the function to call (checked to be a JSFunction)
2946 // -- r4 : the constructor to call (checked to be a JSFunction)
2957 __ LoadP(r7, FieldMemOperand(r4, JSFunction::kSharedFunctionInfoOffset));
2998 // the JSFunction on which new was invoked initially)
3016 // the JSFunction on which new was invoked initially)
3067 // the JSFunction on which new was invoked initially)
3121 __ LoadP(ip, FieldMemOperand(r4, JSFunction::kCodeEntryOffset));