Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-create-lowering.cc1148 ZoneVector<std::pair<FieldAccess, Node*>> inobject_fields(zone()); in AllocateFastLiteral() local
1149 inobject_fields.reserve(boilerplate_map->GetInObjectProperties()); in AllocateFastLiteral()
1197 inobject_fields.push_back(std::make_pair(access, value)); in AllocateFastLiteral()
1202 for (int index = static_cast<int>(inobject_fields.size()); in AllocateFastLiteral()
1207 inobject_fields.push_back(std::make_pair(access, value)); in AllocateFastLiteral()
1223 for (auto const& inobject_field : inobject_fields) { in AllocateFastLiteral()