Searched refs:relocation_start (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/v8/src/ia32/
H A Ddeoptimizer-ia32.cc164 MemMove(code->relocation_start(), reloc_info_writer.pos(), new_reloc_size);
/external/chromium_org/v8/src/x87/
H A Ddeoptimizer-x87.cc164 MemMove(code->relocation_start(), reloc_info_writer.pos(), new_reloc_size);
/external/chromium_org/v8/src/
H A Dassembler.cc712 pos_ = code->relocation_start() + code->relocation_size();
713 end_ = code->relocation_start();
H A Dliveedit.cc1403 MemCopy(code->relocation_start(), buffer.start(), buffer.length());
H A Dheap.cc3471 CopyBytes(new_code->relocation_start(),
H A Dobjects-inl.h6022 byte* Code::relocation_start() { function in class:v8::Code::FindAndReplacePattern::Code
H A Dobjects.h5738 inline byte* relocation_start();
H A Dobjects.cc10715 CopyBytes(relocation_start(),

Completed in 257 milliseconds