Home
last modified time | relevance | path

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

/external/chromium_org/v8/test/mjsunit/compiler/
Dconcurrent-invalidate-transition-map.js43 function add_field(obj) { function
48 add_field(obj1);
49 add_field(obj2);
50 %OptimizeFunctionOnNextCall(add_field, "concurrent");
54 add_field(o);
58 assertUnoptimized(add_field, "no sync");
62 assertUnoptimized(add_field, "sync");
64 %ClearFunctionTypeFeedback(add_field);
/external/chromium_org/v8/test/mjsunit/
Dregress-sync-optimized-lists.js13 return function add_field(obj, osr) { function
17 %OptimizeFunctionOnNextCall(add_field, "osr");
/external/chromium_org/v8/test/mjsunit/regress/
Dregress-343609.js13 return function add_field(obj) { function
/external/chromium_org/v8/tools/
Dgc-nvp-trace-processor.py148 def add_field(field): function
154 add_field(field)
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc437 return ParseMessageField(message->add_field(), in ParseMessageStatement()
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
Dparser.cc635 return ParseMessageField(message->add_field(), in ParseMessageStatement()
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h597 inline ::google::protobuf::FieldDescriptorProto* add_field();
2838 inline ::google::protobuf::FieldDescriptorProto* DescriptorProto::add_field() { in add_field() function
Ddescriptor_unittest.cc96 FieldDescriptorProto* result = parent->add_field(); in AddField()
Ddescriptor.cc1368 field(i)->CopyTo(proto->add_field()); in CopyTo()
Ddescriptor.pb.cc1767 input, add_field())); in MergePartialFromCodedStream()
/external/chromium_org/third_party/protobuf/src/google/protobuf/
Ddescriptor.pb.h628 inline ::google::protobuf::FieldDescriptorProto* add_field();
3352 inline ::google::protobuf::FieldDescriptorProto* DescriptorProto::add_field() { in add_field() function
Ddescriptor_unittest.cc98 FieldDescriptorProto* result = parent->add_field(); in AddField()
Ddescriptor.cc1512 field(i)->CopyTo(proto->add_field()); in CopyTo()
Ddescriptor.pb.cc1994 input, add_field())); in MergePartialFromCodedStream()