HomeSort by relevance Sort by last modified time
    Searched refs:HEnvironment (Results 1 - 11 of 11) 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/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/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 253 milliseconds