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.h360 intptr_t special_reg_pc_; variable
Dsimulator-ppc.cc282 sim_->special_reg_pc_, sim_->special_reg_lr_, in Debug()
301 sim_->special_reg_pc_, sim_->special_reg_lr_, in Debug()
766 special_reg_pc_ = 0; in Simulator()
949 special_reg_pc_ = value; in set_pc()
954 return ((special_reg_pc_ == bad_lr) || (special_reg_pc_ == end_sim_pc)); in has_bad_pc()
959 intptr_t Simulator::get_pc() const { return special_reg_pc_; } in get_pc()
/external/v8/src/s390/
Dsimulator-s390.h477 intptr_t special_reg_pc_; variable
Dsimulator-s390.cc301 PrintF(" pc: %08" V8PRIxPTR " cr: %08x\n", sim_->special_reg_pc_, in Debug()
316 PrintF(" pc: %08" V8PRIxPTR " cr: %08x\n", sim_->special_reg_pc_, in Debug()
1505 special_reg_pc_ = 0; in Simulator()
1716 special_reg_pc_ = value; in set_pc()
1720 return ((special_reg_pc_ == bad_lr) || (special_reg_pc_ == end_sim_pc)); in has_bad_pc()
1724 intptr_t Simulator::get_pc() const { return special_reg_pc_; } in get_pc()