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

/external/chromium_org/v8/test/cctest/
H A Dtest-hashing.cc180 uint32_t runtime_hash = v8_string->Hash(); local
181 CHECK(runtime_hash == codegen_hash);
216 uint32_t runtime_hash = ComputeIntegerHash(key, isolate->heap()->HashSeed()); local
217 CHECK(runtime_hash == codegen_hash);
/external/v8/test/cctest/
H A Dtest-hashing.cc179 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 567 milliseconds