Home
last modified time | relevance | path

Searched refs:ReferenceMapPopulator (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator.h1550 class ReferenceMapPopulator final : public ZoneObject {
1552 explicit ReferenceMapPopulator(TopTierRegisterAllocationData* data);
1553 ReferenceMapPopulator(const ReferenceMapPopulator&) = delete;
1554 ReferenceMapPopulator& operator=(const ReferenceMapPopulator&) = delete;
Dregister-allocator.cc4717 ReferenceMapPopulator::ReferenceMapPopulator( in ReferenceMapPopulator() function in v8::internal::compiler::ReferenceMapPopulator
4721 bool ReferenceMapPopulator::SafePointsAreInOrder() const { in SafePointsAreInOrder()
4730 void ReferenceMapPopulator::PopulateReferenceMaps() { in PopulateReferenceMaps()
/third_party/node/deps/v8/src/compiler/
Dpipeline.cc2325 ReferenceMapPopulator populator(data->top_tier_register_allocation_data()); in DECL_PIPELINE_PHASE_CONSTANTS()