Lines Matching refs:pair
1108 const std::vector<std::pair<Literal*, Accessors<PropertyT>*>>&
1114 std::vector<std::pair<Literal*, Accessors<PropertyT>*>> ordered_accessors_;
1275 // Build global declaration pair array.
1284 for (std::pair<FunctionLiteral*, size_t> literal : function_literals_) {
1293 for (std::pair<NativeFunctionLiteral*, size_t> literal :
1315 for (std::pair<ObjectLiteralBoilerplateBuilder*, size_t> literal :
1330 for (std::pair<ArrayLiteralBoilerplateBuilder*, size_t> literal :
1339 for (std::pair<ClassLiteral*, size_t> literal : class_literals_) {
1347 for (std::pair<GetTemplateObject*, size_t> literal : template_objects_) {
2734 // each pair of corresponding getters and setters, in the order the first
3165 // Define accessors, using only a single call to the runtime for each pair