OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OpIT
(Results
1 - 10
of
10
) sorted by null
/art/compiler/dex/quick/arm/
call_arm.cc
350
OpIT
(kCondEq, "");
482
OpIT
(kCondEq, "");
486
OpIT
(kCondNe, "T");
516
OpIT
(kCondEq, "EE");
int_arm.cc
43
LIR* ArmMir2Lir::
OpIT
(ConditionCode ccode, const char* guide) {
64
LOG(FATAL) << "OAT: bad case in
OpIT
";
100
OpIT
(kCondHi, "E");
208
OpIT
(kCondCc, "");
213
OpIT
(kCondEq, "E");
224
OpIT
(kCondEq, "E");
237
OpIT
(kCondEq, "E");
489
OpIT
((is_min) ? kCondGt : kCondLt, "E");
552
OpIT
(kCondEq, "TT");
[
all
...]
fp_arm.cc
276
OpIT
((default_result == -1) ? kCondGt : kCondMi, "");
281
OpIT
(kCondEq, "");
codegen_arm.h
144
LIR*
OpIT
(ConditionCode cond, const char* guide);
/art/compiler/dex/quick/mips/
codegen_mips.h
145
LIR*
OpIT
(ConditionCode cond, const char* guide);
int_mips.cc
323
LIR* MipsMir2Lir::
OpIT
(ConditionCode cond, const char* guide) {
324
LOG(FATAL) << "Unexpected use of
OpIT
in Mips";
/art/compiler/dex/quick/
gen_common.cc
834
OpIT
(kCondEq, "T");
[
all
...]
mir_to_lir.h
[
all
...]
/art/compiler/dex/quick/x86/
codegen_x86.h
145
LIR*
OpIT
(ConditionCode cond, const char* guide);
int_x86.cc
304
LIR* X86Mir2Lir::
OpIT
(ConditionCode cond, const char* guide) {
305
LOG(FATAL) << "Unexpected use of
OpIT
in x86";
Completed in 96 milliseconds