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

  /external/v8/src/compiler/
schedule.h 47 int32_t code_start_; // start index of arch-specific code. member in class:v8::internal::compiler::BasicBlockData
61 code_start_(-1),
77 DCHECK(code_start_ >= 0);
79 DCHECK(code_end_ >= code_start_);
80 return code_start_;
83 DCHECK(code_start_ >= 0);
85 DCHECK(code_end_ >= code_start_);
instruction.cc 321 return BlockStartInstruction::cast(InstructionAt(block->code_start_));
326 block->code_start_ = static_cast<int>(instructions_.size());
335 DCHECK(block->code_start_ >= 0 && block->code_start_ < end);
435 os << " instructions: [" << block->code_start_ << ", " << block->code_end_
instruction-selector.cc 59 size_t start = block->code_start_;
387 block->code_start_ = static_cast<int>(instructions_.size());
    [all...]
  /art/compiler/optimizing/
builder.h 55 code_start_(nullptr),
73 code_start_(nullptr),
270 const uint16_t* code_start_; member in class:art::HGraphBuilder
builder.cc 267 code_start_ = code_ptr;
    [all...]

Completed in 1128 milliseconds