Searched defs:byte_array (Results 1 - 5 of 5) sorted by relevance

/art/compiler/optimizing/
H A Dintrinsics_arm.cc957 Register byte_array = locations->InAt(0).AsRegister<Register>(); local
958 __ cmp(byte_array, ShifterOperand(0));
H A Dintrinsics_arm64.cc1097 Register byte_array = WRegisterFrom(locations->InAt(0)); local
1098 __ Cmp(byte_array, 0);
H A Dintrinsics_x86.cc1112 Register byte_array = locations->InAt(0).AsRegister<Register>(); local
1113 __ testl(byte_array, byte_array);
H A Dintrinsics_x86_64.cc1036 CpuRegister byte_array = locations->InAt(0).AsRegister<CpuRegister>(); local
1037 __ testl(byte_array, byte_array);
/art/runtime/interpreter/
H A Dunstarted_runtime.cc625 mirror::ByteArray* byte_array = array->AsByteArray(); local
627 byte_array->SetWithoutChecks<true>(i + offset, *address);

Completed in 114 milliseconds