Searched refs:TraceAlloc (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/crankshaft/ |
D | lithium-allocator.cc | 358 LAllocator::TraceAlloc("Shorten live range %d to [%d\n", id_, start.Value()); in ShortenTo() 369 LAllocator::TraceAlloc("Ensure live range %d in interval [%d %d[\n", in EnsureInterval() 394 LAllocator::TraceAlloc("Add to live range %d interval [%d %d[\n", in AddUseInterval() 425 LAllocator::TraceAlloc("Add to live range %d use position %d\n", in AddUsePosition() 597 TraceAlloc("Allocating fixed reg for op %d\n", operand->virtual_register()); in AllocateFixed() 611 TraceAlloc("Fixed reg is tagged at %d\n", pos); in AllocateFixed() 1445 TraceAlloc("Pointer for range %d (spilled at %d) at safe point %d\n", in PopulatePointerMaps() 1451 TraceAlloc("Pointer in register for range %d (start at %d) " in PopulatePointerMaps() 1523 TraceAlloc("Processing interval %d start=%d\n", in AllocateRegisters() 1528 TraceAlloc("Live range %d already has a spill operand\n", current->id()); in AllocateRegisters() [all …]
|
D | lithium-allocator.h | 331 static PRINTF_FORMAT(1, 2) void TraceAlloc(const char* msg, ...);
|