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

  /art/compiler/optimizing/
code_generator_arm64.cc 532 : SlowPathCodeARM64(instruction), is_fatal_(is_fatal) {}
544 if (!is_fatal_) {
569 if (!is_fatal_) {
576 bool IsFatal() const OVERRIDE { return is_fatal_; }
579 const bool is_fatal_; member in class:art::arm64::TypeCheckSlowPathARM64
    [all...]
code_generator_mips64.cc 420 : SlowPathCodeMIPS64(instruction), is_fatal_(is_fatal) {}
431 if (!is_fatal_) {
456 if (!is_fatal_) {
464 bool IsFatal() const OVERRIDE { return is_fatal_; }
467 const bool is_fatal_; member in class:art::mips64::TypeCheckSlowPathMIPS64
    [all...]
code_generator_arm_vixl.cc 618 : SlowPathCodeARMVIXL(instruction), is_fatal_(is_fatal) {}
628 if (!is_fatal_) {
658 if (!is_fatal_) {
666 bool IsFatal() const OVERRIDE { return is_fatal_; }
669 const bool is_fatal_; member in class:art::arm::TypeCheckSlowPathARMVIXL
    [all...]
code_generator_mips.cc 471 : SlowPathCodeMIPS(instruction), is_fatal_(is_fatal) {}
481 if (!is_fatal_) {
506 if (!is_fatal_) {
514 bool IsFatal() const OVERRIDE { return is_fatal_; }
517 const bool is_fatal_; member in class:art::mips::TypeCheckSlowPathMIPS
    [all...]
code_generator_x86.cc 323 : SlowPathCode(instruction), is_fatal_(is_fatal) {}
333 if (!is_fatal_) {
361 if (!is_fatal_) {
372 bool IsFatal() const OVERRIDE { return is_fatal_; }
375 const bool is_fatal_; member in class:art::x86::TypeCheckSlowPathX86
    [all...]
code_generator_x86_64.cc 340 : SlowPathCode(instruction), is_fatal_(is_fatal) {}
351 if (!is_fatal_) {
373 if (!is_fatal_) {
385 bool IsFatal() const OVERRIDE { return is_fatal_; }
388 const bool is_fatal_; member in class:art::x86_64::TypeCheckSlowPathX86_64
    [all...]

Completed in 70 milliseconds