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

  /art/compiler/optimizing/
code_generator_arm64.cc 434 : 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
    [all...]
code_generator_arm.cc 282 : 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
    [all...]
code_generator_x86.cc 297 : 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
    [all...]
code_generator_x86_64.cc 316 : 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
    [all...]

Completed in 61 milliseconds