HomeSort by relevance Sort by last modified time
    Searched refs:throw_npe (Results 1 - 2 of 2) sorted by null

  /art/compiler/linker/arm/
relative_patcher_thumb2.cc 240 vixl::aarch32::Label throw_npe; local
242 __ CompareAndBranchIfZero(holder_reg, &throw_npe, /* is_far_target */ false);
273 __ Bind(&throw_npe);
  /art/compiler/linker/arm64/
relative_patcher_arm64.cc 420 vixl::aarch64::Label throw_npe; local
422 __ Cbz(holder_reg.W(), &throw_npe);
437 __ Bind(&throw_npe);

Completed in 322 milliseconds