OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:k10t
(Results
1 - 5
of
5
) sorted by null
/art/runtime/
dex_instruction.cc
60
((format >= k10x) && (format <=
k10t
)) ? 1 : \
191
case
k10t
: return VRegA_10t();
228
case
k10t
: // op +AA
394
case
k10t
: os << StringPrintf("%s %+d", opcode, VRegA_10t()); break;
dex_instruction.h
98
k10t
, // op +AA
enumerator in enum:art::Instruction::Format
185
DCHECK(FormatOf(Opcode()) >= k10x && FormatOf(Opcode()) <=
k10t
);
dex_instruction-inl.h
28
DCHECK_EQ(FormatOf(Opcode()),
k10t
);
dex_instruction_list.h
61
V(0x28, GOTO, "goto",
k10t
, false, kNone, kBranch | kUnconditional, kVerifyBranchTarget) \
283
V(
k10t
) \
/art/compiler/dex/
mir_graph.cc
[
all
...]
Completed in 230 milliseconds