Home
last modified time | relevance | path

Searched defs:object (Results 1951 - 1975 of 2413) sorted by relevance

1...<<71727374757677787980>>...97

/third_party/gn/src/gn/
H A Dxcode_writer.cc319 DCHECK(object); variable
[all...]
/third_party/NuttX/fs/tmpfs/
H A Dfs_tmpfs.c770 tmpfs_find_object(struct tmpfs_s *fs, const char *relpath, struct tmpfs_object_s **object, struct tmpfs_directory_s **parent) tmpfs_find_object() argument
[all...]
/third_party/jerryscript/jerry-core/vm/
H A Dopcodes.c127 opfunc_set_accessor(bool is_getter, ecma_value_t object, ecma_string_t *accessor_name_p, ecma_value_t accessor) opfunc_set_accessor() argument
191 vm_op_delete_prop(ecma_value_t object, ecma_value_t property, bool is_strict) vm_op_delete_prop() argument
[all...]
/third_party/node/src/crypto/
H A Dcrypto_util.h337 CryptoJob(Environment* env, v8::Local<v8::Object> object, AsyncWrap::ProviderType type, CryptoJobMode mode, AdditionalParams&& params) CryptoJob() argument
488 DeriveBitsJob( Environment* env, v8::Local<v8::Object> object, CryptoJobMode mode, AdditionalParams&& params) DeriveBitsJob() argument
/third_party/node/deps/v8/src/wasm/
H A Dwasm-module.cc265 Handle<JSObject> object = factory->NewJSObject(object_function); in GetTypeForFunction() local
294 Handle<JSObject> object = factory->NewJSObject(object_function); in GetTypeForGlobal() local
311 Handle<JSObject> object in GetTypeForMemory() local
336 Handle<JSObject> object = factory->NewJSObject(object_function); GetTypeForTable() local
[all...]
/third_party/node/deps/v8/tools/debug_helper/
H A Dget-object-properties.cc57 std::unique_ptr<TqObject> object; member
222 Visit( d::MemoryAccessor accessor, const d::HeapAddresses& heap_addresses, const TqString* object) Visit() argument
257 ReadStringCharacters(const TqString* object, uintptr_t data_address) ReadStringCharacters() argument
268 ReadSeqString(const TString* object) ReadSeqString() argument
273 ReadSeqString<char>(object); global() variable
277 ReadSeqString<char16_t>(object); global() variable
316 IsExternalStringCached(const TqExternalString* object) IsExternalStringCached() argument
345 ReadExternalString(const TqExternalString* object) ReadExternalString() argument
372 ReadExternalString<char>(object); global() variable
377 ReadExternalString<char16_t>(object); global() variable
468 Visit(const TqObject* object, d::MemoryAccessor accessor, const d::HeapAddresses& heap_addresses) Visit() argument
483 VisitString(object); global() variable
777 _v8_debug_helper_GetObjectProperties(uintptr_t object, d::MemoryAccessor memory_accessor, const d::HeapAddresses& heap_addresses, const char* type_hint) _v8_debug_helper_GetObjectProperties() argument
[all...]
/third_party/node/src/
H A Dinspector_socket_server.cc62 std::string MapToString(const std::map<std::string, std::string>& object) { in MapToString() argument
H A Dnode_contextify.cc438 Get(Local<Object> object) Get() argument
1129 ContextifyScript(Environment* env, Local<Object> object) ContextifyScript() argument
[all...]
H A Dnode_http_parser.cc231 ConnectionsList(Environment* env, Local<Object> object) in ConnectionsList() argument
[all...]
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dphonemetadata.pb.cc185 void NumberFormat::ArenaDtor(void* object) { in ArenaDtor() argument
567 void PhoneNumberDesc::ArenaDtor(void* object) { in ArenaDtor() argument
1236 void PhoneMetadata::ArenaDtor(void* object) { in ArenaDtor() argument
2303 void PhoneMetadataCollection::ArenaDtor(void* object) { in ArenaDtor() argument
/third_party/node/deps/v8/src/compiler/backend/
H A Dcode-generator.h64 explicit DeoptimizationLiteral(Handle<Object> object) in DeoptimizationLiteral() argument
73 Handle<Object> object() const { return object_; } in object() function in v8::internal::compiler::DeoptimizationLiteral
/third_party/node/deps/v8/src/compiler/
H A Dcompilation-dependencies.cc117 void Register(Handle<HeapObject> object, in Register() argument
385 JSObject object = JSObject::cast(prototype); GetHolderIfValid() local
870 ObjectSlotValueDependency(const HeapObjectRef& object, int offset, const ObjectRef& value) ObjectSlotValueDependency() argument
1150 DependOnObjectSlotValue( const HeapObjectRef& object, int offset, const ObjectRef& value) DependOnObjectSlotValue() argument
[all...]
H A Descape-analysis.cc207 void SetVirtualObject(Node* object) { in SetVirtualObject() argument
590 Node* object in ReduceNode() local
605 Node* object = current->ValueInput(0); ReduceNode() local
623 Node* object = current->ValueInput(0); ReduceNode() local
637 Node* object = current->ValueInput(0); ReduceNode() local
768 Node* object = current->ValueInput(0); ReduceNode() local
803 Node* object = current->ValueInput(0); ReduceNode() local
[all...]
H A Dgraph-assembler.h830 LoadField(FieldAccess const& access, TNode<HeapObject> object) LoadField() argument
838 LoadElement(ElementAccess const& access, TNode<HeapObject> object, TNode<Number> index) LoadElement() argument
[all...]
H A Dgraph-assembler.cc92 TNode<HeapObject> JSGraphAssembler::HeapConstant(Handle<HeapObject> object) { in HeapConstant() argument
221 Node* JSGraphAssembler::LoadField(FieldAccess const& access, Node* object) { in LoadField() argument
227 Node* JSGraphAssembler::LoadElement(ElementAccess const& access, Node* object, in LoadElement() argument
234 Node* JSGraphAssembler::StoreField(FieldAccess const& access, Node* object, in StoreField() argument
255 TNode<Map> GraphAssembler::LoadMap(Node* object) { in LoadMap() argument
265 StoreElement(ElementAccess const& access, Node* object, Node* index, Node* value) StoreElement() argument
271 TransitionAndStoreElement(MapRef double_map, MapRef fast_map, TNode<HeapObject> object, TNode<Number> index, TNode<Object> value) TransitionAndStoreElement() argument
419 Store(StoreRepresentation rep, Node* object, Node* offset, Node* value) Store() argument
425 Store(StoreRepresentation rep, Node* object, int offset, Node* value) Store() argument
430 Load(MachineType type, Node* object, Node* offset) Load() argument
435 Load(MachineType type, Node* object, int offset) Load() argument
439 StoreUnaligned(MachineRepresentation rep, Node* object, Node* offset, Node* value) StoreUnaligned() argument
450 LoadUnaligned(MachineType type, Node* object, Node* offset) LoadUnaligned() argument
460 ProtectedStore(MachineRepresentation rep, Node* object, Node* offset, Node* value) ProtectedStore() argument
466 ProtectedLoad(MachineType type, Node* object, Node* offset) ProtectedLoad() argument
[all...]
H A Dload-elimination.cc165 LoadElimination::AbstractElements::Kill(Node* object, Node* index, in Kill() argument
150 Lookup( Node* object, Node* index, MachineRepresentation representation) const Lookup() argument
273 AliasStateInfo(const AbstractState* state, Node* object, Handle<Map> map) AliasStateInfo() argument
275 AliasStateInfo(const AbstractState* state, Node* object) AliasStateInfo() argument
286 KillConst( Node* object, Zone* zone) const KillConst() argument
339 AbstractMaps(Node* object, ZoneHandleSet<Map> maps, Zone* zone) AbstractMaps() argument
346 Lookup( Node* object, ZoneHandleSet<Map>* object_maps) const Lookup() argument
384 Extend( Node* object, ZoneHandleSet<Map> maps, Zone* zone) const Extend() argument
477 LookupMaps( Node* object, ZoneHandleSet<Map>* object_map) const LookupMaps() argument
482 SetMaps( Node* object, ZoneHandleSet<Map> maps, Zone* zone) const SetMaps() argument
506 KillMaps( Node* object, Zone* zone) const KillMaps() argument
512 LookupElement( Node* object, Node* index, MachineRepresentation representation) const LookupElement() argument
521 AddElement(Node* object, Node* index, Node* value, MachineRepresentation representation, Zone* zone) const AddElement() argument
537 KillElement(Node* object, Node* index, Zone* zone) const KillElement() argument
551 AddField( Node* object, IndexRange index_range, LoadElimination::FieldInfo info, Zone* zone) const AddField() argument
568 KillConstField(Node* object, IndexRange index_range, Zone* zone) const KillConstField() argument
585 KillField( Node* object, IndexRange index_range, MaybeHandle<Name> name, Zone* zone) const KillField() argument
609 KillFields(Node* object, MaybeHandle<Name> name, Zone* zone) const KillFields() argument
644 LookupField( Node* object, IndexRange index_range, ConstFieldInfo const_field_info) const LookupField() argument
740 Node* const object = NodeProperties::GetValueInput(node, 0); ReduceMapGuard() local
755 Node* const object = NodeProperties::GetValueInput(node, 0); ReduceCheckMaps() local
770 Node* const object = NodeProperties::GetValueInput(node, 0); ReduceCompareMaps() local
787 Node* const object = NodeProperties::GetValueInput(node, 0); ReduceEnsureWritableFastElements() local
815 Node* const object = NodeProperties::GetValueInput(node, 0); ReduceMaybeGrowFastElements() local
843 Node* const object = NodeProperties::GetValueInput(node, 0); ReduceTransitionElementsKind() local
882 Node* const object = NodeProperties::GetValueInput(node, 0); ReduceTransitionAndStoreElement() local
908 Node* object = NodeProperties::GetValueInput(node, 0); ReduceLoadField() local
972 Node* const object = NodeProperties::GetValueInput(node, 0); ReduceStoreField() local
1055 Node* const object = NodeProperties::GetValueInput(node, 0); ReduceLoadElement() local
1105 Node* const object = NodeProperties::GetValueInput(node, 0); ReduceStoreElement() local
1260 Node* const object = NodeProperties::GetValueInput(current, 0); ComputeLoopStateForStoreField() local
1280 Node* object; ComputeLoopState() member
1300 Node* const object = NodeProperties::GetValueInput(current, 0); ComputeLoopState() local
1307 Node* const object = NodeProperties::GetValueInput(current, 0); ComputeLoopState() local
1315 Node* const object = NodeProperties::GetValueInput(current, 0); ComputeLoopState() local
1325 Node* const object = NodeProperties::GetValueInput(current, 0); ComputeLoopState() local
1340 Node* const object = NodeProperties::GetValueInput(current, 0); ComputeLoopState() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dcode-generator-arm.cc177 OutOfLineRecordWrite(CodeGenerator* gen, Register object, Operand offset, in OutOfLineRecordWrite() argument
943 Register object = i.InputRegister(0); in AssembleArchInstruction() local
/third_party/node/deps/v8/src/baseline/ia32/
H A Dbaseline-assembler-ia32-inl.h161 void BaselineAssembler::JumpIfObjectType(Condition cc, Register object, in JumpIfObjectType() argument
255 inline void PushSingle(MacroAssembler* masm, Handle<HeapObject> object) { in PushSingle() argument
/third_party/node/deps/v8/src/baseline/mips/
H A Dbaseline-assembler-mips-inl.h152 void BaselineAssembler::JumpIfObjectType(Condition cc, Register object, in JumpIfObjectType() argument
/third_party/node/deps/v8/src/baseline/loong64/
H A Dbaseline-assembler-loong64-inl.h150 void BaselineAssembler::JumpIfObjectType(Condition cc, Register object, in JumpIfObjectType() argument
/third_party/node/deps/v8/src/codegen/mips64/
H A Dmacro-assembler-mips64.h77 inline MemOperand FieldMemOperand(Register object, int offset) { in FieldMemOperand() argument
[all...]
/third_party/node/deps/v8/src/codegen/s390/
H A Dmacro-assembler-s390.h26 inline MemOperand FieldMemOperand(Register object, int offset) { in FieldMemOperand() argument
31 inline MemOperand FieldMemOperand(Register object, Register index, int offset) { in FieldMemOperand() argument
[all...]
/third_party/node/deps/v8/src/debug/
H A Ddebug-wasm-objects.cc137 auto object = isolate->factory()->NewJSObjectFromMap(object_map); in Create() local
633 auto object = isolate->factory()->NewSlowJSObjectWithNullProto(); in Create() local
697 Handle<JSObject> object = global() variable
731 auto object = isolate->factory()->NewSlowJSObjectWithNullProto(); global() variable
826 Handle<WasmValueObject> object = Handle<WasmValueObject>::cast( New() local
[all...]
/third_party/node/deps/v8/src/baseline/s390/
H A Dbaseline-assembler-s390-inl.h254 void BaselineAssembler::JumpIfObjectType(Condition cc, Register object, in JumpIfObjectType() argument
/third_party/node/deps/v8/src/baseline/riscv64/
H A Dbaseline-assembler-riscv64-inl.h148 void BaselineAssembler::JumpIfObjectType(Condition cc, Register object, in JumpIfObjectType() argument

Completed in 41 milliseconds

1...<<71727374757677787980>>...97