Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/
Dsafepoint-table.cc36 : instruction_start_(instruction_start), in SafepointTable()
53 int pc_offset = static_cast<int>(pc - instruction_start_); in FindEntry()
82 os << reinterpret_cast<const void*>(instruction_start_ + entry.pc()) << " " in Print()
Dsafepoint-table.h195 const Address instruction_start_;
/third_party/node/deps/v8/src/profiler/
Dprofile-generator.h129 Address instruction_start() const { return instruction_start_; } in instruction_start()
130 void set_instruction_start(Address address) { instruction_start_ = address; } in set_instruction_start()
249 Address instruction_start_ = kNullAddress; variable