HomeSort by relevance Sort by last modified time
    Searched refs:target_base (Results 1 - 8 of 8) sorted by null

  /external/v8/src/runtime/
runtime-typedarray.cc 342 uint8_t* target_base = local
351 memmove(target_base + offset * target->element_size(), source_base,
357 if ((source_base <= target_base &&
358 source_base + source_byte_length > target_base) ||
359 (target_base <= source_base &&
360 target_base + target_byte_length > source_base)) {
  /art/runtime/gc/space/
image_space.cc     [all...]
  /frameworks/base/core/jni/
com_android_internal_os_Zygote.cpp 803 const char* target_base = getenv("EMULATED_STORAGE_TARGET"); local
804 if (target_base != nullptr) {
806 if (mount("tmpfs", target_base, "tmpfs", MS_NOSUID | MS_NODEV,
808 ALOGE("Failed to mount tmpfs to %s", target_base);
  /art/tools/
cpplint.py     [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py     [all...]
  /external/libvpx/libvpx/tools/
cpplint.py     [all...]
  /tools/repohooks/tools/
cpplint.py     [all...]
  /art/runtime/
class_linker.cc 1527 const uint8_t* target_base = space->GetMemMap()->Begin(); local
    [all...]

Completed in 265 milliseconds