HomeSort by relevance Sort by last modified time
    Searched refs:special_case (Results 1 - 9 of 9) sorted by null

  /art/compiler/dex/quick/arm/
call_arm.cc 219 SpecialCaseHandler special_case) {
222 switch (special_case) {
278 if (special_case != kIdentity) {
int_arm.cc 685 bool special_case = true; local
690 special_case = false;
703 if (special_case) {
713 if (special_case) {
    [all...]
codegen_arm.h 135 void GenSpecialCase(BasicBlock* bb, MIR* mir, SpecialCaseHandler special_case);
  /art/compiler/dex/quick/x86/
call_x86.cc 26 SpecialCaseHandler special_case) {
codegen_x86.h 136 void GenSpecialCase(BasicBlock* bb, MIR* mir, SpecialCaseHandler special_case);
  /art/compiler/dex/quick/mips/
call_mips.cc 27 SpecialCaseHandler special_case) {
codegen_mips.h 136 void GenSpecialCase(BasicBlock* bb, MIR* mir, SpecialCaseHandler special_case);
  /art/compiler/dex/quick/
mir_to_lir.cc 783 void Mir2Lir::SpecialMIR2LIR(SpecialCaseHandler special_case) {
809 GenSpecialCase(bb, mir, special_case);
mir_to_lir.h 522 void SpecialMIR2LIR(SpecialCaseHandler special_case);
644 SpecialCaseHandler special_case) = 0;
    [all...]

Completed in 231 milliseconds