Home
last modified time | relevance | path

Searched defs:default_constructor (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-typed-array-gen.cc154 TNode<JSFunction> default_constructor = CAST(LoadContextElement( in TF_BUILTIN() local
334 TNode<JSFunction> default_constructor = CAST(LoadContextElement( in ConstructByLength() local
486 TNode<JSFunction> const default_constructor = CAST(LoadContextElement( in ConstructByTypedArray() local
647 TNode<JSFunction> default_constructor = CAST(LoadContextElement( in ConstructByIterable() local
725 TNode<JSFunction> default_constructor = CAST(LoadContextElement( in TF_BUILTIN() local
870 TNode<Object> default_constructor = GetDefaultConstructor(context, exemplar); in TypedArraySpeciesConstructor() local
/external/tensorflow/tensorflow/python/training/
Dmonitored_session.py273 def get_or_default(arg_name, collection_key, default_constructor): argument
/external/v8/src/
Dcode-stub-assembler.cc11644 SloppyTNode<Object> default_constructor) { in SpeciesConstructor()