Home
last modified time | relevance | path

Searched refs:is_trace_alloc (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator.cc27 #define TRACE(...) TRACE_COND(data()->is_trace_alloc(), __VA_ARGS__)
1933 data()->is_trace_alloc()); in AddInitialIntervals()
2084 data()->is_trace_alloc()); in Define()
2086 data()->is_trace_alloc()); in Define()
2088 range->ShortenTo(position, data()->is_trace_alloc()); in Define()
2094 range->AddUsePosition(use_pos, data()->is_trace_alloc()); in Define()
2109 range->AddUsePosition(use_pos, data()->is_trace_alloc()); in Use()
2112 data()->is_trace_alloc()); in Use()
2176 allocation_zone(), data()->is_trace_alloc()); in ProcessInstructions()
2188 allocation_zone(), data()->is_trace_alloc()); in ProcessInstructions()
[all …]
Dregister-allocator.h213 bool is_trace_alloc() { in is_trace_alloc() function