HomeSort by relevance Sort by last modified time
    Searched refs:current_instruction_ (Results 1 - 12 of 12) sorted by null

  /external/v8/src/arm/
lithium-codegen-arm.h 51 current_instruction_(-1),
297 int current_instruction_; member in class:v8::internal::BASE_EMBEDDED
lithium-arm.cc 659 allocator_->RecordDefinition(current_instruction_, result);
969 HInstruction* old_current = current_instruction_;
970 current_instruction_ = current;
995 current_instruction_ = old_current;
    [all...]
lithium-codegen-arm.cc 216 for (current_instruction_ = 0;
217 !is_aborted() && current_instruction_ < instructions_->length();
218 current_instruction_++) {
219 LInstruction* instr = instructions_->at(current_instruction_);
226 Comment(";;; @%d: %s.", current_instruction_, instr->Mnemonic());
235 if (current_instruction_ < instructions_->length() - 1) {
236 return instructions_->at(current_instruction_ + 1);
    [all...]
lithium-arm.h 2165 HInstruction* current_instruction_; member in class:v8::internal::BASE_EMBEDDED
    [all...]
  /external/v8/src/ia32/
lithium-codegen-ia32.h 54 current_instruction_(-1),
293 int current_instruction_; member in class:v8::internal::BASE_EMBEDDED
lithium-ia32.cc 651 allocator_->RecordDefinition(current_instruction_, result);
962 HInstruction* old_current = current_instruction_;
963 current_instruction_ = current;
988 current_instruction_ = old_current;
    [all...]
lithium-codegen-ia32.cc 212 for (current_instruction_ = 0;
213 !is_aborted() && current_instruction_ < instructions_->length();
214 current_instruction_++) {
215 LInstruction* instr = instructions_->at(current_instruction_);
222 Comment(";;; @%d: %s.", current_instruction_, instr->Mnemonic());
231 if (current_instruction_ < instructions_->length() - 1) {
232 return instructions_->at(current_instruction_ + 1);
    [all...]
lithium-ia32.h 2222 HInstruction* current_instruction_; member in class:v8::internal::BASE_EMBEDDED
    [all...]
  /external/v8/src/x64/
lithium-codegen-x64.h 53 current_instruction_(-1),
290 int current_instruction_; member in class:v8::internal::BASE_EMBEDDED
lithium-x64.cc 652 allocator_->RecordDefinition(current_instruction_, result);
964 HInstruction* old_current = current_instruction_;
965 current_instruction_ = current;
990 current_instruction_ = old_current;
    [all...]
lithium-codegen-x64.cc 225 for (current_instruction_ = 0;
226 !is_aborted() && current_instruction_ < instructions_->length();
227 current_instruction_++) {
228 LInstruction* instr = instructions_->at(current_instruction_);
235 Comment(";;; @%d: %s.", current_instruction_, instr->Mnemonic());
244 if (current_instruction_ < instructions_->length() - 1) {
245 return instructions_->at(current_instruction_ + 1);
    [all...]
lithium-x64.h 2148 HInstruction* current_instruction_; member in class:v8::internal::BASE_EMBEDDED
    [all...]

Completed in 486 milliseconds