Home
last modified time | relevance | path

Searched defs:object (Results 2301 - 2325 of 2767) sorted by relevance

1...<<919293949596979899100>>...111

/third_party/node/deps/v8/src/heap/
H A Dheap-inl.h239 bool Heap::InYoungGeneration(Object object) { in InYoungGeneration() argument
245 bool Heap::InYoungGeneration(MaybeObject object) { in InYoungGeneration() argument
269 bool Heap::InFromPage(Object object) { in InFromPage() argument
275 InFromPage(MaybeObject object) InFromPage() argument
286 InToPage(Object object) InToPage() argument
292 InToPage(MaybeObject object) InToPage() argument
302 InOldSpace(Object object) InOldSpace() argument
338 FindAllocationMemento(Map map, HeapObject object) FindAllocationMemento() argument
399 UpdateAllocationSite(Map map, HeapObject object, PretenuringFeedbackMap* pretenuring_feedback) UpdateAllocationSite() argument
424 IsPendingAllocationInternal(HeapObject object) IsPendingAllocationInternal() argument
476 IsPendingAllocation(HeapObject object) IsPendingAllocation() argument
485 IsPendingAllocation(Object object) IsPendingAllocation() argument
[all...]
H A Dread-only-spaces.cc674 HeapObject object = TryAllocateLinearlyAligned(allocation_size, alignment); AllocateRawAligned() local
696 HeapObject object = HeapObject::FromAddress(current_top); AllocateRawUnaligned() local
[all...]
H A Dincremental-marking.cc206 Object object = *p; in MarkObjectByPointer() local
343 HeapObject object = HeapObject::FromAddress(allocated); in EnsureBlackAllocated() local
552 HeapObject object; EmbedderStep() local
[all...]
H A Dmark-compact.h406 bool ShouldVisit(HeapObject object) { in ShouldVisit() argument
566 AddNewlyDiscovered(HeapObject object) AddNewlyDiscovered() argument
[all...]
/third_party/node/deps/v8/src/inspector/
H A Dv8-console.cc783 V8InspectorSession::Inspectable* object = session->inspectedObject(num); in inspectedObject() local
H A Dinjected-script.cc194 v8::Local<v8::Object> object; in thenCallback() local
361 getProperties( v8::Local<v8::Object> object, const String16& groupName, bool ownProperties, bool accessorPropertiesOnly, bool nonIndexedPropertiesOnly, WrapMode wrapMode, std::unique_ptr<Array<PropertyDescriptor>>* properties, Maybe<protocol::Runtime::ExceptionDetails>* exceptionDetails) getProperties() argument
[all...]
/third_party/node/deps/v8/src/heap/cppgc-js/
H A Dcpp-heap.cc295 void UnifiedHeapMarker::AddObject(void* object) { in AddObject() argument
/third_party/node/deps/v8/src/objects/
H A Dkeys.cc303 void TrySettingEmptyEnumCache(JSReceiver object) { in TrySettingEmptyEnumCache() argument
90 GetKeys( Handle<JSReceiver> object, KeyCollectionMode mode, PropertyFilter filter, GetKeysConversion keys_conversion, bool is_for_in, bool skip_indices) GetKeys() argument
238 CollectKeys(Handle<JSReceiver> receiver, Handle<JSReceiver> object) CollectKeys() argument
313 CheckAndInitalizeEmptyEnumCache(JSReceiver object) CheckAndInitalizeEmptyEnumCache() argument
371 GetFastEnumPropertyKeys(Isolate* isolate, Handle<JSObject> object) GetFastEnumPropertyKeys() argument
447 GetOwnKeysWithElements(Isolate* isolate, Handle<JSObject> object, GetKeysConversion convert, bool skip_indices) GetOwnKeysWithElements() argument
508 Handle<JSObject> object = Handle<JSObject>::cast(receiver_); GetKeysFast() local
537 Handle<JSObject> object = Handle<JSObject>::cast(receiver_); GetOwnKeysWithUninitializedEnumCache() local
657 FilterForEnumerableProperties( Handle<JSReceiver> receiver, Handle<JSObject> object, Handle<InterceptorInfo> interceptor, Handle<JSObject> result, IndexedOrNamed type) FilterForEnumerableProperties() argument
696 CollectInterceptorKeysInternal( Handle<JSReceiver> receiver, Handle<JSObject> object, Handle<InterceptorInfo> interceptor, IndexedOrNamed type) CollectInterceptorKeysInternal() argument
725 CollectInterceptorKeys(Handle<JSReceiver> receiver, Handle<JSObject> object, IndexedOrNamed type) CollectInterceptorKeys() argument
743 CollectOwnElementIndices( Handle<JSReceiver> receiver, Handle<JSObject> object) CollectOwnElementIndices() argument
756 CollectOwnPropertyNamesInternal( Handle<JSObject> object, KeyAccumulator* keys, Handle<DescriptorArray> descs, int start_index, int limit) CollectOwnPropertyNamesInternal() argument
890 GetOwnEnumPropertyDictionaryKeys(Isolate* isolate, KeyCollectionMode mode, KeyAccumulator* accumulator, Handle<JSObject> object, T raw_dictionary) GetOwnEnumPropertyDictionaryKeys() argument
980 CollectOwnPropertyNames(Handle<JSReceiver> receiver, Handle<JSObject> object) CollectOwnPropertyNames() argument
1057 CollectPrivateNames(Handle<JSReceiver> receiver, Handle<JSObject> object) CollectPrivateNames() argument
1080 CollectAccessCheckInterceptorKeys( Handle<AccessCheckInfo> access_check_info, Handle<JSReceiver> receiver, Handle<JSObject> object) CollectAccessCheckInterceptorKeys() argument
1104 CollectOwnKeys(Handle<JSReceiver> receiver, Handle<JSObject> object) CollectOwnKeys() argument
1147 GetOwnEnumPropertyKeys( Isolate* isolate, Handle<JSObject> object) GetOwnEnumPropertyKeys() argument
[all...]
H A Dobjects-inl.h423 Maybe<bool> Object::IsArray(Handle<Object> object) { in IsArray() argument
559 ToObject(Isolate* isolate, Handle<Object> object, const char* method_name) ToObject() argument
639 GetProperty(Isolate* isolate, Handle<Object> object, Handle<Name> name) GetProperty() argument
646 GetElement(Isolate* isolate, Handle<Object> object, uint32_t index) GetElement() argument
653 SetElement(Isolate* isolate, Handle<Object> object, uint32_t index, Handle<Object> value, ShouldThrow should_throw) SetElement() argument
736 FromForwardingAddress(HeapObject object) FromForwardingAddress() argument
1089 GetPropertyOrElement(Isolate* isolate, Handle<Object> object, Handle<Name> name) GetPropertyOrElement() argument
1097 SetPropertyOrElement( Isolate* isolate, Handle<Object> object, Handle<Name> name, Handle<Object> value, Maybe<ShouldThrow> should_throw, StoreOrigin store_origin) SetPropertyOrElement() argument
1117 GetSimpleHash(Object object) GetSimpleHash() argument
1240 ObjectAddressForHashing(Address object) ObjectAddressForHashing() argument
1268 cast(Object object) cast() argument
[all...]
H A Dcode.cc714 DependentCode DependentCode::GetDependentCode(Handle<HeapObject> object) { in GetDependentCode() argument
725 void DependentCode::SetDependentCode(Handle<HeapObject> object, in SetDependentCode() argument
752 InstallDependency(Isolate* isolate, Handle<Code> code, Handle<HeapObject> object, DependencyGroups groups) InstallDependency() argument
[all...]
H A Dlookup.cc711 Handle<JSObject> object = Handle<JSObject>::cast(holder); in Delete() local
1084 Handle<JSObject> object = Handle<JSObject>::cast(holder); in WriteDataValue() local
[all...]
H A Dmap-inl.h746 Object object = constructor_or_back_pointer(cage_base, kRelaxedLoad); DEF_GETTER() local
[all...]
H A Dshared-function-info-inl.h848 InitAfterBytecodeFlush( String inferred_name, int start_position, int end_position, std::function<void(HeapObject object, ObjectSlot slot, HeapObject target)> gc_notify_updated_slot) InitAfterBytecodeFlush() argument
/third_party/node/deps/v8/src/json/
H A Djson-parser.cc145 Handle<JSReceiver> object = Handle<JSReceiver>::cast(value); in InternalizeJsonProperty() local
124 Internalize(Isolate* isolate, Handle<Object> object, Handle<Object> reviver) Internalize() argument
568 Handle<JSObject> object = initial_map->is_dictionary_map() BuildJsonObject() local
[all...]
H A Djson-stringifier.cc51 V8_INLINE Result SerializeElement(Isolate* isolate, Handle<Object> object, in SerializeElement() argument
60 V8_INLINE Result SerializeProperty(Handle<Object> object, bool deferred_comma, in SerializeProperty() argument
75 SerializeHeapNumber(Handle<HeapNumber> object) SerializeHeapNumber() argument
142 JsonStringify(Isolate* isolate, Handle<Object> object, Handle<Object> replacer, Handle<Object> gap) JsonStringify() argument
225 Stringify(Handle<Object> object, Handle<Object> replacer, Handle<Object> gap) Stringify() argument
330 ApplyToJsonFunction(Handle<Object> object, Handle<Object> key) ApplyToJsonFunction() argument
377 StackPush(Handle<Object> object, Handle<Object> key) StackPush() argument
418 AppendNormalLine(Handle<Object> key, Handle<Object> object) AppendNormalLine() argument
439 AppendConstructorName(Handle<Object> object) AppendConstructorName() argument
606 SerializeJSPrimitiveWrapper( Handle<JSPrimitiveWrapper> object, Handle<Object> key) SerializeJSPrimitiveWrapper() argument
637 SerializeSmi(Smi object) SerializeSmi() argument
657 SerializeJSArray( Handle<JSArray> object, Handle<Object> key) SerializeJSArray() argument
759 SerializeArrayLikeSlow( Handle<JSReceiver> object, uint32_t start, uint32_t length) SerializeArrayLikeSlow() argument
800 SerializeJSObject( Handle<JSObject> object, Handle<Object> key) SerializeJSObject() argument
866 SerializeJSReceiverSlow( Handle<JSReceiver> object) SerializeJSReceiverSlow() argument
896 SerializeJSProxy( Handle<JSProxy> object, Handle<Object> key) SerializeJSProxy() argument
1097 SerializeString(Handle<String> object) SerializeString() argument
[all...]
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-graph-builder.cc398 ValueNode* object = LoadRegisterTaggedValue(0); in VisitGetNamedProperty() local
452 ValueNode* object = LoadRegisterTaggedValue(0); in VisitSetNamedProperty() local
[all...]
/third_party/node/deps/v8/src/numbers/
H A Dconversions.cc1442 TryStringToDouble(LocalIsolate* isolate, Handle<String> object, int max_length_for_conversion) TryStringToDouble() argument
/third_party/node/deps/v8/src/runtime/
H A Druntime-test.cc1026 Object object = maybe_object.GetHeapObjectOrSmi(); in DebugPrintImpl() local
1061 Object object = maybe_object.GetHeapObjectOrSmi(); RUNTIME_FUNCTION() local
1103 Handle<HeapObject> object = args.at<HeapObject>(0); RUNTIME_FUNCTION() local
1498 Handle<Object> object = args.at(0); RUNTIME_FUNCTION() local
1528 Handle<JSObject> object = args.at<JSObject>(0); RUNTIME_FUNCTION() local
1649 Handle<Object> object = args.at(0); RUNTIME_FUNCTION() local
1720 Handle<Object> object; RUNTIME_FUNCTION() local
[all...]
/third_party/node/deps/v8/src/snapshot/
H A Ddeserializer.cc55 static SlotAccessorForHeapObject ForSlotIndex(Handle<HeapObject> object, in ForSlotIndex() argument
59 static SlotAccessorForHeapObject ForSlotOffset(Handle<HeapObject> object, in ForSlotOffset() argument
65 Handle<HeapObject> object() const { return object_; } in object() function in v8::internal::SlotAccessorForHeapObject
108 SlotAccessorForHeapObject(Handle<HeapObject> object, int offset) in SlotAccessorForHeapObject() argument
121 Handle<HeapObject> object() const { UNREACHABLE(); } in object() function in v8::internal::SlotAccessorForRootSlots
164 Handle<HeapObject> object() cons in slot() function in v8::internal::SlotAccessorForHandle
786 HeapObject object = *objects_->at(current_object_++); VisitCodeTarget() local
792 HeapObject object = *objects_->at(current_object_++); VisitEmbeddedPointer() local
907 ReadData(Handle<HeapObject> object, int start_slot_index, int end_slot_index) ReadData() argument
[all...]
/third_party/node/deps/v8/src/torque/
H A Dimplementation-visitor.h81 static LocationReference FieldAccess(VisitResult object, in FieldAccess() argument
89 static LocationReference BitFieldAccess(const LocationReference& object, in BitFieldAccess() argument
/third_party/node/deps/openssl/openssl/include/crypto/
H A Dx509.h32 ASN1_OBJECT *object; /* AttributeType */ member
/third_party/pulseaudio/src/modules/bluetooth/
H A Dbackend-native.c542 static void register_profile(pa_bluetooth_backend *b, const char *object, const char *uuid, pa_bluetooth_profile_t profile) { in register_profile() argument
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkWsiUtil.cpp415 VkSurfaceKHR object = 0; in createSurface() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DWindowsResource.cpp27 namespace object { namespace
H A DXCOFFObjectFile.cpp18 namespace object { namespace
[all...]

Completed in 38 milliseconds

1...<<919293949596979899100>>...111