/external/v8/src/crankshaft/ |
D | lithium-codegen.cc | 54 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()
|
D | lithium-codegen.h | 78 int current_instruction_; variable
|
/external/v8/src/crankshaft/arm/ |
D | lithium-codegen-arm.h | 360 instruction_index_(codegen->current_instruction_) { in LDeferredCode()
|
D | lithium-arm.cc | 529 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()
|
D | lithium-arm.h | 2651 current_instruction_(NULL), in LChunkBuilder() 2774 HInstruction* current_instruction_; variable
|
/external/v8/src/crankshaft/x64/ |
D | lithium-codegen-x64.h | 353 instruction_index_(codegen->current_instruction_) { in LDeferredCode()
|
D | lithium-x64.cc | 562 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()
|
D | lithium-x64.h | 2630 current_instruction_(NULL), in LChunkBuilder() 2754 HInstruction* current_instruction_; variable
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-codegen-ppc.h | 326 instruction_index_(codegen->current_instruction_) { in LDeferredCode()
|
D | lithium-ppc.cc | 542 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()
|
D | lithium-ppc.h | 2534 current_instruction_(NULL), in LChunkBuilder() 2654 HInstruction* current_instruction_; variable
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-codegen-ia32.h | 363 instruction_index_(codegen->current_instruction_) { in LDeferredCode()
|
D | lithium-ia32.cc | 578 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()
|
D | lithium-ia32.h | 2644 current_instruction_(NULL), in LChunkBuilder() 2772 HInstruction* current_instruction_; variable
|
/external/v8/src/crankshaft/mips/ |
D | lithium-codegen-mips.h | 394 instruction_index_(codegen->current_instruction_) { in LDeferredCode()
|
D | lithium-mips.cc | 536 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()
|
D | lithium-mips.h | 2610 current_instruction_(NULL), in LChunkBuilder() 2732 HInstruction* current_instruction_; variable
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-codegen-mips64.h | 397 instruction_index_(codegen->current_instruction_) { in LDeferredCode()
|
D | lithium-mips64.cc | 536 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()
|
D | lithium-mips64.h | 2656 current_instruction_(NULL), in LChunkBuilder() 2778 HInstruction* current_instruction_; variable
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-codegen-arm64.h | 408 instruction_index_(codegen->current_instruction_) { in LDeferredCode()
|
D | lithium-arm64.cc | 432 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/ |
D | lithium-codegen-x87.h | 462 instruction_index_(codegen->current_instruction_), in LDeferredCode()
|
D | lithium-x87.cc | 584 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()
|
D | lithium-x87.h | 2658 current_instruction_(NULL), in LChunkBuilder() 2784 HInstruction* current_instruction_; variable
|