Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm_vixl.cc9313 vixl32::Label* throw_npe = nullptr) { in EmitGrayCheckAndFastPath() argument
9322 if (throw_npe != nullptr) { in EmitGrayCheckAndFastPath()
9323 __ Bind(throw_npe); in EmitGrayCheckAndFastPath()
9364 vixl32::Label* throw_npe = nullptr; in CompileBakerReadBarrierThunk() local
9366 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()