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

12

/external/v8/src/crankshaft/
H A Dlithium-codegen.cc57 current_instruction_(-1),
71 for (current_instruction_ = 0;
72 !is_aborted() && current_instruction_ < instructions_->length();
73 current_instruction_++) {
74 LInstruction* instr = instructions_->at(current_instruction_);
85 current_instruction_,
94 current_instruction_,
H A Dlithium-codegen.h80 int current_instruction_; member in class:v8::internal::BASE_EMBEDDED
/external/v8/src/crankshaft/arm/
H A Dlithium-codegen-arm.h365 instruction_index_(codegen->current_instruction_) {
H A Dlithium-arm.cc508 result->set_virtual_register(current_instruction_->id());
789 HInstruction* old_current = current_instruction_;
790 current_instruction_ = current;
826 current_instruction_ = old_current;
H A Dlithium-arm.h2512 current_instruction_(NULL),
2637 HInstruction* current_instruction_; member in class:v8::internal::final
/external/v8/src/crankshaft/arm64/
H A Dlithium-codegen-arm64.h415 instruction_index_(codegen->current_instruction_) {
H A Dlithium-arm64.cc411 result->set_virtual_register(current_instruction_->id());
632 HInstruction* old_current = current_instruction_;
633 current_instruction_ = current;
669 current_instruction_ = old_current;
/external/v8/src/crankshaft/ia32/
H A Dlithium-codegen-ia32.h364 instruction_index_(codegen->current_instruction_) {
H A Dlithium-ia32.cc550 result->set_virtual_register(current_instruction_->id());
822 HInstruction* old_current = current_instruction_;
823 current_instruction_ = current;
859 current_instruction_ = old_current;
H A Dlithium-ia32.h2528 current_instruction_(NULL),
2658 HInstruction* current_instruction_; member in class:v8::internal::final
/external/v8/src/crankshaft/mips/
H A Dlithium-codegen-mips.h399 instruction_index_(codegen->current_instruction_) {
H A Dlithium-mips.cc515 result->set_virtual_register(current_instruction_->id());
799 HInstruction* old_current = current_instruction_;
800 current_instruction_ = current;
836 current_instruction_ = old_current;
H A Dlithium-mips.h2472 current_instruction_(NULL),
2596 HInstruction* current_instruction_; member in class:v8::internal::final
/external/v8/src/crankshaft/mips64/
H A Dlithium-codegen-mips64.h402 instruction_index_(codegen->current_instruction_) {
H A Dlithium-mips64.cc515 result->set_virtual_register(current_instruction_->id());
799 HInstruction* old_current = current_instruction_;
800 current_instruction_ = current;
836 current_instruction_ = old_current;
H A Dlithium-mips64.h2518 current_instruction_(NULL),
2642 HInstruction* current_instruction_; member in class:v8::internal::final
/external/v8/src/crankshaft/ppc/
H A Dlithium-codegen-ppc.h333 instruction_index_(codegen->current_instruction_) {
H A Dlithium-ppc.cc521 result->set_virtual_register(current_instruction_->id());
804 HInstruction* old_current = current_instruction_;
805 current_instruction_ = current;
841 current_instruction_ = old_current;
H A Dlithium-ppc.h2435 current_instruction_(NULL),
2557 HInstruction* current_instruction_; member in class:v8::internal::final
/external/v8/src/crankshaft/s390/
H A Dlithium-codegen-s390.h331 instruction_index_(codegen->current_instruction_) {
H A Dlithium-s390.cc467 result->set_virtual_register(current_instruction_->id());
729 HInstruction* old_current = current_instruction_;
730 current_instruction_ = current;
766 current_instruction_ = old_current;
/external/v8/src/crankshaft/x64/
H A Dlithium-codegen-x64.h358 instruction_index_(codegen->current_instruction_) {
H A Dlithium-x64.cc541 result->set_virtual_register(current_instruction_->id());
814 HInstruction* old_current = current_instruction_;
815 current_instruction_ = current;
851 current_instruction_ = old_current;
/external/v8/src/crankshaft/x87/
H A Dlithium-codegen-x87.h463 instruction_index_(codegen->current_instruction_),
H A Dlithium-x87.cc556 result->set_virtual_register(current_instruction_->id());
819 HInstruction* old_current = current_instruction_;
820 current_instruction_ = current;
864 current_instruction_ = old_current;

Completed in 367 milliseconds

12