Home
last modified time | relevance | path

Searched refs:throw_npe (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_arm64.cc6687 vixl::aarch64::Label* throw_npe = nullptr) { in EmitGrayCheckAndFastPath() argument
6698 if (throw_npe != nullptr) { in EmitGrayCheckAndFastPath()
6699 __ Bind(throw_npe); in EmitGrayCheckAndFastPath()
6750 vixl::aarch64::Label* throw_npe = nullptr; in CompileBakerReadBarrierThunk() local
6753 throw_npe = &throw_npe_label; in CompileBakerReadBarrierThunk()
6754 __ Cbz(holder_reg.W(), throw_npe); in CompileBakerReadBarrierThunk()
6762 EmitGrayCheckAndFastPath(assembler, base_reg, lock_word, &slow_path, throw_npe); in CompileBakerReadBarrierThunk()
Dcode_generator_arm_vixl.cc9744 vixl32::Label* throw_npe = nullptr) { in EmitGrayCheckAndFastPath() argument
9753 if (throw_npe != nullptr) { in EmitGrayCheckAndFastPath()
9754 __ Bind(throw_npe); in EmitGrayCheckAndFastPath()
9798 vixl32::Label* throw_npe = nullptr; in CompileBakerReadBarrierThunk() local
9800 throw_npe = &throw_npe_label; in CompileBakerReadBarrierThunk()
9801 __ CompareAndBranchIfZero(holder_reg, throw_npe, /* is_far_target= */ false); in CompileBakerReadBarrierThunk()
9813 assembler, base_reg, lock_word, &slow_path, raw_ldr_offset, throw_npe); in CompileBakerReadBarrierThunk()