Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dintrinsics_arm64.cc3886 vixl::aarch64::Label* GetByteArrayViewCheckLabel() { in GetByteArrayViewCheckLabel() function in art::arm64::VarHandleSlowPathARM64
3910 if (GetByteArrayViewCheckLabel()->IsLinked()) { in EmitNativeCode()
4162 can_be_view ? slow_path->GetByteArrayViewCheckLabel() : slow_path->GetEntryLabel(); in GenerateVarHandleArrayChecks()
5276 DCHECK(GetByteArrayViewCheckLabel()->IsLinked()); in EmitByteArrayViewCode()
5295 __ Bind(GetByteArrayViewCheckLabel()); in EmitByteArrayViewCode()
H A Dintrinsics_arm_vixl.cc3724 vixl32::Label* GetByteArrayViewCheckLabel() { in GetByteArrayViewCheckLabel() function in art::arm::VarHandleSlowPathARMVIXL
3754 if (GetByteArrayViewCheckLabel()->IsReferenced()) { in EmitNativeCode()
4015 can_be_view ? slow_path->GetByteArrayViewCheckLabel() : slow_path->GetEntryLabel(); in GenerateVarHandleArrayChecks()
5257 DCHECK(GetByteArrayViewCheckLabel()->IsReferenced()); in EmitByteArrayViewCode()
5277 __ Bind(GetByteArrayViewCheckLabel()); in EmitByteArrayViewCode()