Home
last modified time | relevance | path

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

/aosp_15_r20/art/compiler/optimizing/
H A Dintrinsics_x86_64.cc3686 Label* GetByteArrayViewCheckLabel() { in GetByteArrayViewCheckLabel() function in art::x86_64::VarHandleSlowPathX86_64
3695 if (GetByteArrayViewCheckLabel()->IsLinked()) { in EmitNativeCode()
3980 can_be_view ? slow_path->GetByteArrayViewCheckLabel() : slow_path->GetEntryLabel(); in GenerateVarHandleArrayChecks()
5445 DCHECK(GetByteArrayViewCheckLabel()->IsLinked()); in EmitByteArrayViewCode()
5469 __ Bind(GetByteArrayViewCheckLabel()); in EmitByteArrayViewCode()
H A Dintrinsics_riscv64.cc3418 Riscv64Label* GetByteArrayViewCheckLabel() { in GetByteArrayViewCheckLabel() function in art::riscv64::VarHandleSlowPathRISCV64
3442 if (GetByteArrayViewCheckLabel()->IsLinked()) { in EmitNativeCode()
3698 can_be_view ? slow_path->GetByteArrayViewCheckLabel() : slow_path->GetEntryLabel(); in GenerateVarHandleArrayChecks()
5036 DCHECK(GetByteArrayViewCheckLabel()->IsLinked()); in EmitByteArrayViewCode()
5056 __ Bind(GetByteArrayViewCheckLabel()); in EmitByteArrayViewCode()
H A Dintrinsics_arm_vixl.cc4235 vixl32::Label* GetByteArrayViewCheckLabel() { in GetByteArrayViewCheckLabel() function in art::arm::VarHandleSlowPathARMVIXL
4265 if (GetByteArrayViewCheckLabel()->IsReferenced()) { in EmitNativeCode()
4521 can_be_view ? slow_path->GetByteArrayViewCheckLabel() : slow_path->GetEntryLabel(); in GenerateVarHandleArrayChecks()
5780 DCHECK(GetByteArrayViewCheckLabel()->IsReferenced()); in EmitByteArrayViewCode()
5800 __ Bind(GetByteArrayViewCheckLabel()); in EmitByteArrayViewCode()
H A Dintrinsics_arm64.cc4513 vixl::aarch64::Label* GetByteArrayViewCheckLabel() { in GetByteArrayViewCheckLabel() function in art::arm64::VarHandleSlowPathARM64
4537 if (GetByteArrayViewCheckLabel()->IsLinked()) { in EmitNativeCode()
4784 can_be_view ? slow_path->GetByteArrayViewCheckLabel() : slow_path->GetEntryLabel(); in GenerateVarHandleArrayChecks()
5884 DCHECK(GetByteArrayViewCheckLabel()->IsLinked()); in EmitByteArrayViewCode()
5903 __ Bind(GetByteArrayViewCheckLabel()); in EmitByteArrayViewCode()