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

  /external/v8/src/
layout-descriptor.cc 105 memcpy(new_layout_descriptor->GetDataStartAddress(),
106 layout_descriptor->GetDataStartAddress(),
257 memset(GetDataStartAddress(), 0, DataSize());
source-position-table.cc 110 return Vector<const byte>(byte_array->GetDataStartAddress(),
162 MemCopy(table->GetDataStartAddress(), bytes_.data(), bytes_.size());
handler-table.cc 29 reinterpret_cast<Address>(byte_array->GetDataStartAddress())) {
layout-descriptor-inl.h 28 memset(reinterpret_cast<void*>(result->GetDataStartAddress()), 0,
objects-printer.cc 390 os << "byte array, data starts at " << GetDataStartAddress();
    [all...]
deoptimizer.cc     [all...]
  /external/v8/src/objects/
code-inl.h 306 return unchecked_relocation_info()->GetDataStartAddress();
310 return unchecked_relocation_info()->GetDataStartAddress() +
fixed-array.h 501 inline byte* GetDataStartAddress();
fixed-array-inl.h 386 byte* ByteArray::GetDataStartAddress() {
  /external/v8/src/regexp/
regexp-macro-assembler-irregexp.cc 433 Copy(array->GetDataStartAddress());
interpreter-irregexp.cc 599 const byte* code_base = code_array->GetDataStartAddress();
  /external/v8/src/wasm/
wasm-objects.cc 422 byte* bytes_start = offset_table->GetDataStartAddress();
    [all...]

Completed in 278 milliseconds