Searched defs:codegen_hash (Results 1 - 1 of 1) sorted by relevance

/external/v8/test/cctest/
H A Dtest-hashing.cc119 uint32_t codegen_hash = static_cast<uint32_t>( local
122 uint32_t codegen_hash = hash(); local
126 CHECK(runtime_hash == codegen_hash);

Completed in 181 milliseconds