HomeSort by relevance Sort by last modified time
    Searched refs:instr_ (Results 26 - 32 of 32) sorted by null

12

  /external/v8/src/crankshaft/
lithium.h 808 LInstruction* instr_; member in class:v8::internal::BASE_EMBEDDED
824 LInstruction* instr_; member in class:v8::internal::BASE_EMBEDDED
hydrogen.h 260 : instr_(block->first()) {
261 next_ = Done() ? NULL : instr_->next();
264 inline bool Done() const { return instr_ == NULL; }
265 inline HInstruction* Current() { return instr_; }
267 instr_ = next_;
268 next_ = Done() ? NULL : instr_->next();
272 HInstruction* instr_; member in class:v8::internal::BASE_EMBEDDED
    [all...]
hydrogen-instructions.h 1080 const HControlInstruction* instr_; member in class:BASE_EMBEDDED
    [all...]
  /external/v8/src/compiler/ppc/
code-generator-ppc.cc 30 size_t OutputCount() { return instr_->OutputCount(); }
33 switch (instr_->flags_mode()) {
47 switch (instr_->flags_condition()) {
61 Constant constant = ToConstant(instr_->InputAt(index));
86 *mode = AddressingModeField::decode(instr_->opcode());
2072 Instruction* instr_; member in class:v8::internal::compiler::final
    [all...]
  /external/v8/src/compiler/
instruction.cc 362 wrapper.instr_ = this;
513 const Instruction& instr = *printable.instr_;
720 printable_instr.instr_ = code->InstructionAt(j);
    [all...]
instruction.h     [all...]
  /external/v8/src/compiler/arm/
code-generator-arm.cc 31 switch (instr_->flags_mode()) {
45 Constant constant = ToConstant(instr_->InputAt(index));
67 switch (AddressingModeField::decode(instr_->opcode())) {
99 switch (AddressingModeField::decode(instr_->opcode())) {
2079 Instruction* instr_; member in class:v8::internal::compiler::final
    [all...]

Completed in 201 milliseconds

12