Home | History | Annotate | Download | only in arm64

Lines Matching refs:JSFunction

49   __ Ldr(cp, FieldMemOperand(x1, JSFunction::kContextOffset));
79 __ Ldr(x10, FieldMemOperand(x1, JSFunction::kPrototypeOrInitialMapOffset));
106 __ Ldr(x10, FieldMemOperand(x1, JSFunction::kPrototypeOrInitialMapOffset));
270 __ Ldr(cp, FieldMemOperand(x1, JSFunction::kContextOffset));
421 __ Ldr(cp, FieldMemOperand(x1, JSFunction::kContextOffset));
490 __ Ldr(x2, FieldMemOperand(x1, JSFunction::kSharedFunctionInfoOffset));
782 __ Ldr(cp, FieldMemOperand(x4, JSFunction::kContextOffset));
819 __ Ldr(x10, FieldMemOperand(x4, JSFunction::kSharedFunctionInfoOffset));
827 __ Ldr(x3, FieldMemOperand(x4, JSFunction::kSharedFunctionInfoOffset));
835 __ Ldr(x0, FieldMemOperand(x4, JSFunction::kSharedFunctionInfoOffset));
843 __ Ldr(x5, FieldMemOperand(x1, JSFunction::kCodeEntryOffset));
1039 __ Ldr(x0, FieldMemOperand(x1, JSFunction::kSharedFunctionInfoOffset));
1056 __ Ldr(x11, FieldMemOperand(x1, JSFunction::kFeedbackVectorOffset));
1144 __ Ldr(x7, FieldMemOperand(x1, JSFunction::kSharedFunctionInfoOffset));
1147 __ Str(x7, FieldMemOperand(x1, JSFunction::kCodeEntryOffset));
1260 __ Ldr(x4, FieldMemOperand(x1, JSFunction::kSharedFunctionInfoOffset));
1390 __ Ldr(index, FieldMemOperand(closure, JSFunction::kFeedbackVectorOffset));
1394 __ Ldr(map, FieldMemOperand(closure, JSFunction::kSharedFunctionInfoOffset));
1431 __ Str(entry, FieldMemOperand(closure, JSFunction::kCodeEntryOffset));
1440 __ Str(x8, FieldMemOperand(closure, JSFunction::kNextFunctionLinkOffset));
1441 __ RecordWriteField(closure, JSFunction::kNextFunctionLinkOffset, x8, x13,
1461 FieldMemOperand(closure, JSFunction::kSharedFunctionInfoOffset));
1477 __ Str(entry, FieldMemOperand(closure, JSFunction::kCodeEntryOffset));
1572 // lr - The return address for the JSFunction itself. It has not yet been
1607 // lr - The return address for the JSFunction itself. It has not yet been
1746 FieldMemOperand(constructor, JSFunction::kSharedFunctionInfoOffset));
1793 __ Ldr(x3, FieldMemOperand(x1, JSFunction::kSharedFunctionInfoOffset));
2380 __ Ldr(x0, FieldMemOperand(x0, JSFunction::kSharedFunctionInfoOffset));
2505 FieldMemOperand(scratch1, JSFunction::kSharedFunctionInfoOffset));
2525 // -- x1 : the function to call (checked to be a JSFunction)
2532 __ Ldr(x2, FieldMemOperand(x1, JSFunction::kSharedFunctionInfoOffset));
2541 __ Ldr(cp, FieldMemOperand(x1, JSFunction::kContextOffset));
2551 // -- x1 : the function to call (checked to be a JSFunction)
2595 __ Ldr(x2, FieldMemOperand(x1, JSFunction::kSharedFunctionInfoOffset));
2604 // -- x1 : the function to call (checked to be a JSFunction)
2947 // -- x1 : the constructor to call (checked to be a JSFunction)
2958 __ Ldr(x4, FieldMemOperand(x1, JSFunction::kSharedFunctionInfoOffset));
3000 // the JSFunction on which new was invoked initially)
3019 // the JSFunction on which new was invoked initially)
3069 // the JSFunction on which new was invoked initially)
3238 __ Ldr(code_entry, FieldMemOperand(function, JSFunction::kCodeEntryOffset));
3250 __ Ldr(code_entry, FieldMemOperand(function, JSFunction::kCodeEntryOffset));