OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kShortSize
(Results
1 - 4
of
4
) sorted by null
/external/v8/src/
globals.h
230
const int
kShortSize
= sizeof(short); // NOLINT
/external/chromium_org/v8/src/
globals.h
245
const int
kShortSize
= sizeof(short); // NOLINT
objects.h
484
ExternalTwoByteString::
kShortSize
, \
488
ExternalAsciiString::
kShortSize
, \
492
ExternalTwoByteString::
kShortSize
, \
525
ExternalTwoByteString::
kShortSize
, \
529
ExternalAsciiString::
kShortSize
, \
533
ExternalTwoByteString::
kShortSize
, \
[
all
...]
/art/compiler/utils/x86/
assembler_x86.cc
1143
static const int
kShortSize
= 2;
1147
if (IsInt(8, offset -
kShortSize
)) {
1149
EmitUint8((offset -
kShortSize
) & 0xFF);
1178
static const int
kShortSize
= 2;
1182
if (IsInt(8, offset -
kShortSize
)) {
1184
EmitUint8((offset -
kShortSize
) & 0xFF);
[
all
...]
Completed in 94 milliseconds