Home
last modified time | relevance | path

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

12

/external/v8/src/crankshaft/
Dlithium-codegen.cc54 current_instruction_(-1), in LCodeGenBase()
68 for (current_instruction_ = 0; in GenerateBody()
69 !is_aborted() && current_instruction_ < instructions_->length(); in GenerateBody()
70 current_instruction_++) { in GenerateBody()
71 LInstruction* instr = instructions_->at(current_instruction_); in GenerateBody()
82 current_instruction_, in GenerateBody()
91 current_instruction_, in GenerateBody()
Dlithium-codegen.h78 int current_instruction_; variable
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.h360 instruction_index_(codegen->current_instruction_) { in LDeferredCode()
Dlithium-arm.cc529 result->set_virtual_register(current_instruction_->id()); in Define()
815 HInstruction* old_current = current_instruction_; in VisitInstruction()
816 current_instruction_ = current; in VisitInstruction()
852 current_instruction_ = old_current; in VisitInstruction()
Dlithium-arm.h2651 current_instruction_(NULL), in LChunkBuilder()
2774 HInstruction* current_instruction_; variable
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.h353 instruction_index_(codegen->current_instruction_) { in LDeferredCode()
Dlithium-x64.cc562 result->set_virtual_register(current_instruction_->id()); in Define()
839 HInstruction* old_current = current_instruction_; in VisitInstruction()
840 current_instruction_ = current; in VisitInstruction()
876 current_instruction_ = old_current; in VisitInstruction()
Dlithium-x64.h2630 current_instruction_(NULL), in LChunkBuilder()
2754 HInstruction* current_instruction_; variable
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.h326 instruction_index_(codegen->current_instruction_) { in LDeferredCode()
Dlithium-ppc.cc542 result->set_virtual_register(current_instruction_->id()); in Define()
829 HInstruction* old_current = current_instruction_; in VisitInstruction()
830 current_instruction_ = current; in VisitInstruction()
866 current_instruction_ = old_current; in VisitInstruction()
Dlithium-ppc.h2534 current_instruction_(NULL), in LChunkBuilder()
2654 HInstruction* current_instruction_; variable
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.h363 instruction_index_(codegen->current_instruction_) { in LDeferredCode()
Dlithium-ia32.cc578 result->set_virtual_register(current_instruction_->id()); in Define()
854 HInstruction* old_current = current_instruction_; in VisitInstruction()
855 current_instruction_ = current; in VisitInstruction()
891 current_instruction_ = old_current; in VisitInstruction()
Dlithium-ia32.h2644 current_instruction_(NULL), in LChunkBuilder()
2772 HInstruction* current_instruction_; variable
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.h394 instruction_index_(codegen->current_instruction_) { in LDeferredCode()
Dlithium-mips.cc536 result->set_virtual_register(current_instruction_->id()); in Define()
825 HInstruction* old_current = current_instruction_; in VisitInstruction()
826 current_instruction_ = current; in VisitInstruction()
862 current_instruction_ = old_current; in VisitInstruction()
Dlithium-mips.h2610 current_instruction_(NULL), in LChunkBuilder()
2732 HInstruction* current_instruction_; variable
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.h397 instruction_index_(codegen->current_instruction_) { in LDeferredCode()
Dlithium-mips64.cc536 result->set_virtual_register(current_instruction_->id()); in Define()
825 HInstruction* old_current = current_instruction_; in VisitInstruction()
826 current_instruction_ = current; in VisitInstruction()
862 current_instruction_ = old_current; in VisitInstruction()
Dlithium-mips64.h2656 current_instruction_(NULL), in LChunkBuilder()
2778 HInstruction* current_instruction_; variable
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.h408 instruction_index_(codegen->current_instruction_) { in LDeferredCode()
Dlithium-arm64.cc432 result->set_virtual_register(current_instruction_->id()); in Define()
657 HInstruction* old_current = current_instruction_; in VisitInstruction()
658 current_instruction_ = current; in VisitInstruction()
694 current_instruction_ = old_current; in VisitInstruction()
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.h462 instruction_index_(codegen->current_instruction_), in LDeferredCode()
Dlithium-x87.cc584 result->set_virtual_register(current_instruction_->id()); in Define()
852 HInstruction* old_current = current_instruction_; in VisitInstruction()
853 current_instruction_ = current; in VisitInstruction()
897 current_instruction_ = old_current; in VisitInstruction()
Dlithium-x87.h2658 current_instruction_(NULL), in LChunkBuilder()
2784 HInstruction* current_instruction_; variable

12