Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dintrinsics_x86_64.cc4273 uint32_t temp_count = locations->GetTempCount(); in GenerateVarHandleCompareAndSetOrExchange() local
4279 /*temp1_index=*/ temp_count - 1, in GenerateVarHandleCompareAndSetOrExchange()
4280 /*temp2_index=*/ temp_count - 2, in GenerateVarHandleCompareAndSetOrExchange()
4281 /*temp3_index=*/ temp_count - 3, in GenerateVarHandleCompareAndSetOrExchange()
4405 uint32_t temp_count = locations->GetTempCount(); in GenerateVarHandleGetAndSet() local
4410 Location temp = locations->GetTemp(temp_count - 1); in GenerateVarHandleGetAndSet()
4431 CpuRegister temp1 = locations->GetTemp(temp_count - 1).AsRegister<CpuRegister>(); in GenerateVarHandleGetAndSet()
4432 CpuRegister temp2 = locations->GetTemp(temp_count - 2).AsRegister<CpuRegister>(); in GenerateVarHandleGetAndSet()
4438 locations->GetTemp(temp_count - 3), in GenerateVarHandleGetAndSet()
4693 uint32_t temp_count = locations->GetTempCount(); in GenerateVarHandleGetAndAdd() local
[all …]