HomeSort by relevance Sort by last modified time
    Searched defs:byte_array (Results 1 - 11 of 11) sorted by null

  /system/connectivity/dhcp_client/
dhcp_options_parser.cc 185 ByteString* byte_array = local
187 *byte_array = ByteString(buffer, length);
  /art/compiler/optimizing/
intrinsics_mips64.cc 1580 GpuRegister byte_array = locations->InAt(0).AsRegister<GpuRegister>(); local
    [all...]
intrinsics_arm.cc 1219 Register byte_array = locations->InAt(0).AsRegister<Register>(); local
    [all...]
intrinsics_arm64.cc 1403 Register byte_array = WRegisterFrom(locations->InAt(0)); local
    [all...]
intrinsics_mips.cc 2187 Register byte_array = locations->InAt(0).AsRegister<Register>(); local
    [all...]
intrinsics_x86.cc 1542 Register byte_array = locations->InAt(0).AsRegister<Register>(); local
    [all...]
intrinsics_x86_64.cc 1643 CpuRegister byte_array = locations->InAt(0).AsRegister<CpuRegister>(); local
    [all...]
  /art/test/004-JniTest/
jni_test.cc 584 jbyteArray byte_array = env->NewByteArray(byte_array_length); local
585 env->SetByteArrayRegion(byte_array, 0, byte_array_length, reinterpret_cast<const jbyte*>(test_array));
588 jstring s = reinterpret_cast<jstring>(env->NewObject(c, mid2, byte_array));
611 env->CallNonvirtualVoidMethod(s2, c, mid2, byte_array);
630 env->CallNonvirtualVoidMethod(s6, c, mid2, byte_array);
  /art/runtime/interpreter/
unstarted_runtime.cc 998 mirror::ByteArray* byte_array = array->AsByteArray(); local
    [all...]
  /external/v8/test/cctest/heap/
test-heap.cc 6474 ByteArray* byte_array; local
6504 ByteArray* byte_array; local
    [all...]
  /external/v8/src/heap/
heap.cc 2423 ByteArray* byte_array; local
    [all...]

Completed in 380 milliseconds