Searched refs:throw_npe (Results 1 – 1 of 1) sorted by relevance
9313 vixl32::Label* throw_npe = nullptr) { in EmitGrayCheckAndFastPath() argument9322 if (throw_npe != nullptr) { in EmitGrayCheckAndFastPath()9323 __ Bind(throw_npe); in EmitGrayCheckAndFastPath()9364 vixl32::Label* throw_npe = nullptr; in CompileBakerReadBarrierThunk() local9366 throw_npe = &throw_npe_label; in CompileBakerReadBarrierThunk()9367 __ CompareAndBranchIfZero(holder_reg, throw_npe, /* is_far_target= */ false); in CompileBakerReadBarrierThunk()9379 assembler, base_reg, lock_word, &slow_path, raw_ldr_offset, throw_npe); in CompileBakerReadBarrierThunk()