Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dintrinsics_riscv64.cc3315 bool can_be_view = (DataType::Size(value_type) != 1u) && boot_image_available; in GenerateVarHandleArrayChecks() local
3317 can_be_view ? slow_path->GetByteArrayViewCheckLabel() : slow_path->GetEntryLabel(); in GenerateVarHandleArrayChecks()
Dintrinsics_x86_64.cc3821 bool can_be_view = (DataType::Size(value_type) != 1u) && boot_image_available; in GenerateVarHandleArrayChecks() local
3823 can_be_view ? slow_path->GetByteArrayViewCheckLabel() : slow_path->GetEntryLabel(); in GenerateVarHandleArrayChecks()
Dintrinsics_arm_vixl.cc4317 bool can_be_view = in GenerateVarHandleArrayChecks() local
4321 can_be_view ? slow_path->GetByteArrayViewCheckLabel() : slow_path->GetEntryLabel(); in GenerateVarHandleArrayChecks()
Dintrinsics_arm64.cc4597 bool can_be_view = (DataType::Size(value_type) != 1u) && boot_image_available; in GenerateVarHandleArrayChecks() local
4599 can_be_view ? slow_path->GetByteArrayViewCheckLabel() : slow_path->GetEntryLabel(); in GenerateVarHandleArrayChecks()