Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm64.cc6384 vixl::aarch64::Label* throw_npe = nullptr) { in EmitGrayCheckAndFastPath() argument
6395 if (throw_npe != nullptr) { in EmitGrayCheckAndFastPath()
6396 __ Bind(throw_npe); in EmitGrayCheckAndFastPath()
6447 vixl::aarch64::Label* throw_npe = nullptr; in CompileBakerReadBarrierThunk() local
6450 throw_npe = &throw_npe_label; in CompileBakerReadBarrierThunk()
6451 __ Cbz(holder_reg.W(), throw_npe); in CompileBakerReadBarrierThunk()
6459 EmitGrayCheckAndFastPath(assembler, base_reg, lock_word, &slow_path, throw_npe); in CompileBakerReadBarrierThunk()
Dcode_generator_arm_vixl.cc9542 vixl32::Label* throw_npe = nullptr) { in EmitGrayCheckAndFastPath() argument
9551 if (throw_npe != nullptr) { in EmitGrayCheckAndFastPath()
9552 __ Bind(throw_npe); in EmitGrayCheckAndFastPath()
9596 vixl32::Label* throw_npe = nullptr; in CompileBakerReadBarrierThunk() local
9598 throw_npe = &throw_npe_label; in CompileBakerReadBarrierThunk()
9599 __ CompareAndBranchIfZero(holder_reg, throw_npe, /* is_far_target= */ false); in CompileBakerReadBarrierThunk()
9611 assembler, base_reg, lock_word, &slow_path, raw_ldr_offset, throw_npe); in CompileBakerReadBarrierThunk()