Home
last modified time | relevance | path

Searched defs:prototype (Results 76 - 92 of 92) sorted by relevance

1234

/third_party/node/deps/v8/src/compiler/
H A Dheap-refs.cc1535 HeapObjectRef prototype = receiver_map.prototype(); in LookupHolderOfExpectedType() local
1598 HeapObjectRef MapRef::prototype() const { prototype() function in v8::internal::compiler::MapRef
[all...]
H A Djs-native-context-specialization.cc515 InferHasInPrototypeChain( Node* receiver, Effect effect, HeapObjectRef const& prototype) InferHasInPrototypeChain() argument
588 Node* prototype = NodeProperties::GetValueInput(node, 1); ReduceJSHasInPrototypeChain() local
647 ObjectRef prototype = dependencies()->DependOnPrototypeProperty(function); ReduceJSOrdinaryHasInstance() local
1417 ObjectRef prototype = dependencies()->DependOnPrototypeProperty(function); ReduceJSLoadNamed() local
[all...]
H A Djs-typed-lowering.cc1191 Node* prototype = NodeProperties::GetValueInput(node, 1); in ReduceJSHasInPrototypeChain() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DParseHelper.cpp1844 TIntermAggregate *prototype = new TIntermAggregate; in addFunctionPrototypeDeclaration() local
[all...]
/third_party/protobuf/python/google/protobuf/pyext/
H A Dmessage.cc1293 const Message* prototype = in New() local
/third_party/protobuf/src/google/protobuf/
H A Dmap_test.cc3359 TestMap prototype; in TEST() local
H A Dtext_format.cc2137 const Message* prototype = factory->GetPrototype(map_entry_desc); in SortMap() local
/third_party/node/deps/v8/src/baseline/
H A Dbaseline-compiler.cc1174 Register prototype = scratch_scope.AcquireScratch(); in VisitGetSuperConstructor() local
/third_party/node/deps/v8/src/objects/
H A Djs-objects.cc2324 ObjectCreate(Isolate* isolate, Handle<Object> prototype) ObjectCreate() argument
[all...]
/third_party/glslang/glslang/MachineIndependent/
H A DParseHelper.cpp1130 TFunction* TParseContext::handleFunctionDeclarator(const TSourceLoc& loc, TFunction& function, bool prototype) in handleFunctionDeclarator() argument
/third_party/mesa3d/src/compiler/glsl/
H A Dbuiltin_functions.cpp8265 builtin_builder::_image(image_prototype_ctr prototype, in _image() argument
5455 add_image_function(const char *name, const char *intrinsic_name, image_prototype_ctr prototype, unsigned num_arguments, unsigned flags, enum ir_intrinsic_id intrinsic_id) add_image_function() argument
[all...]
/third_party/node/deps/v8/src/heap/
H A Dfactory.cc2263 Handle<JSObject> prototype = NewJSObjectFromMap(new_map); in NewFunctionPrototype() local
2266 JSObject::AddProperty(isolate(), prototype, constructor_string(), function, in NewFunctionPrototype() local
2585 NewSlowJSObjectWithPropertiesAndElements( Handle<HeapObject> prototype, Handle<HeapObject> properties, Handle<FixedArrayBase> elements) NewSlowJSObjectWithPropertiesAndElements() argument
3037 Handle<HeapObject> prototype; NewJSBoundFunction() local
3039 isolate(), prototype, NewJSBoundFunction() local
[all...]
/third_party/node/deps/v8/src/init/
H A Dbootstrapper.cc401 CreateFunctionForBuiltinWithPrototype( Isolate* isolate, Handle<String> name, Builtin builtin, Handle<HeapObject> prototype, InstanceType type, int instance_size, int inobject_properties, MutableMode prototype_mutability) CreateFunctionForBuiltinWithPrototype() argument
468 CreateFunction( Isolate* isolate, Handle<String> name, InstanceType type, int instance_size, int inobject_properties, Handle<HeapObject> prototype, Builtin builtin) CreateFunction() argument
487 CreateFunction( Isolate* isolate, const char* name, InstanceType type, int instance_size, int inobject_properties, Handle<HeapObject> prototype, Builtin builtin) CreateFunction() argument
495 InstallFunction( Isolate* isolate, Handle<JSObject> target, Handle<String> name, InstanceType type, int instance_size, int inobject_properties, Handle<HeapObject> prototype, Builtin call) InstallFunction() argument
506 InstallFunction( Isolate* isolate, Handle<JSObject> target, const char* name, InstanceType type, int instance_size, int inobject_properties, Handle<HeapObject> prototype, Builtin call) InstallFunction() argument
886 CreateNonConstructorMap(Isolate* isolate, Handle<Map> source_map, Handle<JSObject> prototype, const char* reason) CreateNonConstructorMap() argument
1325 Handle<JSObject> prototype = CreateNewGlobals() local
1331 LookupIterator it(isolate(), prototype, factory()->constructor_string(), CreateNewGlobals() local
1659 Handle<JSFunction> prototype = empty_function; InitializeGlobal() local
1911 Handle<JSPrimitiveWrapper> prototype = Handle<JSPrimitiveWrapper>::cast( InitializeGlobal() local
1996 Handle<JSPrimitiveWrapper> prototype = Handle<JSPrimitiveWrapper>::cast( InitializeGlobal() local
2049 Handle<JSPrimitiveWrapper> prototype = Handle<JSPrimitiveWrapper>::cast( InitializeGlobal() local
2120 SimpleInstallFunction(isolate(), prototype, "replaceAll", InitializeGlobal() local
2510 SimpleInstallGetter(isolate(), prototype, factory->hasIndices_string(), InitializeGlobal() local
3040 InstallToStringTag(isolate(), prototype, "Intl.RelativeTimeFormat"); InitializeGlobal() local
3043 isolate(), prototype, "resolvedOptions", InitializeGlobal() local
3045 SimpleInstallFunction(isolate(), prototype, "format", InitializeGlobal() local
3048 SimpleInstallFunction(isolate(), prototype, "formatToParts", InitializeGlobal() local
3070 InstallToStringTag(isolate(), prototype, "Intl.ListFormat"); InitializeGlobal() local
3072 SimpleInstallFunction(isolate(), prototype, "resolvedOptions", InitializeGlobal() local
3075 SimpleInstallFunction(isolate(), prototype, "format", InitializeGlobal() local
3077 SimpleInstallFunction(isolate(), prototype, "formatToParts", InitializeGlobal() local
3095 InstallToStringTag(isolate(), prototype, "Intl.Locale"); InitializeGlobal() local
3097 SimpleInstallFunction(isolate(), prototype, "toString", InitializeGlobal() local
3099 SimpleInstallFunction(isolate(), prototype, "maximize", InitializeGlobal() local
3101 SimpleInstallFunction(isolate(), prototype, "minimize", InitializeGlobal() local
3104 SimpleInstallGetter(isolate(), prototype, factory->language_string(), InitializeGlobal() local
3106 SimpleInstallGetter(isolate(), prototype, factory->script_string(), InitializeGlobal() local
3108 SimpleInstallGetter(isolate(), prototype, factory->region_string(), InitializeGlobal() local
3110 SimpleInstallGetter(isolate(), prototype, factory->baseName_string(), InitializeGlobal() local
3113 SimpleInstallGetter(isolate(), prototype, factory->calendar_string(), InitializeGlobal() local
3115 SimpleInstallGetter(isolate(), prototype, factory->caseFirst_string(), InitializeGlobal() local
3117 SimpleInstallGetter(isolate(), prototype, factory->collation_string(), InitializeGlobal() local
3119 SimpleInstallGetter(isolate(), prototype, factory->hourCycle_string(), InitializeGlobal() local
3121 SimpleInstallGetter(isolate(), prototype, factory->numeric_string(), InitializeGlobal() local
3123 SimpleInstallGetter(isolate(), prototype, InitializeGlobal() local
3128 SimpleInstallGetter(isolate(), prototype, factory->calendars_string(), InitializeGlobal() local
3130 SimpleInstallGetter(isolate(), prototype, factory->collations_string(), InitializeGlobal() local
3132 SimpleInstallGetter(isolate(), prototype, factory->hourCycles_string(), InitializeGlobal() local
3134 SimpleInstallGetter(isolate(), prototype, InitializeGlobal() local
3137 SimpleInstallGetter(isolate(), prototype, factory->textInfo_string(), InitializeGlobal() local
3139 SimpleInstallGetter(isolate(), prototype, factory->timeZones_string(), InitializeGlobal() local
3141 SimpleInstallGetter(isolate(), prototype, factory->weekInfo_string(), InitializeGlobal() local
3164 InstallToStringTag(isolate(), prototype, "Intl.DisplayNames"); InitializeGlobal() local
3166 SimpleInstallFunction(isolate(), prototype, "resolvedOptions", InitializeGlobal() local
3170 SimpleInstallFunction(isolate(), prototype, "of", InitializeGlobal() local
3196 InstallToStringTag(isolate(), prototype, "Intl.Segmenter"); InitializeGlobal() local
3197 SimpleInstallFunction(isolate(), prototype, "resolvedOptions", InitializeGlobal() local
3200 SimpleInstallFunction(isolate(), prototype, "segment", InitializeGlobal() local
3205 Handle<JSObject> prototype = factory->NewJSObject( InitializeGlobal() local
3216 SimpleInstallFunction(isolate(), prototype, "containing", InitializeGlobal() local
3229 Handle<JSObject> prototype = factory->NewJSObject( InitializeGlobal() local
3231 JSObject::ForceSetPrototype(isolate(), prototype, iterator_prototype); InitializeGlobal() local
3238 InstallToStringTag(isolate(), prototype, "Segmenter String Iterator"); InitializeGlobal() local
3239 SimpleInstallFunction(isolate(), prototype, "next", InitializeGlobal() local
4093 InstallConstant(isolate(), prototype, "BYTES_PER_ELEMENT", bytes_per_element); InstallTypedArray() local
4104 Map::SetPrototype(isolate(), rab_gsab_initial_map, prototype); InstallTypedArray() local
4235 Handle<JSObject> prototype = InitializeIteratorFunctions() local
4268 Handle<JSObject> prototype = InitializeIteratorFunctions() local
4402 SimpleInstallFunction(isolate(), prototype, info.name, info.id, 0, true, InitializeCallSiteBuiltins() local
5313 SimpleInstallGetter(isolate(), prototype, factory()->id_string(), InitializeGlobal_harmony_temporal() local
5341 SimpleInstallGetter(isolate(), prototype, factory()->id_string(), InitializeGlobal_harmony_temporal() local
5430 SimpleInstallFunction(isolate(), prototype, "formatRange", InitializeGlobal_harmony_intl_number_format_v3() local
5432 SimpleInstallFunction(isolate(), prototype, "formatRangeToParts", InitializeGlobal_harmony_intl_number_format_v3() local
5446 SimpleInstallFunction(isolate(), prototype, "selectRange", InitializeGlobal_harmony_intl_number_format_v3() local
5457 Handle<JSObject> prototype = factory()->NewJSObject( CreateArrayBuffer() local
5459 InstallToStringTag(isolate(), prototype, name); CreateArrayBuffer() local
5470 JSObject::AddProperty(isolate(), prototype, factory()->constructor_string(), CreateArrayBuffer() local
5479 SimpleInstallGetter(isolate(), prototype, factory()->byte_length_string(), CreateArrayBuffer() local
5481 SimpleInstallFunction(isolate(), prototype, "slice", CreateArrayBuffer() local
5487 SimpleInstallGetter(isolate(), prototype, factory()->byte_length_string(), CreateArrayBuffer() local
5490 SimpleInstallFunction(isolate(), prototype, "slice", CreateArrayBuffer() local
[all...]
/third_party/node/deps/v8/src/ic/
H A Daccessor-assembler.cc5020 TNode<HeapObject> prototype = LoadMapPrototype(map); BranchIfPrototypesHaveNoElements() local
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DParseContext.cpp3825 TIntermFunctionPrototype *prototype = new TIntermFunctionPrototype(&function); in createPrototypeNodeFromFunction() local
3877 TIntermFunctionPrototype *prototype = in addFunctionPrototypeDeclaration() local
[all...]
/third_party/glslang/glslang/HLSL/
H A DhlslParseHelper.cpp1592 void HlslParseContext::handleFunctionDeclarator(const TSourceLoc& loc, TFunction& function, bool prototype) in handleFunctionDeclarator() argument
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.cc2703 Register prototype = register_allocator()->NewRegister(); in BuildClassLiteral() local

Completed in 128 milliseconds

1234