Home
last modified time | relevance | path

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

/aosp_15_r20/art/compiler/optimizing/
H A Dintrinsics_x86_64.cc3690 Label* GetNativeByteOrderLabel() { in GetNativeByteOrderLabel() function in art::x86_64::VarHandleSlowPathX86_64
4187 __ Bind(slow_path->GetNativeByteOrderLabel()); in GenerateVarHandleGet()
4431 __ Bind(slow_path->GetNativeByteOrderLabel()); in GenerateVarHandleSet()
4570 __ Bind(slow_path->GetNativeByteOrderLabel()); in GenerateVarHandleCompareAndSetOrExchange()
5213 __ Bind(slow_path->GetNativeByteOrderLabel()); in GenerateVarHandleGetAndUpdate()
5501 __ jmp(GetNativeByteOrderLabel()); in EmitByteArrayViewCode()
5505 __ j(kNotEqual, GetNativeByteOrderLabel()); in EmitByteArrayViewCode()
H A Dintrinsics_riscv64.cc3422 Riscv64Label* GetNativeByteOrderLabel() { in GetNativeByteOrderLabel() function in art::riscv64::VarHandleSlowPathRISCV64
3917 __ Bind(slow_path->GetNativeByteOrderLabel()); in GenerateVarHandleGet()
4039 __ Bind(slow_path->GetNativeByteOrderLabel()); in GenerateVarHandleSet()
4284 __ Bind(slow_path->GetNativeByteOrderLabel()); in GenerateVarHandleCompareAndSetOrExchange()
4667 __ Bind(slow_path->GetNativeByteOrderLabel()); in GenerateVarHandleGetAndUpdate()
5091 __ J(GetNativeByteOrderLabel()); in EmitByteArrayViewCode()
5095 __ Bnez(temp, GetNativeByteOrderLabel()); in EmitByteArrayViewCode()
H A Dintrinsics_arm_vixl.cc4239 vixl32::Label* GetNativeByteOrderLabel() { in GetNativeByteOrderLabel() function in art::arm::VarHandleSlowPathARMVIXL
4750 __ Bind(slow_path->GetNativeByteOrderLabel()); in GenerateVarHandleGet()
4909 __ Bind(slow_path->GetNativeByteOrderLabel()); in GenerateVarHandleSet()
5114 __ Bind(slow_path->GetNativeByteOrderLabel()); in GenerateVarHandleCompareAndSetOrExchange()
5485 __ Bind(slow_path->GetNativeByteOrderLabel()); in GenerateVarHandleGetAndUpdate()
5853 __ B(GetNativeByteOrderLabel()); in EmitByteArrayViewCode()
5859 __ B(ne, GetNativeByteOrderLabel()); in EmitByteArrayViewCode()
H A Dintrinsics_arm64.cc4517 vixl::aarch64::Label* GetNativeByteOrderLabel() { in GetNativeByteOrderLabel() function in art::arm64::VarHandleSlowPathARM64
5003 __ Bind(slow_path->GetNativeByteOrderLabel()); in GenerateVarHandleGet()
5122 __ Bind(slow_path->GetNativeByteOrderLabel()); in GenerateVarHandleSet()
5321 __ Bind(slow_path->GetNativeByteOrderLabel()); in GenerateVarHandleCompareAndSetOrExchange()
5648 __ Bind(slow_path->GetNativeByteOrderLabel()); in GenerateVarHandleGetAndUpdate()
5943 __ B(GetNativeByteOrderLabel()); in EmitByteArrayViewCode()
5947 __ Cbnz(temp, GetNativeByteOrderLabel()); in EmitByteArrayViewCode()