HomeSort by relevance Sort by last modified time
    Searched full:set_register (Results 1 - 15 of 15) sorted by null

  /external/v8/src/ppc/
simulator-ppc.cc 914 void Simulator::set_register(int reg, intptr_t value) { function in class:v8::internal::Simulator
    [all...]
simulator-ppc.h 183 void set_register(int reg, intptr_t value);
203 // Special case of set_register and get_register to access the raw PC value.
  /external/v8/src/arm/
simulator-arm.cc 832 void Simulator::set_register(int reg, int32_t value) { function in class:v8::internal::Simulator
    [all...]
simulator-arm.h 145 void set_register(int reg, int32_t value);
189 // Special case of set_register and get_register to access the raw PC value.
  /external/v8/src/s390/
simulator-s390.cc 1665 void Simulator::set_register(int reg, uint64_t value) { function in class:v8::internal::Simulator
    [all...]
simulator-s390.h 153 void set_register(int reg, uint64_t value);
197 // Special case of set_register and get_register to access the raw PC value.
  /external/v8/src/mips/
simulator-mips.cc 1044 void Simulator::set_register(int reg, int32_t value) { function in class:v8::internal::Simulator
    [all...]
simulator-mips.h 197 void set_register(int reg, int32_t value);
235 // Special case of set_register and get_register to access the raw PC value.
377 set_register(rd_reg, alu_out);
  /external/v8/src/mips64/
simulator-mips64.cc 978 void Simulator::set_register(int reg, int64_t value) { function in class:v8::internal::Simulator
    [all...]
simulator-mips64.h 206 void set_register(int reg, int64_t value);
245 // Special case of set_register and get_register to access the raw PC value.
398 set_register(rd_reg, alu_out);
  /external/v8/src/regexp/
bytecodes-irregexp.h 31 V(SET_REGISTER, 8, 8) /* bc8 reg_idx24 value32 */ \
interpreter-irregexp.cc 200 BYTECODE(SET_REGISTER)
jsregexp.h 585 SET_REGISTER,
    [all...]
jsregexp.cc     [all...]
  /external/v8/src/interpreter/
bytecode-generator.cc 45 outer_->set_register(outer_context_reg);
55 outer_->set_register(register_);
85 void set_register(Register reg) { register_ = reg; } function in class:v8::internal::interpreter::BASE_EMBEDDED
    [all...]

Completed in 1012 milliseconds