Home | History | Annotate | Download | only in mips

Lines Matching refs:JSFunction

95   // Attempt to allocate new JSFunction in new space.
96 __ AllocateInNewSpace(JSFunction::kSize,
121 __ sw(a2, FieldMemOperand(v0, JSFunction::kPrototypeOrInitialMapOffset));
122 __ sw(a3, FieldMemOperand(v0, JSFunction::kSharedFunctionInfoOffset));
123 __ sw(cp, FieldMemOperand(v0, JSFunction::kContextOffset));
124 __ sw(a1, FieldMemOperand(v0, JSFunction::kLiteralsOffset));
125 __ sw(t0, FieldMemOperand(v0, JSFunction::kNextFunctionLinkOffset));
133 __ sw(a3, FieldMemOperand(v0, JSFunction::kCodeEntryOffset));
5346 // are uninitialized, monomorphic (indicated by a JSFunction), and
5473 // Check that the function is a JSFunction.
5482 __ lw(a2, FieldMemOperand(a1, JSFunction::kSharedFunctionInfoOffset));
7655 __ lw(t1, FieldMemOperand(t1, JSFunction::kLiteralsOffset));