Searched refs:instruction_start_ (Results 1 – 3 of 3) sorted by relevance
36 : 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()
195 const Address instruction_start_;
129 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