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

  /external/v8/src/mips/
lithium-mips.h 181 class LLabel: public LGap {
183 explicit LLabel(HBasicBlock* block) : LGap(block) { }
240 LLabel* GetLabel(int block_id) const {
  /external/v8/src/arm/
lithium-arm.h 408 class LLabel: public LGap {
410 explicit LLabel(HBasicBlock* block)
420 LLabel* replacement() const { return replacement_; }
421 void set_replacement(LLabel* label) { replacement_ = label; }
426 LLabel* replacement_;
    [all...]
lithium-arm.cc 134 void LLabel::PrintDataTo(StringStream* stream) {
136 LLabel* rep = replacement();
423 LLabel* label = LLabel::cast(first_instr);
794 return new LLabel(instr->block());
    [all...]
lithium-codegen-arm.cc 221 LLabel* label = LLabel::cast(instr);
741 void LCodeGen::DoLabel(LLabel* label) {
    [all...]
  /external/v8/src/ia32/
lithium-ia32.h 409 class LLabel: public LGap {
411 explicit LLabel(HBasicBlock* block)
421 LLabel* replacement() const { return replacement_; }
422 void set_replacement(LLabel* label) { replacement_ = label; }
427 LLabel* replacement_;
    [all...]
lithium-ia32.cc 136 void LLabel::PrintDataTo(StringStream* stream) {
138 LLabel* rep = replacement();
379 LLabel* label = LLabel::cast(first_instr);
788 return new LLabel(instr->block());
    [all...]
lithium-codegen-ia32.cc 217 LLabel* label = LLabel::cast(instr);
684 void LCodeGen::DoLabel(LLabel* label) {
    [all...]
  /external/v8/src/x64/
lithium-x64.h 409 class LLabel: public LGap {
411 explicit LLabel(HBasicBlock* block)
421 LLabel* replacement() const { return replacement_; }
422 void set_replacement(LLabel* label) { replacement_ = label; }
427 LLabel* replacement_;
    [all...]
lithium-x64.cc 136 void LLabel::PrintDataTo(StringStream* stream) {
138 LLabel* rep = replacement();
380 LLabel* label = LLabel::cast(first_instr);
789 return new LLabel(instr->block());
    [all...]
lithium-codegen-x64.cc 230 LLabel* label = LLabel::cast(instr);
685 void LCodeGen::DoLabel(LLabel* label) {
    [all...]
  /external/v8/src/
lithium-allocator.cc     [all...]

Completed in 9173 milliseconds