| /third_party/node/deps/v8/src/debug/ |
| H A D | debug-wasm-objects.cc | 651 Handle<JSObject> prototype = ContextProxyPrototype::Create(isolate); in Create() local
|
| /third_party/node/deps/v8/src/ic/ |
| H A D | keyed-store-generic.cc | 248 TNode<HeapObject> prototype = LoadMapPrototype(map); in BranchIfPrototypesMayHaveReadOnlyElements() local [all...] |
| /third_party/node/deps/v8/src/inspector/ |
| H A D | v8-console.cc | 761 v8::Local<v8::Value> prototype; in queryObjectsCallback() local
|
| H A D | v8-debugger.cc | 42 MatchPrototypePredicate(V8InspectorImpl* inspector, v8::Local<v8::Context> context, v8::Local<v8::Object> prototype) MatchPrototypePredicate() argument 797 queryObjects(v8::Local<v8::Context> context, v8::Local<v8::Object> prototype) queryObjects() argument [all...] |
| /third_party/node/deps/v8/src/heap/ |
| H A D | incremental-marking.cc | 397 Object prototype = map.prototype(); in RetainMaps() local
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | keys.cc | 640 HeapObject prototype = receiver->map().prototype(); in TryPrototypeInfoCache() local [all...] |
| H A D | js-function.cc | 706 SetInitialMap(Isolate* isolate, Handle<JSFunction> function, Handle<Map> map, Handle<HeapObject> prototype) SetInitialMap() argument 711 SetInitialMap(Isolate* isolate, Handle<JSFunction> function, Handle<Map> map, Handle<HeapObject> prototype, Handle<JSFunction> constructor) SetInitialMap() argument 762 Handle<HeapObject> prototype; EnsureHasInitialMap() local 991 Handle<Object> prototype; GetDerivedMap() local [all...] |
| H A D | map.cc | 846 GetObjectCreateMap(Isolate* isolate, Handle<HeapObject> prototype) GetObjectCreateMap() argument 2086 HeapObject prototype = this->prototype(); Hash() local 2199 GetOrCreatePrototypeInfo(Handle<JSObject> prototype, Isolate* isolate) GetOrCreatePrototypeInfo() argument 2248 Handle<JSObject> prototype = Handle<JSObject>::cast(maybe_prototype); GetOrCreatePrototypeChainValidityCell() local 2281 SetPrototype(Isolate* isolate, Handle<Map> map, Handle<HeapObject> prototype, bool enable_prototype_setup_mode) SetPrototype() argument 2304 TransitionToPrototype(Isolate* isolate, Handle<Map> map, Handle<HeapObject> prototype) TransitionToPrototype() argument [all...] |
| /third_party/protobuf/conformance/ |
| H A D | binary_json_conformance_suite.cc | 310 std::unique_ptr<Message> prototype; in NewTestMessage() local 433 std::unique_ptr<Message> prototype = NewTestMessage(is_proto3); in ExpectParseFailureForProtoWithProtoVersion() local 478 TestAllTypesProto3 prototype; in RunValidJsonTest() local 504 TestAllTypesProto3 prototype; in RunValidJsonIgnoreUnknownTest() local 516 std::unique_ptr<Message> prototype = NewTestMessage(is_proto3); RunValidProtobufTest() local 544 std::unique_ptr<Message> prototype = NewTestMessage(is_proto3); RunValidBinaryProtobufTest() local 567 std::unique_ptr<Message> prototype = NewTestMessage(is_proto3); RunValidJsonTestWithValidator() local 609 TestAllTypesProto3 prototype; ExpectParseFailureForJson() local 638 TestAllTypesProto3 prototype; ExpectSerializeFailureForJson() local [all...] |
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| H A D | OutputGLSLBase.cpp | 873 TIntermFunctionPrototype *prototype = node->getFunctionPrototype(); in visitFunctionDefinition() local
|
| H A D | IntermNode.h | 761 TIntermFunctionDefinition(TIntermFunctionPrototype *prototype, TIntermBlock *body) in TIntermFunctionDefinition() argument
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | transreg.cpp | 460 Transliterator* prototype; // For PROTOTYPE member
|
| /third_party/protobuf/src/google/protobuf/ |
| H A D | extension_set.h | 118 const MessageLite* prototype; member [all...] |
| H A D | arena_unittest.cc | 1148 const MessageLite* prototype = &TestAllTypes::default_instance(); in TEST() local
|
| H A D | extension_set.cc | 172 RegisterMessageExtension(const MessageLite* containing_type, int number, FieldType type, bool is_repeated, bool is_packed, const MessageLite* prototype) RegisterMessageExtension() argument 593 MutableMessage(int number, FieldType type, const MessageLite& prototype, const FieldDescriptor* descriptor) MutableMessage() argument 694 ReleaseMessage(int number, const MessageLite& prototype) ReleaseMessage() argument 723 UnsafeArenaReleaseMessage( int number, const MessageLite& prototype) UnsafeArenaReleaseMessage() argument 764 AddMessage(int number, FieldType type, const MessageLite& prototype, const FieldDescriptor* descriptor) AddMessage() argument [all...] |
| H A D | generated_message_reflection.cc | 1709 const Message* prototype; in AddMessage() local
|
| H A D | repeated_field.h | 1742 Add( typename TypeHandler::Type* prototype) Add() argument [all...] |
| /kernel/linux/linux-5.10/drivers/net/ethernet/brocade/bna/ |
| H A D | bfa_defs.h | 53 u8 prototype; member
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/brocade/bna/ |
| H A D | bfa_defs.h | 53 u8 prototype; member
|
| /third_party/node/deps/v8/src/web-snapshot/ |
| H A D | web-snapshot.cc | 610 JSObject prototype = JSObject::cast(function->instance_prototype()); in SerializeFunctionInfo() local 777 Handle<JSObject> prototype = Handle<JSObject>::cast( in DiscoverContextAndPrototype() local 2297 SetFunctionPrototype(JSFunction function, JSReceiver prototype) SetFunctionPrototype() argument [all...] |
| /third_party/node/deps/v8/src/compiler/ |
| H A D | js-create-lowering.cc | 1350 Node* prototype = NodeProperties::GetValueInput(node, 0); in ReduceJSCreateObject() local 1326 GetObjectCreateMap(JSHeapBroker* broker, HeapObjectRef prototype) GetObjectCreateMap() argument
|
| /third_party/node/deps/v8/src/builtins/ |
| H A D | builtins-object-gen.cc | 1064 TNode<Object> prototype = args.GetOptionalArgumentValue(kPrototypeArg); in TF_BUILTIN() local [all...] |
| /third_party/openGLES/xml/ |
| H A D | readme.tex | |
| /third_party/skia/third_party/externals/opengl-registry/xml/ |
| H A D | readme.tex | |
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| H A D | GeneratedMessageLite.java | 188 BuilderType createBuilder(MessageType prototype) { in createBuilder() argument
|