Home
last modified time | relevance | path

Searched defs:is_fatal (Results 1 – 6 of 6) sorted by relevance

/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dwifilogger_diag.h238 u32 is_fatal; member
/aosp12/art/dex2oat/driver/
H A Dcompiler_driver.cc1551 bool is_fatal = manager_->GetCompiler()->GetCompilerOptions().IsCrashOnLinkageViolation(); in Visit() local
/aosp12/art/compiler/optimizing/
H A Dcode_generator_arm64.cc427 TypeCheckSlowPathARM64(HInstruction* instruction, bool is_fatal) in TypeCheckSlowPathARM64()
H A Dcode_generator_x86_64.cc347 TypeCheckSlowPathX86_64(HInstruction* instruction, bool is_fatal) in TypeCheckSlowPathX86_64()
H A Dcode_generator_arm_vixl.cc606 TypeCheckSlowPathARMVIXL(HInstruction* instruction, bool is_fatal) in TypeCheckSlowPathARMVIXL()
H A Dcode_generator_x86.cc332 TypeCheckSlowPathX86(HInstruction* instruction, bool is_fatal) in TypeCheckSlowPathX86()