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

  /external/v8/test/cctest/
test-hashing.cc 179 uint32_t runtime_hash = v8_string->Hash(); local
180 CHECK(runtime_hash == codegen_hash);
207 uint32_t runtime_hash = ComputeIntegerHash( local
210 CHECK(runtime_hash == codegen_hash);

Completed in 28 milliseconds