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

  /external/v8/src/wasm/
wasm-code-specialization.h 29 void RelocateMemoryReferences(Address old_start, uint32_t old_size,
32 void RelocateGlobals(Address old_start, Address new_start);
wasm-code-specialization.cc 66 void CodeSpecialization::RelocateMemoryReferences(Address old_start,
72 DCHECK(old_start != new_start || old_size != new_size);
73 old_mem_start = old_start;
79 void CodeSpecialization::RelocateGlobals(Address old_start, Address new_start) {
81 DCHECK(old_start != 0 || new_start != 0);
82 old_globals_start = old_start;
  /external/curl/packages/vms/
build_gnv_curl_pcsi_desc.com 177 $ old_start = f$locate("[gnv.usr", pathname)
178 $ if old_start .lt. f$length(pathname)
294 $ old_start = f$locate("[gnv.usr", pathname)
295 $ if old_start .lt. f$length(pathname)
346 $ old_start = f$locate("[gnv.usr", pathname)
347 $ if old_start .lt. f$length(pathname)
424 $ old_start = f$locate("[gnv.usr", destname)
425 $ if old_start .lt. f$length(destname)
452 $ old_start = f$locate("[gnv.usr", destname)
453 $ if old_start .lt. f$length(destname
    [all...]
  /external/webp/src/dec/
idec_dec.c 170 const uint8_t* const old_start = mem->buf_ + mem->start_; local
172 need_compressed_alpha ? dec->alpha_data_ : old_start;
181 const size_t new_mem_start = old_start - old_base;
200 DoRemap(idec, mem->buf_ + mem->start_ - old_start);
208 const uint8_t* const old_start = old_buf + mem->start_; local
216 DoRemap(idec, mem->buf_ + mem->start_ - old_start);
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToStream.java 1262 final int old_start = start; local
    [all...]
  /external/v8/src/heap/
heap.cc 3188 Address old_start = object->address(); local
    [all...]
  /prebuilts/tools/common/m2/repository/xalan/serializer/2.7.1/
serializer-2.7.1.jar 

Completed in 152 milliseconds