Home | History | Annotate | Download | only in ia32

Lines Matching refs:SharedFunctionInfo

71   __ mov(eax, FieldOperand(eax, SharedFunctionInfo::kCodeOffset));
774 __ test_b(FieldOperand(ebx, SharedFunctionInfo::kStrictModeByteOffset),
775 1 << SharedFunctionInfo::kStrictModeBitWithinByte);
779 __ test_b(FieldOperand(ebx, SharedFunctionInfo::kNativeByteOffset),
780 1 << SharedFunctionInfo::kNativeBitWithinByte);
886 FieldOperand(edx, SharedFunctionInfo::kFormalParameterCountOffset));
958 __ test_b(FieldOperand(ecx, SharedFunctionInfo::kStrictModeByteOffset),
959 1 << SharedFunctionInfo::kStrictModeBitWithinByte);
965 __ test_b(FieldOperand(ecx, SharedFunctionInfo::kNativeByteOffset),
966 1 << SharedFunctionInfo::kNativeBitWithinByte);
1318 __ cmp(ebx, SharedFunctionInfo::kDontAdaptArgumentsSentinel);