Home
last modified time | relevance | path

Searched refs:current_instruction_ (Results 1 – 25 of 38) sorted by relevance

12

/external/v8/src/crankshaft/
Dlithium-codegen.cc57 current_instruction_(-1), in LCodeGenBase()
71 for (current_instruction_ = 0; in GenerateBody()
72 !is_aborted() && current_instruction_ < instructions_->length(); in GenerateBody()
73 current_instruction_++) { in GenerateBody()
74 LInstruction* instr = instructions_->at(current_instruction_); in GenerateBody()
85 current_instruction_, in GenerateBody()
94 current_instruction_, in GenerateBody()
Dlithium-codegen.h80 int current_instruction_; variable
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.h365 instruction_index_(codegen->current_instruction_) { in LDeferredCode()
Dlithium-arm.cc508 result->set_virtual_register(current_instruction_->id()); in Define()
789 HInstruction* old_current = current_instruction_; in VisitInstruction()
790 current_instruction_ = current; in VisitInstruction()
826 current_instruction_ = old_current; in VisitInstruction()
Dlithium-arm.h2512 current_instruction_(NULL), in LChunkBuilder()
2637 HInstruction* current_instruction_; variable
/external/v8/src/crankshaft/s390/
Dlithium-codegen-s390.h331 instruction_index_(codegen->current_instruction_) { in LDeferredCode()
Dlithium-s390.cc467 result->set_virtual_register(current_instruction_->id()); in Define()
729 HInstruction* old_current = current_instruction_; in VisitInstruction()
730 current_instruction_ = current; in VisitInstruction()
766 current_instruction_ = old_current; in VisitInstruction()
Dlithium-s390.h2275 current_instruction_(NULL), in LChunkBuilder()
2397 HInstruction* current_instruction_; variable
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.h358 instruction_index_(codegen->current_instruction_) { in LDeferredCode()
Dlithium-x64.cc541 result->set_virtual_register(current_instruction_->id()); in Define()
814 HInstruction* old_current = current_instruction_; in VisitInstruction()
815 current_instruction_ = current; in VisitInstruction()
851 current_instruction_ = old_current; in VisitInstruction()
Dlithium-x64.h2517 current_instruction_(NULL), in LChunkBuilder()
2643 HInstruction* current_instruction_; variable
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.h364 instruction_index_(codegen->current_instruction_) { in LDeferredCode()
Dlithium-ia32.cc550 result->set_virtual_register(current_instruction_->id()); in Define()
822 HInstruction* old_current = current_instruction_; in VisitInstruction()
823 current_instruction_ = current; in VisitInstruction()
859 current_instruction_ = old_current; in VisitInstruction()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.h333 instruction_index_(codegen->current_instruction_) { in LDeferredCode()
Dlithium-ppc.cc521 result->set_virtual_register(current_instruction_->id()); in Define()
804 HInstruction* old_current = current_instruction_; in VisitInstruction()
805 current_instruction_ = current; in VisitInstruction()
841 current_instruction_ = old_current; in VisitInstruction()
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.h399 instruction_index_(codegen->current_instruction_) { in LDeferredCode()
Dlithium-mips.cc515 result->set_virtual_register(current_instruction_->id()); in Define()
799 HInstruction* old_current = current_instruction_; in VisitInstruction()
800 current_instruction_ = current; in VisitInstruction()
836 current_instruction_ = old_current; in VisitInstruction()
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.h402 instruction_index_(codegen->current_instruction_) { in LDeferredCode()
Dlithium-mips64.cc515 result->set_virtual_register(current_instruction_->id()); in Define()
799 HInstruction* old_current = current_instruction_; in VisitInstruction()
800 current_instruction_ = current; in VisitInstruction()
836 current_instruction_ = old_current; in VisitInstruction()
Dlithium-mips64.h2518 current_instruction_(NULL), in LChunkBuilder()
2642 HInstruction* current_instruction_; variable
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.h415 instruction_index_(codegen->current_instruction_) { in LDeferredCode()
Dlithium-arm64.cc411 result->set_virtual_register(current_instruction_->id()); in Define()
632 HInstruction* old_current = current_instruction_; in VisitInstruction()
633 current_instruction_ = current; in VisitInstruction()
669 current_instruction_ = old_current; in VisitInstruction()
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.h463 instruction_index_(codegen->current_instruction_), in LDeferredCode()
Dlithium-x87.cc556 result->set_virtual_register(current_instruction_->id()); in Define()
819 HInstruction* old_current = current_instruction_; in VisitInstruction()
820 current_instruction_ = current; in VisitInstruction()
864 current_instruction_ = old_current; in VisitInstruction()
Dlithium-x87.h2524 current_instruction_(NULL), in LChunkBuilder()
2652 HInstruction* current_instruction_; variable

12