Searched refs:kShortSize (Results 1 - 2 of 2) sorted by relevance

/art/compiler/utils/x86/
H A Dassembler_x86.cc2474 static const int kShortSize = 2; local
2478 if (IsInt<8>(offset - kShortSize)) {
2480 EmitUint8((offset - kShortSize) & 0xFF);
2497 static const int kShortSize = 2; local
2500 CHECK(IsInt<8>(offset - kShortSize));
2502 EmitUint8((offset - kShortSize) & 0xFF);
2513 static const int kShortSize = 2; local
2516 CHECK(IsInt<8>(offset - kShortSize));
2518 EmitUint8((offset - kShortSize) & 0xFF);
2541 static const int kShortSize local
2562 static const int kShortSize = 2; local
[all...]
/art/compiler/utils/x86_64/
H A Dassembler_x86_64.cc3008 static const int kShortSize = 2; local
3012 if (IsInt<8>(offset - kShortSize)) {
3014 EmitUint8((offset - kShortSize) & 0xFF);
3031 static const int kShortSize = 2; local
3034 CHECK(IsInt<8>(offset - kShortSize));
3036 EmitUint8((offset - kShortSize) & 0xFF);
3047 static const int kShortSize = 2; local
3050 CHECK(IsInt<8>(offset - kShortSize));
3052 EmitUint8((offset - kShortSize) & 0xFF);
3077 static const int kShortSize local
3098 static const int kShortSize = 2; local
[all...]

Completed in 65 milliseconds