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

/external/v8/test/cctest/
H A Dtest-reloc-info.cc47 int relocation_info_size = 10 * KB; local
48 const int buffer_size = code_size + relocation_info_size;
55 byte* relocation_info_end = buffer_end - relocation_info_size;
69 relocation_info_size = static_cast<int>(buffer_end - writer.pos());
72 buffer.get(), buffer_size, code_size, relocation_info_size, 0,

Completed in 56 milliseconds