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

/art/runtime/
H A Ddex_instruction.h82 enum Code { // private marker to avoid generate-operator-out.py from processing. enum in class:art::Instruction
246 static const char* Name(Code opcode) {
418 Code Opcode(uint16_t inst_data) const {
420 return static_cast<Code>(inst_data & 0xFF);
424 Code Opcode() const {
428 void SetOpcode(Code opcode) {
459 static Format FormatOf(Code opcode) {
464 static IndexType IndexTypeOf(Code opcode) {
469 static int FlagsOf(Code opcode) {
474 static int VerifyFlagsOf(Code opcod
[all...]

Completed in 88 milliseconds