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

/art/libdexfile/dex/
H A Ddex_instruction.h83 enum Code { // private marker to avoid generate-operator-out.py from processing. enum in class:art::Instruction
229 // Code units required to calculate the size of the instruction.
287 static const char* Name(Code opcode) {
472 Code Opcode(uint16_t inst_data) const {
474 return static_cast<Code>(inst_data & 0xFF);
478 Code Opcode() const {
482 void SetOpcode(Code opcode) {
525 static Format FormatOf(Code opcode) {
530 static IndexType IndexTypeOf(Code opcode) {
535 static uint8_t FlagsOf(Code opcod
[all...]

Completed in 54 milliseconds