Home
last modified time | relevance | path

Searched refs:find_object_near (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/tools/
Dwindbg.js397 function find_object_near(aligned_addr, max_distance, step_op) { function
401 find_object_near(aligned_addr, max_distance, x => x - step);
403 find_object_near(aligned_addr, max_distance, x => x + step);
427 return find_object_near(aligned_addr, max_distance, x => x - ptr_size);
435 return find_object_near(aligned_addr, max_distance, x => x + ptr_size);