HomeSort by relevance Sort by last modified time
    Searched refs:MemCopy (Results 1 - 25 of 33) sorted by null

1 2

  /external/v8/src/regexp/
regexp-stack.cc 37 MemCopy(reinterpret_cast<void*>(to), &thread_local_, size);
45 MemCopy(&thread_local_, reinterpret_cast<void*>(from), size);
73 MemCopy(reinterpret_cast<void*>(new_memory + size -
regexp-macro-assembler-irregexp.cc 442 MemCopy(a, buffer_.start(), length());
451 MemCopy(buffer_.start(), old_buffer.start(), old_buffer.length());
  /external/v8/src/
allocation.cc 66 MemCopy(result, str, length);
76 MemCopy(result, str, length);
utils.h 383 // Limit below which the extra overhead of the MemCopy function is likely
393 V8_INLINE void MemCopy(void* dest, const void* src, size_t size) {
406 V8_INLINE void MemCopy(void* dest, const void* src, size_t size) {
435 V8_INLINE void MemCopy(void* dest, const void* src, size_t size) {
444 V8_INLINE void MemCopy(void* dest, const void* src, size_t size) {
535 MemCopy(buffer_, rhs.buffer_, sizeof(T) * kSize);
542 MemCopy(buffer_, rhs.buffer_, sizeof(T) * kSize);
    [all...]
unicode-decoder.h 85 v8::internal::MemCopy(data, buffer_, memcpy_length * sizeof(uint16_t));
utils.cc 32 MemCopy(&buffer_[position_], s, n * kCharSize);
192 MemCopy(new_result, result, offset * kCharSize);
197 MemCopy(result + offset, line_buf, len * kCharSize);
execution.cc 345 MemCopy(to, reinterpret_cast<char*>(&thread_local_), sizeof(ThreadLocal));
362 MemCopy(reinterpret_cast<char*>(&thread_local_), from, sizeof(ThreadLocal));
flags.cc 309 MemCopy(buffer, *name, n);
480 MemCopy(copy0.start(), str, len);
string-stream.cc 255 MemCopy(str, buffer_, length_);
571 MemCopy(new_space, space_, *bytes);
list-inl.h 72 MemCopy(new_data, data_, length_ * sizeof(T));
log.cc 112 MemCopy(utf8_buffer_ + utf8_pos_, bytes, size);
386 MemCopy(ll_name.start(), name, len);
387 MemCopy(ll_name.start() + len, kLogExt, sizeof(kLogExt));
    [all...]
isolate.cc     [all...]
  /external/v8/src/parsing/
preparse-data.cc 66 MemCopy(data, preamble_, sizeof(preamble_));
scanner.h 245 MemCopy(new_store.start(), backing_store_.start(), position_);
  /external/v8/src/heap/
object-stats.cc 129 MemCopy(object_counts_last_time_, object_counts_, sizeof(object_counts_));
130 MemCopy(object_sizes_last_time_, object_sizes_, sizeof(object_sizes_));
heap-inl.h 146 MemCopy(answer->address() + SeqOneByteString::kHeaderSize, str.start(),
176 MemCopy(answer->address() + SeqTwoByteString::kHeaderSize, str.start(),
  /external/v8/src/crankshaft/
hydrogen-gvn.cc 144 MemCopy(array_, other->array_,
146 MemCopy(lists_, other->lists_,
274 MemCopy(lists_, old_lists, old_size * sizeof(HInstructionMapListElement));
320 MemCopy(data_, other.data_, kNumberOfTrackedSideEffects * kPointerSize);
lithium-codegen.cc 151 MemCopy(copy.start(), builder.Finalize(), copy.length());
  /external/v8/src/ia32/
deoptimizer-ia32.cc 70 MemCopy(new_reloc->GetDataStartAddress() + padding,
  /external/v8/src/x87/
deoptimizer-x87.cc 70 MemCopy(new_reloc->GetDataStartAddress() + padding,
  /external/v8/src/ast/
prettyprinter.cc 83 MemCopy(new_output, output_, pos_);
998 MemCopy(new_output, output_, pos_);
    [all...]
  /external/v8/test/cctest/
test-compiler.cc 276 MemCopy(&buffer[i], function_f, sizeof(function_f) - 1);
test-serialize.cc     [all...]
  /external/v8/src/debug/
debug.cc 341 MemCopy(to, reinterpret_cast<char*>(&thread_local_), sizeof(ThreadLocal));
349 MemCopy(reinterpret_cast<char*>(&thread_local_), from, sizeof(ThreadLocal));
    [all...]
liveedit.cc     [all...]

Completed in 204 milliseconds

1 2