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

1 2

  /external/chromium_org/v8/src/
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 -
allocation.cc 70 MemCopy(result, str, length);
80 MemCopy(result, str, length);
preparse-data.cc 68 MemCopy(data, preamble_, sizeof(preamble_));
snapshot-source-sink.cc 36 MemCopy(to, data_ + position_, number_of_bytes);
utils.h 289 // Limit below which the extra overhead of the MemCopy function is likely
299 V8_INLINE void MemCopy(void* dest, const void* src, size_t size) {
312 V8_INLINE void MemCopy(void* dest, const void* src, size_t size) {
341 V8_INLINE void MemCopy(void* dest, const void* src, size_t size) {
350 V8_INLINE void MemCopy(void* dest, const void* src, size_t size) {
441 MemCopy(buffer_, rhs.buffer_, sizeof(T) * kSize);
448 MemCopy(buffer_, rhs.buffer_, sizeof(T) * kSize);
    [all...]
utils.cc 32 MemCopy(&buffer_[position_], s, n * kCharSize);
167 MemCopy(new_result, result, offset * kCharSize);
172 MemCopy(result + offset, line_buf, len * kCharSize);
regexp-macro-assembler-irregexp.cc 438 MemCopy(a, buffer_.start(), length());
447 MemCopy(buffer_.start(), old_buffer.start(), old_buffer.length());
flags.cc 304 MemCopy(buffer, *name, n);
475 MemCopy(copy0.start(), str, len);
hydrogen-gvn.cc 143 MemCopy(array_, other->array_,
145 MemCopy(lists_, other->lists_,
273 MemCopy(lists_, old_lists, old_size * sizeof(HInstructionMapListElement));
319 MemCopy(data_, other.data_, kNumberOfTrackedSideEffects * kPointerSize);
lithium-codegen.cc 145 MemCopy(copy.start(), builder.Finalize(), copy.length());
unicode-inl.h 193 v8::internal::MemCopy(data, buffer_, memcpy_length * sizeof(uint16_t));
string-stream.cc 243 MemCopy(str, buffer_, length_);
553 MemCopy(new_space, space_, *bytes);
list-inl.h 69 MemCopy(new_data, data_, length_ * sizeof(T));
scanner.h 265 MemCopy(new_store.start(), backing_store_.start(), position_);
execution.cc 405 MemCopy(to, reinterpret_cast<char*>(&thread_local_), sizeof(ThreadLocal));
422 MemCopy(reinterpret_cast<char*>(&thread_local_), from, sizeof(ThreadLocal));
log.cc 111 MemCopy(utf8_buffer_ + utf8_pos_, bytes, size);
377 MemCopy(ll_name.start(), name, len);
378 MemCopy(ll_name.start() + len, kLogExt, sizeof(kLogExt));
    [all...]
prettyprinter.cc 536 MemCopy(new_output, output_, pos_);
isolate.cc     [all...]
debug.cc 573 MemCopy(to, reinterpret_cast<char*>(&thread_local_), sizeof(ThreadLocal));
581 MemCopy(reinterpret_cast<char*>(&thread_local_), from, sizeof(ThreadLocal));
    [all...]
  /external/chromium_org/v8/src/ia32/
deoptimizer-ia32.cc 70 MemCopy(new_reloc->GetDataStartAddress() + padding,
  /external/chromium_org/v8/src/heap/
heap-inl.h 111 MemCopy(answer->address() + SeqOneByteString::kHeaderSize, str.start(),
142 MemCopy(answer->address() + SeqTwoByteString::kHeaderSize, str.start(),
heap.cc     [all...]
  /external/chromium_org/v8/src/x87/
deoptimizer-x87.cc 70 MemCopy(new_reloc->GetDataStartAddress() + padding,
  /external/chromium_org/v8/test/cctest/
test-compiler.cc 277 MemCopy(&buffer[i], function_f, sizeof(function_f) - 1);
test-serialize.cc 810 MemCopy(buffer, data->data, data->length);

Completed in 1521 milliseconds

1 2