Searched defs:is_fatal_ (Results 1 - 4 of 4) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_arm64.cc434 : SlowPathCodeARM64(instruction), is_fatal_(is_fatal) {}
448 if (!is_fatal_) {
473 if (!is_fatal_) {
480 bool IsFatal() const { return is_fatal_; }
483 const bool is_fatal_; member in class:art::arm64::TypeCheckSlowPathARM64
H A Dcode_generator_arm.cc282 : SlowPathCode(instruction), is_fatal_(is_fatal) {}
294 if (!is_fatal_) {
326 if (!is_fatal_) {
334 bool IsFatal() const OVERRIDE { return is_fatal_; }
337 const bool is_fatal_; member in class:art::arm::TypeCheckSlowPathARM
H A Dcode_generator_x86.cc297 : SlowPathCode(instruction), is_fatal_(is_fatal) {}
309 if (!is_fatal_) {
340 if (!is_fatal_) {
351 bool IsFatal() const OVERRIDE { return is_fatal_; }
354 const bool is_fatal_; member in class:art::x86::TypeCheckSlowPathX86
H A Dcode_generator_x86_64.cc316 : SlowPathCode(instruction), is_fatal_(is_fatal) {}
329 if (!is_fatal_) {
360 if (!is_fatal_) {
372 bool IsFatal() const OVERRIDE { return is_fatal_; }
375 const bool is_fatal_; member in class:art::x86_64::TypeCheckSlowPathX86_64

Completed in 119 milliseconds