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

  /external/v8/src/
lithium-allocator.cc 572 BitVector* live_in = live_in_sets_[successor->block_id()];
    [all...]
hydrogen.cc 274 dominated_blocks_[index]->block_id() < block->block_id()) {
290 if (first->block_id() > second->block_id()) {
321 ASSERT(block_id() >= 0);
344 if (cur->block_id() > max_id) {
345 max_id = cur->block_id();
394 !reachable_.Contains(block->block_id())) {
395 reachable_.Add(block->block_id());
485 ASSERT(!dominator_analyzer.reachable()->Contains(block->block_id()));
    [all...]
hydrogen.h 58 int block_id() const { return block_id_; } function in class:v8::internal::HBasicBlock
95 bool IsStartBlock() const { return block_id() == 0; }
    [all...]
hydrogen-instructions.cc 279 return block()->block_id() > other->block_id();
642 int first_id = FirstSuccessor()->block_id();
646 int second_id = SecondSuccessor()->block_id();
    [all...]
  /external/v8/src/arm/
lithium-arm.h 370 LGoto(int block_id, bool include_stack_check = false)
371 : block_id_(block_id), include_stack_check_(include_stack_check) { }
377 int block_id() const { return block_id_; }
417 int block_id() const { return block()->block_id(); }
1000 return hydrogen()->FirstSuccessor()->block_id();
1003 return hydrogen()->SecondSuccessor()->block_id();
    [all...]
lithium-arm.cc 138 stream->Add(" Dead block replaced with B%d", rep->block_id());
200 stream->Add("B%d", block_id());
443 label->set_replacement(GetLabel(goto_instr->block_id()));
923 if (pred->end()->FirstSuccessor()->block_id() > block->block_id() ||
924 pred->end()->SecondSuccessor()->block_id() > block->block_id()) {
988 instr->SetBranchTargets(first->block_id(), second->block_id());
1031 LInstruction* result = new LGoto(instr->FirstSuccessor()->block_id(),
    [all...]
lithium-codegen-arm.cc 743 Comment(";;; B%d - LOOP entry", label->block_id());
745 Comment(";;; B%d", label->block_id());
748 current_block_ = label->block_id();
    [all...]
  /external/v8/src/ia32/
lithium-ia32.h 371 LGoto(int block_id, bool include_stack_check = false)
372 : block_id_(block_id), include_stack_check_(include_stack_check) { }
378 int block_id() const { return block_id_; }
418 int block_id() const { return block()->block_id(); }
1026 return hydrogen()->FirstSuccessor()->block_id();
1029 return hydrogen()->SecondSuccessor()->block_id();
    [all...]
lithium-ia32.cc 140 stream->Add(" Dead block replaced with B%d", rep->block_id());
202 stream->Add("B%d", block_id());
399 label->set_replacement(GetLabel(goto_instr->block_id()));
916 if (pred->end()->FirstSuccessor()->block_id() > block->block_id() ||
917 pred->end()->SecondSuccessor()->block_id() > block->block_id()) {
981 instr->SetBranchTargets(first->block_id(), second->block_id());
1024 LGoto* result = new LGoto(instr->FirstSuccessor()->block_id(),
    [all...]
lithium-codegen-ia32.cc 686 Comment(";;; B%d - LOOP entry", label->block_id());
688 Comment(";;; B%d", label->block_id());
691 current_block_ = label->block_id();
    [all...]
  /external/v8/src/x64/
lithium-x64.h 371 LGoto(int block_id, bool include_stack_check = false)
372 : block_id_(block_id), include_stack_check_(include_stack_check) { }
378 int block_id() const { return block_id_; }
418 int block_id() const { return block()->block_id(); }
987 return hydrogen()->FirstSuccessor()->block_id();
990 return hydrogen()->SecondSuccessor()->block_id();
    [all...]
lithium-x64.cc 140 stream->Add(" Dead block replaced with B%d", rep->block_id());
202 stream->Add("B%d", block_id());
400 label->set_replacement(GetLabel(goto_instr->block_id()));
918 if (pred->end()->FirstSuccessor()->block_id() > block->block_id() ||
919 pred->end()->SecondSuccessor()->block_id() > block->block_id()) {
983 instr->SetBranchTargets(first->block_id(), second->block_id());
1026 LGoto* result = new LGoto(instr->FirstSuccessor()->block_id(),
    [all...]
lithium-codegen-x64.cc 687 Comment(";;; B%d - LOOP entry", label->block_id());
689 Comment(";;; B%d", label->block_id());
692 current_block_ = label->block_id();
    [all...]
  /external/v8/src/mips/
lithium-mips.h 240 LLabel* GetLabel(int block_id) const {
  /external/libvpx/nestegg/src/
nestegg.c 1180 ne_read_block(nestegg * ctx, uint64_t block_id, uint64_t block_size, nestegg_packet ** data)
1297 block_id == ID_BLOCK ? "" : "simple", pkt->track, pkt->timecode / 1e9, flags, frames);
    [all...]

Completed in 1514 milliseconds