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

  /external/chromium_org/v8/src/
hydrogen.h 48 HControlInstruction* end() const { return end_; }
169 void Finish(HControlInstruction* last, HSourcePosition position);
170 void FinishExit(HControlInstruction* instruction, HSourcePosition position);
194 HControlInstruction* end_;
778 virtual void ReturnControl(HControlInstruction* instr, BailoutId ast_id) = 0;
822 virtual void ReturnControl(HControlInstruction* instr,
839 virtual void ReturnControl(HControlInstruction* instr,
866 virtual void ReturnControl(HControlInstruction* instr,
    [all...]
hydrogen-instructions.cc 1148 void HControlInstruction::PrintDataTo(StringStream* stream) {
1161 HControlInstruction::PrintDataTo(stream);
    [all...]
hydrogen-check-elimination.cc 219 HControlInstruction* end = succ->predecessors()->at(0)->end();
hydrogen.cc 196 void HBasicBlock::Finish(HControlInstruction* end, HSourcePosition position) {
435 HControlInstruction* end = dominator_candidate->end();
547 HControlInstruction* end = stack_.RemoveLast()->end();
792 HControlInstruction* HGraphBuilder::IfBuilder::AddCompare(
793 HControlInstruction* compare) {
    [all...]
hydrogen-instructions.h     [all...]
  /external/chromium_org/v8/src/arm/
lithium-arm.h 524 HControlInstruction* hydrogen() {
525 return HControlInstruction::cast(this->hydrogen_value());
    [all...]
lithium-arm.cc 846 HControlInstruction::cast(current)->KnownSuccessorBlock(&successor) &&
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-ia32.h 517 HControlInstruction* hydrogen() {
518 return HControlInstruction::cast(this->hydrogen_value());
    [all...]
lithium-ia32.cc 887 HControlInstruction::cast(current)->KnownSuccessorBlock(&successor) &&
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-mips.h 523 HControlInstruction* hydrogen() {
524 return HControlInstruction::cast(this->hydrogen_value());
    [all...]
lithium-mips.cc 854 HControlInstruction::cast(current)->KnownSuccessorBlock(&successor) &&
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-x64.h 531 HControlInstruction* hydrogen() {
532 return HControlInstruction::cast(this->hydrogen_value());
    [all...]
lithium-x64.cc 860 HControlInstruction::cast(current)->KnownSuccessorBlock(&successor) &&
    [all...]
  /external/chromium_org/v8/src/x87/
lithium-x87.h 534 HControlInstruction* hydrogen() {
535 return HControlInstruction::cast(this->hydrogen_value());
    [all...]
lithium-x87.cc 873 HControlInstruction::cast(current)->KnownSuccessorBlock(&successor) &&
    [all...]
  /external/chromium_org/v8/src/arm64/
lithium-arm64.cc 677 HControlInstruction::cast(current)->KnownSuccessorBlock(&successor) &&
    [all...]

Completed in 384 milliseconds