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

  /external/chromium_org/v8/src/
heap-snapshot-generator.cc 395 void* from_value = entries_map_.Remove(from, ComputePointerHash(from));
400 void* to_value = entries_map_.Remove(to, ComputePointerHash(to));
407 HashMap::Entry* to_entry = entries_map_.Lookup(to, ComputePointerHash(to),
444 HashMap::Entry* entry = entries_map_.Lookup(addr, ComputePointerHash(addr),
458 HashMap::Entry* entry = entries_map_.Lookup(addr, ComputePointerHash(addr),
570 obj->address(), ComputePointerHash(obj->address()), false);
685 entry_info.addr, ComputePointerHash(entry_info.addr), false);
692 ComputePointerHash(entry_info.addr));
    [all...]
serialize.cc 735 return impl_.Lookup(code_address, ComputePointerHash(code_address), true);
740 ComputePointerHash(code_address),
    [all...]
utils.h 356 inline uint32_t ComputePointerHash(void* ptr) {
    [all...]
bootstrapper.cc     [all...]
  /external/v8/src/
log.cc 432 return impl_.Lookup(code_address, ComputePointerHash(code_address), true);
436 return impl_.Lookup(code_address, ComputePointerHash(code_address), false);
    [all...]
utils.h 284 inline uint32_t ComputePointerHash(void* ptr) {
bootstrapper.cc     [all...]
  /external/chromium_org/v8/test/cctest/
test-api.cc     [all...]

Completed in 683 milliseconds