OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:k11n
(Results
1 - 5
of
5
) sorted by null
/art/runtime/
dex_instruction-inl.h
38
DCHECK_EQ(FormatOf(Opcode()),
k11n
);
151
DCHECK_EQ(FormatOf(Opcode()),
k11n
);
dex_instruction.cc
110
case
k11n
: return true;
161
case
k11n
: return VRegA_11n();
221
case
k11n
: // op vA, #+B
392
case
k11n
: os << StringPrintf("%s v%d, #%+d", opcode, VRegA_11n(), VRegB_11n()); break;
dex_instruction.h
96
k11n
, // op vA, #+B
enumerator in enum:art::Instruction::Format
dex_instruction_list.h
39
V(0x12, CONST_4, "const/4",
k11n
, true, kNone, kContinue, kVerifyRegA) \
281
V(
k11n
) \
/art/compiler/dex/
mir_graph.cc
[
all
...]
Completed in 210 milliseconds