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

/art/runtime/
H A Ddex_instruction.h84 enum Code enum in class:art::Instruction
232 static const char* Name(Code opcode) {
398 Code Opcode(uint16_t inst_data) const {
400 return static_cast<Code>(inst_data & 0xFF);
404 Code Opcode() const {
408 void SetOpcode(Code opcode) {
439 static Format FormatOf(Code opcode) {
444 static int FlagsOf(Code opcode) {
449 static int VerifyFlagsOf(Code opcode) {
576 std::ostream& operator<<(std::ostream& os, const Instruction::Code
[all...]

Completed in 5 milliseconds