Searched refs:current_instruction_ (Results 1 – 12 of 12) sorted by relevance
/external/v8/src/x64/ |
D | lithium-codegen-x64.h | 53 current_instruction_(-1), in LCodeGen() 290 int current_instruction_; variable
|
D | lithium-x64.cc | 652 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()
|
D | lithium-codegen-x64.cc | 225 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()
|
D | lithium-x64.h | 2012 current_instruction_(NULL), in LChunkBuilder() 2148 HInstruction* current_instruction_; variable
|
/external/v8/src/ia32/ |
D | lithium-codegen-ia32.h | 54 current_instruction_(-1), in LCodeGen() 293 int current_instruction_; variable
|
D | lithium-ia32.cc | 651 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()
|
D | lithium-codegen-ia32.cc | 212 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()
|
D | lithium-ia32.h | 2086 current_instruction_(NULL), in LChunkBuilder() 2222 HInstruction* current_instruction_; variable
|
/external/v8/src/arm/ |
D | lithium-codegen-arm.h | 51 current_instruction_(-1), in LCodeGen() 297 int current_instruction_; variable
|
D | lithium-arm.cc | 659 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()
|
D | lithium-codegen-arm.cc | 216 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()
|
D | lithium-arm.h | 2029 current_instruction_(NULL), in LChunkBuilder() 2165 HInstruction* current_instruction_; variable
|