Home
last modified time | relevance | path

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

/external/v8/src/ppc/
Dsimulator-ppc.h316 intptr_t special_reg_pc_; variable
Dsimulator-ppc.cc287 sim_->special_reg_pc_, sim_->special_reg_lr_, in Debug()
306 sim_->special_reg_pc_, sim_->special_reg_lr_, in Debug()
758 special_reg_pc_ = 0; in Simulator()
834 special_reg_pc_ = value; in set_pc()
839 return ((special_reg_pc_ == bad_lr) || (special_reg_pc_ == end_sim_pc)); in has_bad_pc()
844 intptr_t Simulator::get_pc() const { return special_reg_pc_; } in get_pc()
/external/v8/src/s390/
Dsimulator-s390.h417 intptr_t special_reg_pc_; variable
Dsimulator-s390.cc302 PrintF(" pc: %08" V8PRIxPTR " cr: %08x\n", sim_->special_reg_pc_, in Debug()
317 PrintF(" pc: %08" V8PRIxPTR " cr: %08x\n", sim_->special_reg_pc_, in Debug()
1516 special_reg_pc_ = 0; in Simulator()
1616 special_reg_pc_ = value; in set_pc()
1620 return ((special_reg_pc_ == bad_lr) || (special_reg_pc_ == end_sim_pc)); in has_bad_pc()
1624 intptr_t Simulator::get_pc() const { return special_reg_pc_; } in get_pc()