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

/external/v8/src/ia32/
H A Dlithium-codegen-ia32.h54 current_instruction_(-1),
324 int current_instruction_; member in class:v8::internal::BASE_EMBEDDED
376 instruction_index_(codegen->current_instruction_) {
H A Dlithium-ia32.cc677 result->set_virtual_register(current_instruction_->id());
977 HInstruction* old_current = current_instruction_;
978 current_instruction_ = current;
992 current_instruction_ = old_current;
H A Dlithium-ia32.h2358 current_instruction_(NULL),
2497 HInstruction* current_instruction_; member in class:v8::internal::BASE_EMBEDDED
H A Dlithium-codegen-ia32.cc240 for (current_instruction_ = 0;
241 !is_aborted() && current_instruction_ < instructions_->length();
242 current_instruction_++) {
243 LInstruction* instr = instructions_->at(current_instruction_);
250 Comment(";;; @%d: %s.", current_instruction_, instr->Mnemonic());
/external/v8/src/x64/
H A Dlithium-codegen-x64.h53 current_instruction_(-1),
320 int current_instruction_; member in class:v8::internal::BASE_EMBEDDED
373 instruction_index_(codegen->current_instruction_) {
H A Dlithium-x64.cc675 result->set_virtual_register(current_instruction_->id());
971 HInstruction* old_current = current_instruction_;
972 current_instruction_ = current;
986 current_instruction_ = old_current;
H A Dlithium-x64.h2222 current_instruction_(NULL),
2361 HInstruction* current_instruction_; member in class:v8::internal::BASE_EMBEDDED
H A Dlithium-codegen-x64.cc232 for (current_instruction_ = 0;
233 !is_aborted() && current_instruction_ < instructions_->length();
234 current_instruction_++) {
235 LInstruction* instr = instructions_->at(current_instruction_);
242 Comment(";;; @%d: %s.", current_instruction_, instr->Mnemonic());
/external/v8/src/arm/
H A Dlithium-codegen-arm.h51 current_instruction_(-1),
335 int current_instruction_; member in class:v8::internal::BASE_EMBEDDED
409 instruction_index_(codegen->current_instruction_) {
H A Dlithium-arm.cc682 result->set_virtual_register(current_instruction_->id());
976 HInstruction* old_current = current_instruction_;
977 current_instruction_ = current;
991 current_instruction_ = old_current;
H A Dlithium-arm.h2260 current_instruction_(NULL),
2395 HInstruction* current_instruction_; member in class:v8::internal::BASE_EMBEDDED
H A Dlithium-codegen-arm.cc222 for (current_instruction_ = 0;
223 !is_aborted() && current_instruction_ < instructions_->length();
224 current_instruction_++) {
225 LInstruction* instr = instructions_->at(current_instruction_);
232 Comment(";;; @%d: %s.", current_instruction_, instr->Mnemonic());
/external/v8/src/mips/
H A Dlithium-codegen-mips.h51 current_instruction_(-1),
350 int current_instruction_; member in class:v8::internal::BASE_EMBEDDED
424 instruction_index_(codegen->current_instruction_) {
H A Dlithium-mips.cc682 result->set_virtual_register(current_instruction_->id());
976 HInstruction* old_current = current_instruction_;
977 current_instruction_ = current;
991 current_instruction_ = old_current;
H A Dlithium-mips.h2240 current_instruction_(NULL),
2376 HInstruction* current_instruction_; member in class:v8::internal::BASE_EMBEDDED
H A Dlithium-codegen-mips.cc221 for (current_instruction_ = 0;
222 !is_aborted() && current_instruction_ < instructions_->length();
223 current_instruction_++) {
224 LInstruction* instr = instructions_->at(current_instruction_);
231 Comment(";;; @%d: %s.", current_instruction_, instr->Mnemonic());

Completed in 234 milliseconds