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

  /external/v8/src/
lithium-allocator-inl.h 48 bool LAllocator::IsGapAt(int index) { return chunk_->IsGapAt(index); }
51 LInstruction* LAllocator::InstructionAt(int index) {
56 LGap* LAllocator::GapAt(int index) {
lithium-allocator.cc 380 LAllocator::TraceAlloc("Shorten live range %d to [%d\n", id_, start.Value());
391 LAllocator::TraceAlloc("Ensure live range %d in interval [%d %d[\n",
416 LAllocator::TraceAlloc("Add to live range %d interval [%d %d[\n",
446 LAllocator::TraceAlloc("Add to live range %d use position %d\n",
533 LAllocator::LAllocator(int num_values, HGraph* graph)
553 void LAllocator::InitializeLivenessAnalysis() {
561 BitVector* LAllocator::ComputeLiveOut(HBasicBlock* block) {
590 void LAllocator::AddInitialIntervals(HBasicBlock* block,
608 int LAllocator::FixedDoubleLiveRangeID(int index)
    [all...]
lithium-allocator.h 436 class LAllocator BASE_EMBEDDED {
438 LAllocator(int first_virtual_register, HGraph* graph);
634 DISALLOW_COPY_AND_ASSIGN(LAllocator);
hydrogen.h 49 class LAllocator;
    [all...]
hydrogen.cc 691 LAllocator allocator(values, this);
    [all...]
  /external/v8/src/arm/
lithium-arm.h     [all...]
  /external/v8/src/ia32/
lithium-ia32.h     [all...]
  /external/v8/src/mips/
lithium-mips.h     [all...]
  /external/v8/src/x64/
lithium-x64.h     [all...]

Completed in 235 milliseconds