/external/v8/src/crankshaft/ |
D | lithium-codegen.cc | 57 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()
|
D | lithium-codegen.h | 80 int current_instruction_; variable
|
/external/v8/src/crankshaft/arm/ |
D | lithium-codegen-arm.h | 365 instruction_index_(codegen->current_instruction_) { in LDeferredCode()
|
D | lithium-arm.cc | 508 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()
|
D | lithium-arm.h | 2512 current_instruction_(NULL), in LChunkBuilder() 2637 HInstruction* current_instruction_; variable
|
/external/v8/src/crankshaft/s390/ |
D | lithium-codegen-s390.h | 331 instruction_index_(codegen->current_instruction_) { in LDeferredCode()
|
D | lithium-s390.cc | 467 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()
|
D | lithium-s390.h | 2275 current_instruction_(NULL), in LChunkBuilder() 2397 HInstruction* current_instruction_; variable
|
/external/v8/src/crankshaft/x64/ |
D | lithium-codegen-x64.h | 358 instruction_index_(codegen->current_instruction_) { in LDeferredCode()
|
D | lithium-x64.cc | 541 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()
|
D | lithium-x64.h | 2517 current_instruction_(NULL), in LChunkBuilder() 2643 HInstruction* current_instruction_; variable
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-codegen-ia32.h | 364 instruction_index_(codegen->current_instruction_) { in LDeferredCode()
|
D | lithium-ia32.cc | 550 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/ |
D | lithium-codegen-ppc.h | 333 instruction_index_(codegen->current_instruction_) { in LDeferredCode()
|
D | lithium-ppc.cc | 521 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/ |
D | lithium-codegen-mips.h | 399 instruction_index_(codegen->current_instruction_) { in LDeferredCode()
|
D | lithium-mips.cc | 515 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/ |
D | lithium-codegen-mips64.h | 402 instruction_index_(codegen->current_instruction_) { in LDeferredCode()
|
D | lithium-mips64.cc | 515 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()
|
D | lithium-mips64.h | 2518 current_instruction_(NULL), in LChunkBuilder() 2642 HInstruction* current_instruction_; variable
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-codegen-arm64.h | 415 instruction_index_(codegen->current_instruction_) { in LDeferredCode()
|
D | lithium-arm64.cc | 411 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/ |
D | lithium-codegen-x87.h | 463 instruction_index_(codegen->current_instruction_), in LDeferredCode()
|
D | lithium-x87.cc | 556 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()
|
D | lithium-x87.h | 2524 current_instruction_(NULL), in LChunkBuilder() 2652 HInstruction* current_instruction_; variable
|