Home
last modified time | relevance | path

Searched defs:is_uint8 (Results 1 – 2 of 2) sorted by relevance

/art/compiler/utils/x86_64/
Dassembler_x86_64.h52 bool is_uint8() const { return IsUint<8>(value_); } in is_uint8() function
/art/compiler/utils/x86/
Dassembler_x86.h45 bool is_uint8() const { return IsUint<8>(value_); } in is_uint8() function