Searched refs:GetByteArrayViewCheckLabel (Results 1 – 2 of 2) sorted by relevance
3886 vixl::aarch64::Label* GetByteArrayViewCheckLabel() { in GetByteArrayViewCheckLabel() function in art::arm64::VarHandleSlowPathARM643910 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()
3724 vixl32::Label* GetByteArrayViewCheckLabel() { in GetByteArrayViewCheckLabel() function in art::arm::VarHandleSlowPathARMVIXL3754 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()