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

/art/compiler/optimizing/
H A Dcode_generator_mips.cc394 explicit TypeCheckSlowPathMIPS(HInstruction* instruction, bool is_fatal) argument
395 : SlowPathCodeMIPS(instruction), is_fatal_(is_fatal) {}
6611 /* is_fatal */ false);
6640 /* is_fatal */ false);
H A Dcode_generator_mips64.cc339 explicit TypeCheckSlowPathMIPS64(HInstruction* instruction, bool is_fatal) argument
340 : SlowPathCodeMIPS64(instruction), is_fatal_(is_fatal) {}
4710 /* is_fatal */ false);
4739 /* is_fatal */ false);
H A Dcode_generator_arm64.cc528 TypeCheckSlowPathARM64(HInstruction* instruction, bool is_fatal) argument
529 : SlowPathCodeARM64(instruction), is_fatal_(is_fatal) {}
4027 /* is_fatal */ false);
4059 /* is_fatal */ false);
H A Dcode_generator_arm.cc524 TypeCheckSlowPathARM(HInstruction* instruction, bool is_fatal) argument
525 : SlowPathCodeARM(instruction), is_fatal_(is_fatal) {}
7247 /* is_fatal */ false);
7276 /* is_fatal */ false);
H A Dcode_generator_arm_vixl.cc546 TypeCheckSlowPathARMVIXL(HInstruction* instruction, bool is_fatal) argument
547 : SlowPathCodeARMVIXL(instruction), is_fatal_(is_fatal) {}
7315 /* is_fatal */ false);
7344 /* is_fatal */ false);
H A Dcode_generator_x86.cc321 TypeCheckSlowPathX86(HInstruction* instruction, bool is_fatal) argument
322 : SlowPathCode(instruction), is_fatal_(is_fatal) {}
6618 /* is_fatal */ false);
6650 /* is_fatal */ false);
H A Dcode_generator_x86_64.cc338 TypeCheckSlowPathX86_64(HInstruction* instruction, bool is_fatal) argument
339 : SlowPathCode(instruction), is_fatal_(is_fatal) {}
5999 /* is_fatal */ false);
6031 /* is_fatal */ false);

Completed in 1418 milliseconds