Home
last modified time | relevance | path

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

/external/v8/src/
Dsafepoint-table.cc40 : instruction_start_(instruction_start), in SafepointTable()
43 Address header = instruction_start_ + safepoint_table_offset; in SafepointTable()
70 unsigned pc_offset = static_cast<unsigned>(pc - instruction_start_); in FindEntry()
Dsafepoint-table.h159 Address instruction_start_; variable
/external/v8/src/profiler/
Dprofile-generator.h111 void set_instruction_start(Address start) { instruction_start_ = start; } in set_instruction_start()
112 Address instruction_start() const { return instruction_start_; } in instruction_start()
185 Address instruction_start_; variable
Dprofile-generator-inl.h27 instruction_start_(instruction_start) {} in CodeEntry()