Home | History | Annotate | Download | only in src

Lines Matching refs:BYTE_OFFSET

7391 #define BYTE_OFFSET(compiler_hint) \
7395 #define BYTE_OFFSET(compiler_hint) \
7401 static const int kStrictModeByteOffset = BYTE_OFFSET(kStrictModeFunction);
7402 static const int kNativeByteOffset = BYTE_OFFSET(kNative);
7403 static const int kFunctionKindByteOffset = BYTE_OFFSET(kFunctionKind);
7405 BYTE_OFFSET(kHasDuplicateParameters);
7406 #undef BYTE_OFFSET
10124 // [byte_offset]: offset of typed array in bytes.
10125 DECL_ACCESSORS(byte_offset, Object)