| /third_party/node/deps/v8/src/objects/ |
| H A D | map-updater.cc | 349 JSFunction constructor = JSFunction::cast(root_map.GetConstructor()); in TryUpdateNoLock() local
|
| H A D | js-function.cc | 711 SetInitialMap(Isolate* isolate, Handle<JSFunction> function, Handle<Map> map, Handle<HeapObject> prototype, Handle<JSFunction> constructor) SetInitialMap() argument 910 FastInitializeDerivedMap(Isolate* isolate, Handle<JSFunction> new_target, Handle<JSFunction> constructor, Handle<Map> constructor_initial_map) FastInitializeDerivedMap() argument 968 GetDerivedMap(Isolate* isolate, Handle<JSFunction> constructor, Handle<JSReceiver> new_target) GetDerivedMap() argument 1070 GetDerivedRabGsabMap(Isolate* isolate, Handle<JSFunction> constructor, Handle<JSReceiver> new_target) GetDerivedRabGsabMap() argument [all...] |
| H A D | lookup.cc | 150 Handle<JSFunction> constructor = isolate->string_function(); in GetRootForNonJSReceiver() local
|
| H A D | map-inl.h | 817 Object constructor = GetConstructor(cage_base); in DEF_GETTER() local 827 void Map::SetConstructor(Object constructor, WriteBarrierMode mode) { in SetConstructor() argument
|
| H A D | map.cc | 1878 Handle<JSFunction> constructor = in TransitionToDataProperty() local
|
| H A D | js-date-time-format.cc | 849 Handle<JSFunction> constructor = Handle<JSFunction>( in ToLocaleDateTime() local 1032 Handle<JSFunction> constructor = Handle<JSFunction>( in UnwrapDateTimeFormat() local
|
| H A D | js-number-format.cc | 1093 Handle<JSFunction> constructor = Handle<JSFunction>( in UnwrapNumberFormat() local
|
| H A D | value-serializer.cc | 2082 auto constructor = isolate_->error_function(); in ReadJSError() local
|
| /third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
| H A D | parser_impl.cc | 482 const ast::Expression* constructor = nullptr; in global_variable_decl() local 1761 const ast::Expression* constructor = nullptr; variable_stmt() local [all...] |
| /third_party/glslang/glslang/MachineIndependent/ |
| H A D | Intermediate.cpp | 4003 TIntermAggregate *constructor = seq[i]->getAsAggregate(); variable
|
| /third_party/jerryscript/jerry-core/ecma/operations/ |
| H A D | ecma-regexp-object.c | 2028 ecma_value_t constructor = ecma_op_species_constructor (regexp_obj_p, ECMA_BUILTIN_ID_REGEXP); in ecma_regexp_split_helper() local
|
| H A D | ecma-objects.c | 2968 ecma_value_t constructor = ecma_op_object_get_by_magic_id (this_value, LIT_MAGIC_STRING_CONSTRUCTOR); in ecma_op_species_constructor() local
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | js-heap-broker.cc | 617 Handle<JSObject> constructor; in ReadFeedbackForInstanceOf() local
|
| H A D | js-native-context-specialization.cc | 359 Node* constructor = NodeProperties::GetValueInput(node, 0); in ReduceJSGetSuperConstructor() local 387 Node* constructor = n.right(); in ReduceJSInstanceOf() local 488 node->ReplaceInput(JSCallNode::ReceiverIndex(), constructor); ReduceJSInstanceOf() local 611 Node* constructor = NodeProperties::GetValueInput(node, 0); ReduceJSOrdinaryHasInstance() local 663 Node* constructor = NodeProperties::GetValueInput(node, 0); ReduceJSPromiseResolve() local [all...] |
| H A D | js-typed-lowering.cc | 1331 Node* constructor = NodeProperties::GetValueInput(node, 0); in ReduceJSOrdinaryHasInstance() local
|
| /third_party/node/deps/v8/src/builtins/ |
| H A D | builtins-array-gen.cc | 1593 const TNode<JSReceiver> constructor = in TF_BUILTIN() local 1630 const TNode<JSReceiver> constructor = in TF_BUILTIN() local
|
| H A D | builtins-object-gen.cc | 1225 auto constructor = Parameter<Object>(Descriptor::kLeft); in TF_BUILTIN() local
|
| /third_party/node/deps/v8/src/interpreter/ |
| H A D | interpreter-generator.cc | 1571 TNode<Object> constructor = LoadRegisterAtOperandIndex(0); in IGNITION_HANDLER() local 1590 TNode<Object> constructor = LoadRegisterAtOperandIndex(0); in IGNITION_HANDLER() local 2763 TNode<HeapObject> constructor = CAST(LoadRegisterAtOperandIndex(0)); IGNITION_HANDLER() local [all...] |
| H A D | bytecode-array-builder.cc | 1453 BytecodeArrayBuilder& BytecodeArrayBuilder::Construct(Register constructor, in Construct() argument 939 StoreClassFieldsInitializer( Register constructor, int feedback_slot) StoreClassFieldsInitializer() argument 946 LoadClassFieldsInitializer( Register constructor, int feedback_slot) LoadClassFieldsInitializer() argument 1327 ThrowIfNotSuperConstructor( Register constructor) ThrowIfNotSuperConstructor() argument 1460 ConstructWithSpread( Register constructor, RegisterList args, int feedback_slot_id) ConstructWithSpread() argument [all...] |
| /third_party/python/Modules/ |
| H A D | _operator.c | 1760 PyObject *constructor; in methodcaller_reduce() local
|
| H A D | _zoneinfo.c | 681 PyObject *constructor = PyObject_GetAttrString(obj_self, "_unpickle"); in zoneinfo_reduce() local
|
| /third_party/skia/third_party/externals/tint/src/ |
| H A D | program_builder.h | 133 const ast::Expression* constructor = nullptr; member 1369 Const(NAME&& name, const ast::Type* type, const ast::Expression* constructor, ast::DecorationList decorations = {}) Const() argument 1385 Const(const Source& source, NAME&& name, const ast::Type* type, const ast::Expression* constructor, ast::DecorationList decorations = {}) Const() argument 1479 GlobalConst(NAME&& name, const ast::Type* type, const ast::Expression* constructor, ast::DecorationList decorations = {}) GlobalConst() argument 1498 GlobalConst(const Source& source, NAME&& name, const ast::Type* type, const ast::Expression* constructor, ast::DecorationList decorations = {}) GlobalConst() argument [all...] |
| /third_party/skia/third_party/externals/tint/src/reader/spirv/ |
| H A D | parser_impl.cc | 1599 MakeVariable(uint32_t id, ast::StorageClass sc, const Type* storage_type, bool is_const, const ast::Expression* constructor, ast::DecorationList decorations) MakeVariable() argument
|
| /third_party/node/deps/v8/src/wasm/ |
| H A D | wasm-js.cc | 2746 SetupConstructor(Isolate* isolate, Handle<JSFunction> constructor, InstanceType instance_type, int instance_size, const char* name = nullptr) SetupConstructor() argument [all...] |
| /third_party/node/deps/v8/src/codegen/ |
| H A D | compiler.cc | 2891 Handle<JSReceiver> constructor; in Compile() local
|