HomeSort by relevance Sort by last modified time
    Searched refs:ComputePointerHash (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/v8/src/
heap-snapshot-generator.cc 381 void* from_value = entries_map_.Remove(from, ComputePointerHash(from));
386 void* to_value = entries_map_.Remove(to, ComputePointerHash(to));
393 HashMap::Entry* to_entry = entries_map_.Lookup(to, ComputePointerHash(to),
431 HashMap::Entry* entry = entries_map_.Lookup(addr, ComputePointerHash(addr),
445 HashMap::Entry* entry = entries_map_.Lookup(addr, ComputePointerHash(addr),
557 obj->address(), ComputePointerHash(obj->address()), false);
672 entry_info.addr, ComputePointerHash(entry_info.addr), false);
679 ComputePointerHash(entry_info.addr));
    [all...]
serialize.cc 696 return impl_.Lookup(code_address, ComputePointerHash(code_address), true);
701 ComputePointerHash(code_address),
    [all...]
utils.h 337 inline uint32_t ComputePointerHash(void* ptr) {
    [all...]
bootstrapper.cc     [all...]
  /external/chromium_org/v8/test/cctest/
test-api.cc     [all...]

Completed in 451 milliseconds