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

  /external/v8/src/
hydrogen.h 45 class HEnvironment;
82 HEnvironment* last_environment() const { return last_environment_; }
107 void SetInitialEnvironment(HEnvironment* env);
110 void UpdateEnvironment(HEnvironment* env) { last_environment_ = env; }
183 HEnvironment* last_environment_;
254 HEnvironment* start_environment() const { return start_environment_; }
364 HEnvironment* start_environment_;
390 class HEnvironment: public ZoneObject {
392 HEnvironment(HEnvironment* outer
    [all...]
hydrogen.cc 125 HEnvironment* environment = last_environment();
138 HEnvironment* environment = last_environment();
193 void HBasicBlock::SetInitialEnvironment(HEnvironment* env) {
261 HEnvironment* incoming_env = pred->last_environment();
676 new(zone()) HEnvironment(NULL, info->scope(), info->closure());
    [all...]
hydrogen-instructions.h 47 class HEnvironment;
    [all...]
  /external/chromium_org/v8/src/
hydrogen.h 46 class HEnvironment;
89 HEnvironment* last_environment() const { return last_environment_; }
116 void SetInitialEnvironment(HEnvironment* env);
123 void UpdateEnvironment(HEnvironment* env);
206 HEnvironment* last_environment_;
317 HEnvironment* start_environment() const { return start_environment_; }
479 HEnvironment* start_environment_;
526 class HEnvironment: public ZoneObject {
528 HEnvironment(HEnvironment* outer
    [all...]
hydrogen-osr.cc 77 HEnvironment *environment = builder_->environment();
hydrogen.cc 164 HEnvironment* environment = last_environment();
238 void HBasicBlock::SetInitialEnvironment(HEnvironment* env) {
245 void HBasicBlock::UpdateEnvironment(HEnvironment* env) {
313 HEnvironment* incoming_env = pred->last_environment();
707 HEnvironment* env = builder->environment();
740 HEnvironment* env = first_false_block_->last_environment();
763 HEnvironment* env = first_false_block_->last_environment();
778 HEnvironment* env = first_false_block_->last_environment();
916 HEnvironment* env = builder_->environment();
922 HEnvironment* body_env = env->Copy()
    [all...]
code-stubs-hydrogen.cc 140 HEnvironment* start_environment = graph()->start_environment();
hydrogen-instructions.h 48 class HEnvironment;
    [all...]
  /external/v8/src/arm/
lithium-arm.cc 727 HEnvironment* hydrogen_env = current_block_->last_environment();
924 HEnvironment* last_environment = pred->last_environment();
942 HEnvironment* last_environment = pred->last_environment();
996 HEnvironment* hydrogen_env,
    [all...]
lithium-arm.h     [all...]
  /external/v8/src/mips/
lithium-mips.cc 727 HEnvironment* hydrogen_env = current_block_->last_environment();
924 HEnvironment* last_environment = pred->last_environment();
942 HEnvironment* last_environment = pred->last_environment();
996 HEnvironment* hydrogen_env,
    [all...]
lithium-mips.h     [all...]
  /external/v8/src/x64/
lithium-x64.cc 722 HEnvironment* hydrogen_env = current_block_->last_environment();
919 HEnvironment* last_environment = pred->last_environment();
937 HEnvironment* last_environment = pred->last_environment();
991 HEnvironment* hydrogen_env,
    [all...]
lithium-x64.h     [all...]
  /external/chromium_org/v8/src/arm/
lithium-arm.cc 594 HEnvironment* hydrogen_env = current_block_->last_environment();
797 HEnvironment* last_environment = pred->last_environment();
815 HEnvironment* last_environment = pred->last_environment();
903 HEnvironment* hydrogen_env,
    [all...]
lithium-arm.h     [all...]
  /external/chromium_org/v8/src/ia32/
lithium-ia32.cc 646 HEnvironment* hydrogen_env = current_block_->last_environment();
852 HEnvironment* last_environment = pred->last_environment();
870 HEnvironment* last_environment = pred->last_environment();
958 HEnvironment* hydrogen_env,
    [all...]
lithium-ia32.h     [all...]
  /external/chromium_org/v8/src/mips/
lithium-mips.cc 599 HEnvironment* hydrogen_env = current_block_->last_environment();
802 HEnvironment* last_environment = pred->last_environment();
820 HEnvironment* last_environment = pred->last_environment();
908 HEnvironment* hydrogen_env,
    [all...]
lithium-mips.h     [all...]
  /external/chromium_org/v8/src/x64/
lithium-x64.cc 602 HEnvironment* hydrogen_env = current_block_->last_environment();
796 HEnvironment* last_environment = pred->last_environment();
814 HEnvironment* last_environment = pred->last_environment();
902 HEnvironment* hydrogen_env,
    [all...]
lithium-x64.h     [all...]
  /external/v8/src/ia32/
lithium-ia32.cc 724 HEnvironment* hydrogen_env = current_block_->last_environment();
925 HEnvironment* last_environment = pred->last_environment();
943 HEnvironment* last_environment = pred->last_environment();
997 HEnvironment* hydrogen_env,
    [all...]
lithium-ia32.h     [all...]

Completed in 450 milliseconds