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

  /external/chromium_org/v8/src/
hydrogen-environment-liveness.h 30 void ZapEnvironmentSlot(int index, HSimulate* simulate);
47 ZoneList<HSimulate*> first_simulate_;
59 HSimulate* last_simulate_;
hydrogen-removable-simulates.cc 28 HSimulate* current_simulate = HSimulate::cast(instr);
38 // Ensure there's a non-foldable HSimulate before an HEnterInlined to avoid
41 HSimulate::cast(instr->previous())->is_candidate_for_removal()));
62 HSimulate* current_simulate = HSimulate::cast(instr);
114 void Remember(HSimulate* sim) {
157 ZoneList<HSimulate*> mergelist_;
hydrogen-environment-liveness.cc 37 int index, HSimulate* simulate) {
62 HSimulate* simulate = first_simulate_.at(successor_id);
75 HSimulate* simulate = marker->next_simulate();
136 // inline sequence always looks like this: HLeaveInlined, HSimulate,
149 last_simulate_ = HSimulate::cast(instr);
hydrogen-osr.cc 73 builder_->Add<HSimulate>(osr_entry_id);
hydrogen.cc 162 HSimulate* HBasicBlock::CreateSimulate(BailoutId ast_id,
173 HSimulate* instr =
174 new(zone()) HSimulate(ast_id, pop_count, zone(), removable);
179 // HSimulate::MergeWith() to easily append additional pushed values
267 HSimulate* simulate = HSimulate::cast(predecessor->end()->previous());
    [all...]
hydrogen.h 116 HSimulate* AddNewSimulate(BailoutId ast_id,
119 HSimulate* instr = CreateSimulate(ast_id, removable);
168 HSimulate* CreateSimulate(BailoutId ast_id, RemovableSimulate removable);
    [all...]
hydrogen-instructions.cc     [all...]
hydrogen-instructions.h     [all...]
code-stubs-hydrogen.cc 151 Add<HSimulate>(BailoutId::StubEntry());
    [all...]
  /external/chromium_org/v8/test/mjsunit/
deopt-with-fp-regs.js 49 // Write to a field of a global object. As for any side effect, a HSimulate
  /external/chromium_org/v8/test/mjsunit/compiler/
uint32.js 58 SideEffect(); // x will be used by HSimulate.
  /external/chromium_org/v8/src/arm/
lithium-arm.cc 913 HSimulate* sim = HSimulate::cast(hydrogen_val->next());
    [all...]
  /external/chromium_org/v8/src/arm64/
lithium-arm64.cc 744 HSimulate* sim = HSimulate::cast(hydrogen_val->next());
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-ia32.cc 954 HSimulate* sim = HSimulate::cast(hydrogen_val->next());
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-mips.cc 921 HSimulate* sim = HSimulate::cast(hydrogen_val->next());
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-x64.cc 927 HSimulate* sim = HSimulate::cast(hydrogen_val->next());
    [all...]
  /external/chromium_org/v8/src/x87/
lithium-x87.cc 949 HSimulate* sim = HSimulate::cast(hydrogen_val->next());
    [all...]

Completed in 377 milliseconds