Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dprofile-generator.h111 void set_instruction_start(Address start) { instruction_start_ = start; } in set_instruction_start() function
Dprofile-generator.cc576 entry->set_instruction_start(to); in MoveCode()