Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/profiler/
Dcpu-profiler-inl.h23 code_map->MoveCode(from_instruction_start, to_instruction_start); in UpdateCodeMap()
Dprofile-generator.h491 void MoveCode(Address from, Address to);
Dprofile-generator.cc857 void CodeMap::MoveCode(Address from, Address to) { in MoveCode() function in v8::internal::CodeMap