Searched refs:LAllocator (Results 1 - 15 of 15) sorted by relevance

/external/v8/src/crankshaft/
H A Dlithium-allocator-inl.h35 bool LAllocator::IsGapAt(int index) { return chunk_->IsGapAt(index); }
38 LInstruction* LAllocator::InstructionAt(int index) {
43 LGap* LAllocator::GapAt(int index) {
48 void LAllocator::SetLiveRangeAssignedRegister(LiveRange* range, int reg) {
H A Dlithium-allocator.cc359 LAllocator::TraceAlloc("Shorten live range %d to [%d\n", id_, start.Value());
370 LAllocator::TraceAlloc("Ensure live range %d in interval [%d %d[\n",
395 LAllocator::TraceAlloc("Add to live range %d interval [%d %d[\n",
426 LAllocator::TraceAlloc("Add to live range %d use position %d\n",
516 LAllocator::LAllocator(int num_values, HGraph* graph) function in class:v8::internal::LAllocator
535 void LAllocator::InitializeLivenessAnalysis() {
543 BitVector* LAllocator::ComputeLiveOut(HBasicBlock* block) {
572 void LAllocator::AddInitialIntervals(HBasicBlock* block,
590 int LAllocator
[all...]
H A Dlithium-allocator.h323 friend class LAllocator; // Assigns to kind_.
327 class LAllocator BASE_EMBEDDED {
329 LAllocator(int first_virtual_register, HGraph* graph);
556 DISALLOW_COPY_AND_ASSIGN(LAllocator);
562 LAllocatorPhase(const char* name, LAllocator* allocator);
566 LAllocator* allocator_;
H A Dlithium.cc432 LAllocator allocator(values, graph);
H A Dhydrogen.h35 class LAllocator;
2912 void TraceLiveRanges(const char* name, LAllocator* allocator);
H A Dhydrogen.cc12889 void HTracer::TraceLiveRanges(const char* name, LAllocator* allocator) {
/external/v8/src/crankshaft/arm/
H A Dlithium-arm.h2353 LChunkBuilder(CompilationInfo* info, HGraph* graph, LAllocator* allocator)
2483 LAllocator* allocator_;
/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.h2689 LChunkBuilder(CompilationInfo* info, HGraph* graph, LAllocator* allocator)
2841 LAllocator* allocator_;
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.h2370 LChunkBuilder(CompilationInfo* info, HGraph* graph, LAllocator* allocator)
2505 LAllocator* allocator_;
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.h2312 LChunkBuilder(CompilationInfo* info, HGraph* graph, LAllocator* allocator)
2441 LAllocator* allocator_;
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.h2358 LChunkBuilder(CompilationInfo* info, HGraph* graph, LAllocator* allocator)
2487 LAllocator* allocator_;
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.h2279 LChunkBuilder(CompilationInfo* info, HGraph* graph, LAllocator* allocator)
2406 LAllocator* allocator_;
/external/v8/src/crankshaft/s390/
H A Dlithium-s390.h2112 LChunkBuilder(CompilationInfo* info, HGraph* graph, LAllocator* allocator)
2238 LAllocator* allocator_;
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.h2356 LChunkBuilder(CompilationInfo* info, HGraph* graph, LAllocator* allocator)
2487 LAllocator* allocator_;
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.h2366 LChunkBuilder(CompilationInfo* info, HGraph* graph, LAllocator* allocator)
2499 LAllocator* allocator_;

Completed in 314 milliseconds