Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dintrinsics_arm64.cc3890 vixl::aarch64::Label* GetNativeByteOrderLabel() { in GetNativeByteOrderLabel() function in art::arm64::VarHandleSlowPathARM64
4435 __ Bind(slow_path->GetNativeByteOrderLabel()); in GenerateVarHandleGet()
4550 __ Bind(slow_path->GetNativeByteOrderLabel()); in GenerateVarHandleSet()
4744 __ Bind(slow_path->GetNativeByteOrderLabel()); in GenerateVarHandleCompareAndSetOrExchange()
5043 __ Bind(slow_path->GetNativeByteOrderLabel()); in GenerateVarHandleGetAndUpdate()
5334 __ B(GetNativeByteOrderLabel()); in EmitByteArrayViewCode()
5338 __ Cbnz(temp, GetNativeByteOrderLabel()); in EmitByteArrayViewCode()
Dintrinsics_arm_vixl.cc3728 vixl32::Label* GetNativeByteOrderLabel() { in GetNativeByteOrderLabel() function in art::arm::VarHandleSlowPathARMVIXL
4298 __ Bind(slow_path->GetNativeByteOrderLabel()); in GenerateVarHandleGet()
4452 __ Bind(slow_path->GetNativeByteOrderLabel()); in GenerateVarHandleSet()
4651 __ Bind(slow_path->GetNativeByteOrderLabel()); in GenerateVarHandleCompareAndSetOrExchange()
4970 __ Bind(slow_path->GetNativeByteOrderLabel()); in GenerateVarHandleGetAndUpdate()
5329 __ B(GetNativeByteOrderLabel()); in EmitByteArrayViewCode()
5335 __ B(ne, GetNativeByteOrderLabel()); in EmitByteArrayViewCode()