HomeSort by relevance Sort by last modified time
    Searched refs:MemCopy (Results 1 - 25 of 35) 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 443 MemCopy(a, buffer_.start(), length());
452 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 413 // Limit below which the extra overhead of the MemCopy function is likely
423 V8_INLINE void MemCopy(void* dest, const void* src, size_t size) {
436 V8_INLINE void MemCopy(void* dest, const void* src, size_t size) {
465 V8_INLINE void MemCopy(void* dest, const void* src, size_t size) {
474 V8_INLINE void MemCopy(void* dest, const void* src, size_t size) {
565 MemCopy(buffer_, rhs.buffer_, sizeof(T) * kSize);
572 MemCopy(buffer_, rhs.buffer_, sizeof(T) * kSize);
1024 // Use block copying MemCopy if the segment we're copying is
1034 MemCopy(dst, src, num_words * kPointerSize);
1045 // Use block copying MemCopy if the segment we're copying i
    [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 337 MemCopy(to, reinterpret_cast<char*>(&thread_local_), sizeof(ThreadLocal));
354 MemCopy(reinterpret_cast<char*>(&thread_local_), from, sizeof(ThreadLocal));
flags.cc 309 MemCopy(buffer, *name, n);
484 MemCopy(copy0.start(), str, len);
string-stream.cc 255 MemCopy(str, buffer_, length_);
578 MemCopy(new_space, space_, *bytes);
list-inl.h 72 MemCopy(new_data, data_, length_ * sizeof(T));
log.cc 105 MemCopy(utf8_buffer_ + utf8_pos_, bytes, size);
342 MemCopy(ll_name.start(), name, len);
343 MemCopy(ll_name.start() + len, kLogExt, sizeof(kLogExt));
    [all...]
  /external/v8/src/parsing/
preparse-data.cc 66 MemCopy(data, preamble_, sizeof(preamble_));
scanner.h 262 MemCopy(new_store.start(), backing_store_.start(), position_);
  /external/v8/src/interpreter/
source-position-table.cc 140 MemCopy(table->GetDataStartAddress(), &*bytes_.begin(), bytes_.size());
  /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 150 MemCopy(answer->address() + SeqOneByteString::kHeaderSize, str.start(),
180 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 154 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 84 MemCopy(new_output, output_, pos_);
1025 MemCopy(new_output, output_, pos_);
    [all...]
  /external/v8/test/cctest/
test-macro-assembler-mips.cc     [all...]
test-compiler.cc 276 MemCopy(&buffer[i], function_f, sizeof(function_f) - 1);
test-macro-assembler-mips64.cc     [all...]
  /external/v8/src/compiler/
code-assembler.cc 180 MemCopy(copy + prefix_len, builder.Finalize(), length);

Completed in 1925 milliseconds

1 2