Searched refs:value_index (Results 1 – 9 of 9) sorted by relevance
/art/compiler/optimizing/ |
D | intrinsics_x86.cc | 3835 uint32_t value_index = invoke->GetNumberOfArguments() - 1; in GenerateVarHandleCommonChecks() local 3836 DataType::Type value_type = GetDataTypeFromShorty(invoke, value_index); in GenerateVarHandleCommonChecks() 3844 GenerateSubTypeObjectCheck(locations->InAt(value_index).AsRegister<Register>(), in GenerateVarHandleCommonChecks() 4054 uint32_t value_index = invoke->GetNumberOfArguments() - 1; in CreateVarHandleSetLocations() local 4055 HInstruction* value = invoke->InputAt(value_index); in CreateVarHandleSetLocations() 4056 DataType::Type value_type = GetDataTypeFromShorty(invoke, value_index); in CreateVarHandleSetLocations() 4081 locations->SetInAt(value_index, Location::ByteRegisterOrConstant(EBX, value)); in CreateVarHandleSetLocations() 4086 locations->SetInAt(value_index, Location::RegisterOrConstant(value)); in CreateVarHandleSetLocations() 4091 locations->SetInAt(value_index, Location::ConstantLocation(value)); in CreateVarHandleSetLocations() 4094 locations->SetInAt(value_index, Location::RequiresRegister()); in CreateVarHandleSetLocations() [all …]
|
D | code_generator_x86_64.h | 286 uint32_t value_index,
|
D | code_generator_x86.h | 296 uint32_t value_index,
|
D | intrinsics_riscv64.cc | 3634 uint32_t value_index = invoke->GetNumberOfArguments() - 1; in CreateVarHandleSetLocations() local 3635 DataType::Type value_type = GetDataTypeFromShorty(invoke, value_index); in CreateVarHandleSetLocations() 3636 if (value_type == DataType::Type::kReference && !locations->InAt(value_index).IsConstant()) { in CreateVarHandleSetLocations() 3646 uint32_t value_index = invoke->GetNumberOfArguments() - 1; in GenerateVarHandleSet() local 3647 DataType::Type value_type = GetDataTypeFromShorty(invoke, value_index); in GenerateVarHandleSet() 3650 Location value = invoke->GetLocations()->InAt(value_index); in GenerateVarHandleSet() 3687 if (CodeGenerator::StoreNeedsWriteBarrier(value_type, invoke->InputAt(value_index))) { in GenerateVarHandleSet()
|
D | intrinsics_arm_vixl.cc | 4694 uint32_t value_index = invoke->GetNumberOfArguments() - 1; in GenerateVarHandleSet() local 4695 DataType::Type value_type = GetDataTypeFromShorty(invoke, value_index); in GenerateVarHandleSet() 4699 Location value = locations->InAt(value_index); in GenerateVarHandleSet() 4775 if (CodeGenerator::StoreNeedsWriteBarrier(value_type, invoke->InputAt(value_index))) { in GenerateVarHandleSet()
|
D | intrinsics_arm64.cc | 4925 uint32_t value_index = invoke->GetNumberOfArguments() - 1; in GenerateVarHandleSet() local 4926 DataType::Type value_type = GetDataTypeFromShorty(invoke, value_index); in GenerateVarHandleSet() 4929 CPURegister value = InputCPURegisterOrZeroRegAt(invoke, value_index); in GenerateVarHandleSet() 4979 if (CodeGenerator::StoreNeedsWriteBarrier(value_type, invoke->InputAt(value_index))) { in GenerateVarHandleSet()
|
D | intrinsics_x86_64.cc | 4118 uint32_t value_index = invoke->GetNumberOfArguments() - 1; in GenerateVarHandleSet() local 4119 DataType::Type value_type = GetDataTypeFromShorty(invoke, value_index); in GenerateVarHandleSet() 4150 value_index, in GenerateVarHandleSet()
|
D | code_generator_x86_64.cc | 5419 uint32_t value_index, in HandleFieldSet() argument 5430 Location value = locations->InAt(value_index); in HandleFieldSet() 5569 field_type, instruction->InputAt(value_index), write_barrier_kind)) { in HandleFieldSet()
|
D | code_generator_x86.cc | 6098 uint32_t value_index, in HandleFieldSet() argument 6106 Location value = locations->InAt(value_index); in HandleFieldSet()
|