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

/art/compiler/utils/x86/
H A Dassembler_x86.cc1458 static const int kLongSize = 6; local
1467 EmitInt32(offset - kLongSize);
1493 static const int kLongSize = 5; local
1501 EmitInt32(offset - kLongSize);
/art/compiler/utils/x86_64/
H A Dassembler_x86_64.cc1935 static const int kLongSize = 6; local
1944 EmitInt32(offset - kLongSize);
1972 static const int kLongSize = 5; local
1980 EmitInt32(offset - kLongSize);

Completed in 149 milliseconds