Home
last modified time | relevance | path

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

/external/v8/src/x64/
Dlithium-codegen-x64.h53 current_instruction_(-1), in LCodeGen()
290 int current_instruction_; variable
Dlithium-x64.cc652 allocator_->RecordDefinition(current_instruction_, result); in Define()
964 HInstruction* old_current = current_instruction_; in VisitInstruction()
965 current_instruction_ = current; in VisitInstruction()
990 current_instruction_ = old_current; in VisitInstruction()
Dlithium-codegen-x64.cc225 for (current_instruction_ = 0; in GenerateBody()
226 !is_aborted() && current_instruction_ < instructions_->length(); in GenerateBody()
227 current_instruction_++) { in GenerateBody()
228 LInstruction* instr = instructions_->at(current_instruction_); in GenerateBody()
235 Comment(";;; @%d: %s.", current_instruction_, instr->Mnemonic()); in GenerateBody()
244 if (current_instruction_ < instructions_->length() - 1) { in GetNextInstruction()
245 return instructions_->at(current_instruction_ + 1); in GetNextInstruction()
Dlithium-x64.h2012 current_instruction_(NULL), in LChunkBuilder()
2148 HInstruction* current_instruction_; variable
/external/v8/src/ia32/
Dlithium-codegen-ia32.h54 current_instruction_(-1), in LCodeGen()
293 int current_instruction_; variable
Dlithium-ia32.cc651 allocator_->RecordDefinition(current_instruction_, result); in Define()
962 HInstruction* old_current = current_instruction_; in VisitInstruction()
963 current_instruction_ = current; in VisitInstruction()
988 current_instruction_ = old_current; in VisitInstruction()
Dlithium-codegen-ia32.cc212 for (current_instruction_ = 0; in GenerateBody()
213 !is_aborted() && current_instruction_ < instructions_->length(); in GenerateBody()
214 current_instruction_++) { in GenerateBody()
215 LInstruction* instr = instructions_->at(current_instruction_); in GenerateBody()
222 Comment(";;; @%d: %s.", current_instruction_, instr->Mnemonic()); in GenerateBody()
231 if (current_instruction_ < instructions_->length() - 1) { in GetNextInstruction()
232 return instructions_->at(current_instruction_ + 1); in GetNextInstruction()
Dlithium-ia32.h2086 current_instruction_(NULL), in LChunkBuilder()
2222 HInstruction* current_instruction_; variable
/external/v8/src/arm/
Dlithium-codegen-arm.h51 current_instruction_(-1), in LCodeGen()
297 int current_instruction_; variable
Dlithium-arm.cc659 allocator_->RecordDefinition(current_instruction_, result); in Define()
969 HInstruction* old_current = current_instruction_; in VisitInstruction()
970 current_instruction_ = current; in VisitInstruction()
995 current_instruction_ = old_current; in VisitInstruction()
Dlithium-codegen-arm.cc216 for (current_instruction_ = 0; in GenerateBody()
217 !is_aborted() && current_instruction_ < instructions_->length(); in GenerateBody()
218 current_instruction_++) { in GenerateBody()
219 LInstruction* instr = instructions_->at(current_instruction_); in GenerateBody()
226 Comment(";;; @%d: %s.", current_instruction_, instr->Mnemonic()); in GenerateBody()
235 if (current_instruction_ < instructions_->length() - 1) { in GetNextInstruction()
236 return instructions_->at(current_instruction_ + 1); in GetNextInstruction()
Dlithium-arm.h2029 current_instruction_(NULL), in LChunkBuilder()
2165 HInstruction* current_instruction_; variable