Home | History | Annotate | Download | only in mips64

Lines Matching refs:SharedFunctionInfo

289   __ ld(a2, FieldMemOperand(a2, SharedFunctionInfo::kCodeOffset));
1115 __ lbu(a3, FieldMemOperand(a2, SharedFunctionInfo::kStrictModeByteOffset));
1116 __ And(a7, a3, Operand(1 << SharedFunctionInfo::kStrictModeBitWithinByte));
1120 __ lbu(a3, FieldMemOperand(a2, SharedFunctionInfo::kNativeByteOffset));
1121 __ And(a7, a3, Operand(1 << SharedFunctionInfo::kNativeBitWithinByte));
1250 FieldMemOperand(a3, SharedFunctionInfo::kFormalParameterCountOffset));
1319 __ lbu(a7, FieldMemOperand(a2, SharedFunctionInfo::kStrictModeByteOffset));
1320 __ And(a7, a7, Operand(1 << SharedFunctionInfo::kStrictModeBitWithinByte));
1324 __ lbu(a7, FieldMemOperand(a2, SharedFunctionInfo::kNativeByteOffset));
1325 __ And(a7, a7, Operand(1 << SharedFunctionInfo::kNativeBitWithinByte));
1478 a2, Operand(SharedFunctionInfo::kDontAdaptArgumentsSentinel));