HomeSort by relevance Sort by last modified time
    Searched full:codegen_hash (Results 1 - 1 of 1) sorted by null

  /external/v8/test/cctest/
test-hashing.cc 174 uint32_t codegen_hash = local
177 uint32_t codegen_hash = hash(); local
180 CHECK(runtime_hash == codegen_hash);
201 uint32_t codegen_hash = local
204 uint32_t codegen_hash = hash(); local
210 CHECK(runtime_hash == codegen_hash);

Completed in 58 milliseconds