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

1 2

  /external/chromium_org/v8/src/
lithium-codegen.cc 52 current_instruction_(-1),
62 for (current_instruction_ = 0;
63 !is_aborted() && current_instruction_ < instructions_->length();
64 current_instruction_++) {
65 LInstruction* instr = instructions_->at(current_instruction_);
76 current_instruction_,
85 current_instruction_,
lithium-codegen.h 70 int current_instruction_; member in class:v8::internal::BASE_EMBEDDED
  /external/chromium_org/v8/src/arm/
lithium-codegen-arm.h 385 instruction_index_(codegen->current_instruction_) {
lithium-arm.cc 528 result->set_virtual_register(current_instruction_->id());
818 HInstruction* old_current = current_instruction_;
819 current_instruction_ = current;
855 current_instruction_ = old_current;
    [all...]
lithium-arm.h 2885 HInstruction* current_instruction_; member in class:v8::internal::FINAL
    [all...]
lithium-codegen-arm.cc     [all...]
  /external/chromium_org/v8/src/arm64/
lithium-codegen-arm64.h 422 instruction_index_(codegen->current_instruction_) {
lithium-arm64.cc 431 result->set_virtual_register(current_instruction_->id());
656 HInstruction* old_current = current_instruction_;
657 current_instruction_ = current;
693 current_instruction_ = old_current;
    [all...]
lithium-arm64.h 3247 HInstruction* current_instruction_; member in class:v8::internal::FINAL
    [all...]
lithium-codegen-arm64.cc     [all...]
  /external/chromium_org/v8/src/ia32/
lithium-codegen-ia32.h 387 instruction_index_(codegen->current_instruction_) {
lithium-ia32.cc 579 result->set_virtual_register(current_instruction_->id());
858 HInstruction* old_current = current_instruction_;
859 current_instruction_ = current;
895 current_instruction_ = old_current;
    [all...]
lithium-ia32.h 2882 HInstruction* current_instruction_; member in class:v8::internal::FINAL
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-codegen-mips.h 422 instruction_index_(codegen->current_instruction_) {
lithium-mips.cc 535 result->set_virtual_register(current_instruction_->id());
828 HInstruction* old_current = current_instruction_;
829 current_instruction_ = current;
865 current_instruction_ = old_current;
    [all...]
lithium-mips.h 2844 HInstruction* current_instruction_; member in class:v8::internal::FINAL
    [all...]
  /external/chromium_org/v8/src/mips64/
lithium-codegen-mips64.h 423 instruction_index_(codegen->current_instruction_) {
lithium-mips64.cc 535 result->set_virtual_register(current_instruction_->id());
828 HInstruction* old_current = current_instruction_;
829 current_instruction_ = current;
865 current_instruction_ = old_current;
    [all...]
lithium-mips64.h 2828 HInstruction* current_instruction_; member in class:v8::internal::FINAL
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-codegen-x64.h 374 instruction_index_(codegen->current_instruction_) {
lithium-x64.cc 561 result->set_virtual_register(current_instruction_->id());
841 HInstruction* old_current = current_instruction_;
842 current_instruction_ = current;
878 current_instruction_ = old_current;
    [all...]
lithium-x64.h 2877 HInstruction* current_instruction_; member in class:v8::internal::FINAL
    [all...]
  /external/chromium_org/v8/src/x87/
lithium-codegen-x87.h 484 instruction_index_(codegen->current_instruction_),
lithium-x87.cc 585 result->set_virtual_register(current_instruction_->id());
857 HInstruction* old_current = current_instruction_;
858 current_instruction_ = current;
902 current_instruction_ = old_current;
    [all...]
lithium-x87.h 2896 HInstruction* current_instruction_; member in class:v8::internal::FINAL
    [all...]

Completed in 2627 milliseconds

1 2