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

/art/compiler/utils/x86/
H A Dassembler_x86.cc1154 static const int kLongSize = 6; local
1163 EmitInt32(offset - kLongSize);
1189 static const int kLongSize = 5; local
1197 EmitInt32(offset - kLongSize);
/art/compiler/utils/x86_64/
H A Dassembler_x86_64.cc1348 static const int kLongSize = 6; local
1357 EmitInt32(offset - kLongSize);
1385 static const int kLongSize = 5; local
1393 EmitInt32(offset - kLongSize);

Completed in 37 milliseconds