| /third_party/node/deps/v8/src/heap/ |
| H A D | mark-compact.cc | 155 HeapObject object = object_and_size.first; in VerifyMarkingOnPage() local 294 typename TSlot::TObject object = slot.load(cage_base()); VerifyPointersImpl() local 362 HeapObject object = HeapObject::FromAddress(current); VerifyEvacuationOnPage() local 422 typename TSlot::TObject object = current.load(cage_base()); VerifyPointersImpl() local 1151 Object object = *p; MarkObjectByPointer() local 1218 MarkObject(HeapObject host, Object object) MarkObject() argument 1245 MaybeObject object = p.load(cage_base()); global() variable 1289 MarkObject(HeapObject host, ObjectSlot slot, Object object) MarkObject() argument 1504 HeapObject object = rinfo->target_object(cage_base()); global() variable 1515 MarkArrayBufferExtensionPromoted(HeapObject object) MarkArrayBufferExtensionPromoted() argument 1660 TryEvacuateObject(AllocationSpace target_space, HeapObject object, int size, HeapObject* target_object) TryEvacuateObject() argument 1711 AbortCompactionForTesting(HeapObject object) AbortCompactionForTesting() argument 1783 MigrateObject(HeapObject::cast(target), object, size, space); global() variable 1792 TryEvacuateWithoutCopy(HeapObject object) TryEvacuateWithoutCopy() argument 2204 HeapObject object; PerformWrapperTracing() local 2219 HeapObject object; ProcessMarkingWorklist() local 2578 HeapObject object = weak_object_in_code.first; MarkDependentCodeForDeoptimization() local 3968 HeapObject object = current->GetObject(); EvacuatePagesInParallel() local 4029 HeapObject const object = object_and_size.first; VisitBlackObjects() local 4054 HeapObject object = reinterpret_cast<LargePage*>(chunk)->GetObject(); VisitBlackObjectsNoFail() local 4063 HeapObject const object = object_and_size.first; VisitBlackObjectsNoFail() local 4083 HeapObject object = reinterpret_cast<LargePage*>(chunk)->GetObject(); VisitGreyObjectsNoFail() local 4092 HeapObject const object = object_and_size.first; VisitGreyObjectsNoFail() local 4278 HeapObject object = HeapObject::FromAddress(cur); ProcessVisitAll() local 4933 typename TSlot::TObject object = slot.load(cage_base); VerifyPointersImpl() local 4968 typename TSlot::TObject object = current.load(cage_base()); VerifyPointersImpl() local 5061 VisitJSArrayBuffer(Map map, JSArrayBuffer object) VisitJSArrayBuffer() argument 5087 MarkObjectViaMarkingWorklist(HeapObject object) MarkObjectViaMarkingWorklist() argument 5182 IsLive(HeapObject object) IsLive() argument 5361 HeapObject const object = object_and_size.first; MakeIterable() local 5549 MarkObject(Object object) MarkObject() argument 5559 HeapObject object; EmptyMarkingWorklist() local 5566 IncrementLiveBytes(HeapObject object, intptr_t bytes) IncrementLiveBytes() argument 5627 MaybeObject object = *slot; CheckAndMarkObject() local 5804 HeapObject object; DrainMarkingWorklist() local 5827 HeapObject const object = object_and_size.first; TraceFragmentation() local 6014 HeapObject object = current->GetObject(); EvacuatePagesInParallel() local [all...] |
| H A D | heap.cc | 118 Isolate* Heap::GetIsolateFromWritableObject(HeapObject object) { in GetIsolateFromWritableObject() argument 126 bool Heap_PageFlagsAreConsistent(HeapObject object) { in Heap_PageFlagsAreConsistent() argument 138 void Heap_GenerationalBarrierSlow(HeapObject object, Address slot, in Heap_GenerationalBarrierSlow() argument 147 Heap_GenerationalBarrierForCodeSlow(Code host, RelocInfo* rinfo, HeapObject object) Heap_GenerationalBarrierForCodeSlow() argument 792 UpdateAllocationsHash(HeapObject object) UpdateAllocationsHash() argument 847 AddRetainingPathTarget(Handle<HeapObject> object, RetainingPathOption option) AddRetainingPathTarget() argument 862 IsRetainingPathTarget(HeapObject object, RetainingPathOption* option) IsRetainingPathTarget() argument 883 HeapObject object = target; PrintRetainingPath() local 930 HeapObject object = pair.first; UpdateRetainersMapAfterScavenge() local 963 HeapObject object = pair.first; UpdateRetainersAfterScavenge() local 977 AddRetainer(HeapObject retainer, HeapObject object) AddRetainer() argument 991 AddEphemeronRetainer(HeapObject retainer, HeapObject object) AddEphemeronRetainer() argument 1004 AddRetainingRoot(Root root, HeapObject object) AddRetainingRoot() argument 2473 EnsureSweepingCompleted(HeapObject object) EnsureSweepingCompleted() argument 2841 UnprotectAndRegisterMemoryChunk(HeapObject object, UnprotectMemoryOrigin origin) UnprotectAndRegisterMemoryChunk() argument 3220 PrecedeWithFiller(HeapObject object, int filler_size) PrecedeWithFiller() argument 3226 AlignWithFiller(HeapObject object, int object_size, int allocation_size, AllocationAlignment alignment) AlignWithFiller() argument 3398 CanMoveObjectStart(HeapObject object) CanMoveObjectStart() argument 3416 IsImmovable(HeapObject object) IsImmovable() argument 3424 IsLargeObject(HeapObject object) IsLargeObject() argument 3466 MayContainRecordedSlots(HeapObject object) MayContainRecordedSlots() argument 3501 LeftTrimFixedArray(FixedArrayBase object, int elements_to_trim) LeftTrimFixedArray() argument 3589 RightTrimFixedArray(FixedArrayBase object, int elements_to_trim) RightTrimFixedArray() argument 3611 RightTrimWeakFixedArray(WeakFixedArray object, int elements_to_trim) RightTrimWeakFixedArray() argument 3622 CreateFillerForArray(T object, int elements_to_trim, int bytes_to_trim) CreateFillerForArray() argument 3956 NotifyObjectLayoutChange( HeapObject object, const DisallowGarbageCollection&, InvalidateRecordedSlots invalidate_recorded_slots) NotifyObjectLayoutChange() argument 4026 VerifyObjectLayoutChange(HeapObject object, Map new_map) VerifyObjectLayoutChange() argument 4046 VerifySafeMapTransition(HeapObject object, Map new_map) VerifySafeMapTransition() argument 4329 AppendArrayBufferExtension(JSArrayBuffer object, ArrayBufferExtension* extension) AppendArrayBufferExtension() argument 4335 DetachArrayBufferExtension(JSArrayBuffer object, ArrayBufferExtension* extension) DetachArrayBufferExtension() argument 4791 VerifyRememberedSetFor(HeapObject object) VerifyRememberedSetFor() argument 6406 ClearRecordedSlot(HeapObject object, ObjectSlot slot) ClearRecordedSlot() argument 6427 VerifyClearedSlot(HeapObject object, ObjectSlot slot) VerifyClearedSlot() argument 6521 MarkAsReachable(HeapObject object) MarkAsReachable() argument 6596 typename TSlot::TObject object = p.load(cage_base()); MarkPointersImpl() local 6853 EnqueueDirtyJSFinalizationRegistry( JSFinalizationRegistry finalization_registry, std::function<void(HeapObject object, ObjectSlot slot, Object target)> gc_notify_updated_slot) EnqueueDirtyJSFinalizationRegistry() argument 7076 typename TSlot::TObject object = slot.load(cage_base()); VerifyPointersImpl() local 7166 GcSafeMapOfCodeSpaceObject(HeapObject object) GcSafeMapOfCodeSpaceObject() argument 7180 GcSafeCastToCode(HeapObject object, Address inner_pointer) GcSafeCastToCode() argument 7278 GenerationalBarrierSlow(HeapObject object, Address slot, HeapObject value) GenerationalBarrierSlow() argument 7321 WriteBarrierForRangeImpl(MemoryChunk* source_page, HeapObject object, TSlot start_slot, TSlot end_slot) WriteBarrierForRangeImpl() argument 7361 WriteBarrierForRange(HeapObject object, TSlot start_slot, TSlot end_slot) WriteBarrierForRange() argument 7412 GenerationalBarrierForCodeSlow(Code host, RelocInfo* rinfo, HeapObject object) GenerationalBarrierForCodeSlow() argument 7422 PageFlagsAreConsistent(HeapObject object) PageFlagsAreConsistent() argument [all...] |
| /third_party/node/deps/v8/src/objects/ |
| H A D | objects.cc | 221 Handle<Object> Object::NewStorageFor(Isolate* isolate, Handle<Object> object, in NewStorageFor() argument 238 Handle<Object> Object::WrapForRead(IsolateT* isolate, Handle<Object> object, in WrapForRead() argument 255 ToObjectImpl(Isolate* isolate, Handle<Object> object, const char* method_name) ToObjectImpl() argument 290 ConvertReceiver(Isolate* isolate, Handle<Object> object) ConvertReceiver() argument 428 IsErrorObject(Isolate* isolate, Handle<Object> object) IsErrorObject() argument 436 AsStringOrEmpty(Isolate* isolate, Handle<Object> object) AsStringOrEmpty() argument 873 TypeOf(Isolate* isolate, Handle<Object> object) TypeOf() argument 916 OrdinaryHasInstance(Isolate* isolate, Handle<Object> callable, Handle<Object> object) OrdinaryHasInstance() argument 959 InstanceOf(Isolate* isolate, Handle<Object> object, Handle<Object> callable) InstanceOf() argument 1021 CreateListFromArrayLikeFastPath( Isolate* isolate, Handle<Object> object, ElementTypes element_types) CreateListFromArrayLikeFastPath() argument 1053 CreateListFromArrayLike( Isolate* isolate, Handle<Object> object, ElementTypes element_types) CreateListFromArrayLike() argument 1120 GetLengthFromArrayLike(Isolate* isolate, Handle<JSReceiver> object) GetLengthFromArrayLike() argument 2467 SetProperty(Isolate* isolate, Handle<Object> object, Handle<Name> name, Handle<Object> value, StoreOrigin store_origin, Maybe<ShouldThrow> should_throw) SetProperty() argument 3037 Handle<JSReceiver> object = Handle<JSReceiver>::cast(proxy); IsArray() local [all...] |
| /third_party/node/deps/v8/src/torque/ |
| H A D | implementation-visitor.cc | 1518 VisitResult ImplementationVisitor::GenerateArrayLength(VisitResult object, in GenerateArrayLength() argument 1420 GenerateFieldReference( VisitResult object, const Field& field, const ClassType* class_type, bool treat_optional_as_indexed) GenerateFieldReference() argument 1449 GenerateFieldReferenceForInit( VisitResult object, const Field& field, const LayoutForInitialization& layout) GenerateFieldReferenceForInit() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
| H A D | capture_gles_ext_autogen.cpp | 4904 CaptureGetObjectLabelEXT(const State &glState, bool isCallValid, GLenum type, GLuint object, GLsizei bufSize, GLsizei *length, GLchar *label) CaptureGetObjectLabelEXT() argument 4953 CaptureLabelObjectEXT(const State &glState, bool isCallValid, GLenum type, GLuint object, GLsizei length, const GLchar *label) CaptureLabelObjectEXT() argument
|
| H A D | capture_gles_ext_params.cpp | 2934 CaptureGetObjectLabelEXT_length(const State &glState, bool isCallValid, GLenum type, GLuint object, GLsizei bufSize, GLsizei *length, GLchar *label, angle::ParamCapture *paramCapture) CaptureGetObjectLabelEXT_length() argument 2946 CaptureGetObjectLabelEXT_label(const State &glState, bool isCallValid, GLenum type, GLuint object, GLsizei bufSize, GLsizei *length, GLchar *label, angle::ParamCapture *paramCapture) CaptureGetObjectLabelEXT_label() argument 2958 CaptureLabelObjectEXT_label(const State &glState, bool isCallValid, GLenum type, GLuint object, GLsizei length, const GLchar *label, angle::ParamCapture *paramCapture) CaptureLabelObjectEXT_label() argument
|
| /third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
| H A D | entry_points_gles_ext_autogen.cpp | 4185 GL_GetObjectLabelEXT(GLenum type, GLuint object, GLsizei bufSize, GLsizei *length, GLchar *label) in GL_GetObjectLabelEXT() argument 4214 void GL_APIENTRY GL_LabelObjectEXT(GLenum type, GLuint object, GLsizei length, const GLchar *label) in GL_LabelObjectEXT() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
| H A D | Reactor.hpp | 3357 inline CToReactorT<Return> Call(Return (Class::*fptr)(CArgs...), C &&object, RArgs &&...args) member 3381 inline void Call(void (Class::*fptr)(CArgs...), C &&object, RArgs &&...args) in Call() argument [all...] |
| /third_party/python/Modules/ |
| H A D | _datetimemodule.c | 1510 make_Zreplacement(PyObject *object, PyObject *tzinfoarg) in make_Zreplacement() argument 1554 make_freplacement(PyObject *object) in make_freplacement() argument 1575 wrap_strftime(PyObject *object, PyObject *format, PyObject *timetuple, PyObject *tzinfoarg) wrap_strftime() argument [all...] |
| H A D | _testcapimodule.c | 3282 PyObject *object; in test_capsule() local [all...] |
| H A D | posixmodule.c | 1112 PyObject *object; member [all...] |
| /foundation/ability/ability_runtime/services/appmgr/src/ |
| H A D | app_mgr_service_inner.cpp | 1031 auto object = appScheduler->AsObject(); in AttachApplication() local [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| H A D | js_web.cpp | 3480 auto object = JSRef<JSVal>::Cast(paramObject->GetProperty("object")); in JavaScriptProxy() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
| H A D | web_pattern.cpp | 4429 auto object = child->GetArrayItem(index); in ParseNWebViewDataNode() local 4495 auto object = sourceJson->GetArrayItem(index); in ParseNWebViewDataJson() local [all...] |
| /foundation/multimedia/media_library/frameworks/js/src/ |
| H A D | media_library_napi.cpp | 758 static napi_status AddIntegerNamedProperty(napi_env env, napi_value object, in AddIntegerNamedProperty() argument 780 static napi_status AddStringNamedProperty(napi_env env, napi_value object, in AddStringNamedProperty() argument [all...] |
| /test/xts/acts/arkui/ace_napi_test/entry/src/main/cpp/napi/ |
| H A D | napi_test.cpp | 1491 napi_value object, key, value; in setProperty() local 132 add_returned_status(napi_env env, const char* key, napi_value object, const char* expected_message, napi_status expected_status, napi_status actual_status) add_returned_status() argument 1527 napi_value object, key, result; getProperty() local 1740 napi_value object = args[0]; getNamedProperty() local 1791 napi_value return_value, object; setElement() local 1815 napi_value return_value, object, prop; getElement() local 1839 napi_value return_value, object; TestBoolValuedElementApi() local 1873 napi_value object, return_value; defineProperties() local 2973 napi_value object = args[0]; FreezeTest() local 2991 napi_value object = args[0]; SealTest() local 3550 napi_value object = nullptr; TestAttachCallback() local 4009 napi_value object = nullptr; NapiSerialize() local 4067 napi_value object = nullptr; NapiDeleteSerializationData() local 6675 napi_value object, key, value; setPropertyValueNull() local 6690 napi_value object, key, value; setPropertyResultNull() local 6705 napi_value object, key, value; setPropertyNoObject() local 6720 napi_value object, key, result; getPropertyObjectNull() local 6735 napi_value object, key, result; getPropertyKeyNull() local 6750 napi_value object, key, result; getPropertyResultNull() local 6765 napi_value object, key, result; getPropertyNotObject() local 6986 napi_value object = args[0]; getNamedPropertyKeyNull() local 6999 napi_value object = args[0]; getNamedPropertyResultNull() local 7076 napi_value return_value, object, prop; getElementObjNull() local 7088 napi_value return_value, object; getElementRstNull() local 7187 napi_value object, return_value; definePropertiesObjNull() local 8845 napi_value object = args[0]; objectFreezeEnvNull() local 8869 napi_value object = args[0]; objectSealEnvNull() local 9416 napi_value object; objectSealNotObj() local 9427 napi_value object; objectFreezeNotObj() local 9538 napi_value object = nullptr; serializeEnvNull() local 9571 napi_value object = nullptr; serializeDataNull() local 9613 napi_value object = nullptr; coerceToNativeBindingObjectEnvNull() local 9627 napi_value object = nullptr; coerceToNativeBindingObjectObjNull() local 9641 napi_value object = nullptr; coerceToNativeBindingObjectDetachNull() local 9655 napi_value object = nullptr; coerceToNativeBindingObjectAttachNull() local 9669 napi_value object = nullptr; coerceToNativeBindingObjectNativeNull() local [all...] |
| /test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/napi/ |
| H A D | napi_test.cpp | 79 static void addReturnedStatus(JSVM_Env env, const char *key, JSVM_Value object, const char *expected_message, in addReturnedStatus() argument 107 JSVM_Value object, return_value; in defineProperties() local 2756 JSVM_Value object, return_value; testDefineProperties() local 2978 JSVM_Value object = nullptr; test() local 5483 JSVM_Value object; CreateObject() local 6240 JSVM_Value object = nullptr; UseReference() local 6438 AddReturnedStatus(JSVM_Env env, const char *key, JSVM_Value object, JSVM_Status expectedStatus, JSVM_Status actualStatus) AddReturnedStatus() argument 6477 JSVM_Value object; SetPropertyFailed() local 6508 JSVM_Value object; GetPropertyFailed() local 6543 JSVM_Value object; HasPropertyFailed() local 6585 JSVM_Value object; DeletePropertyFailed() local 6632 JSVM_Value object; HasOwnPropertyFailed() local 6694 JSVM_Value object; SetNamedPropertyFailed() local 6732 JSVM_Value object; GetNamedPropertyFailed() local 6770 JSVM_Value object; HasNamedPropertyFailed() local 6820 JSVM_Value object; SetElementFailed() local 6850 JSVM_Value object; GetElementFailed() local 6881 JSVM_Value object; HasElementFailed() local 6924 JSVM_Value object; DeleteElementFailed() local 7029 JSVM_Value object; DefinePropertiesFailed() local [all...] |
| /third_party/glslang/glslang/HLSL/ |
| H A D | hlslParseHelper.cpp | 228 TIntermTyped* object = lhsAsAggregate->getSequence()[0]->getAsTyped(); in lValueErrorCheck() local 375 TIntermTyped* object = lhsAsAggregate->getSequence()[0]->getAsTyped(); in handleLvalue() local [all...] |
| /third_party/cups-filters/utils/ |
| H A D | cups-browsed.c | 6042 on_printer_state_changed (CupsNotifier *object, in on_printer_state_changed() argument 6135 on_job_state (CupsNotifier *object, in on_job_state() argument 6635 on_printer_deleted (CupsNotifier *object, in on_printer_deleted() argument 6841 on_printer_modified (CupsNotifier *object, in on_printer_modified() argument
|
| /third_party/node/deps/v8/src/d8/ |
| H A D | d8.cc | 1692 Local<Object> object in PerformanceMeasureMemory() local 344 TryGetValue(v8::Isolate* isolate, Local<Context> context, Local<v8::Object> object, const char* property) TryGetValue() argument 353 GetValue(v8::Isolate* isolate, Local<Context> context, Local<v8::Object> object, const char* property) GetValue() argument 358 GetWorkerFromInternalField(Isolate* isolate, Local<Object> object) GetWorkerFromInternalField() argument 410 UpdateIncludedCategoriesList( v8::Isolate* isolate, Local<Context> context, Local<v8::Object> object, platform::tracing::TraceConfig* trace_config) UpdateIncludedCategoriesList() argument 1729 Local<Object> object = RealmOwner() local 2408 Local<Object> object = args[index].As<Object>(); ReadCodeTypeAndArguments() local [all...] |
| /third_party/node/deps/v8/src/compiler/ |
| H A D | bytecode-graph-builder.cc | 1477 ObjectRef object = MakeRefForConstantForIndexOperand(0); in VisitLdaConstant() local 1606 Node* object = in VisitDefineKeyedOwnPropertyInLiteral() local 1956 Node* object = VisitGetNamedProperty() local 2007 Node* object = VisitGetKeyedProperty() local 2034 Node* object = BuildNamedStore() local 2079 Node* object = VisitSetKeyedProperty() local 2112 Node* object = VisitDefineKeyedOwnProperty() local 2228 Node* object = VisitCreateWithContext() local 2239 Node* object = NewNode(op, GetFunctionClosure()); BuildCreateArguments() local 3174 Node* object = BuildDelete() local 3265 Node* object = environment()->LookupAccumulator(); VisitTestIn() local 3286 Node* object = environment()->LookupAccumulator(); VisitTestUndetectable() local 3292 Node* object = environment()->LookupAccumulator(); VisitTestNull() local 3299 Node* object = environment()->LookupAccumulator(); VisitTestUndefined() local 3306 Node* object = environment()->LookupAccumulator(); VisitTestTypeOf() local 3379 Node* object = environment()->LookupAccumulator(); VisitToNumber() local 3398 Node* object = environment()->LookupAccumulator(); VisitToNumeric() local [all...] |
| H A D | wasm-compiler.cc | 311 Node* IsI31(Node* object) { in IsI31() argument 322 Node* LoadMap(Node* object) { in LoadMap() argument 2972 Node* WasmGraphBuilder::IsNull(Node* object) { in IsNull() argument 3259 BuildLoadExternalPointerFromObject( Node* object, int offset, ExternalPointerTag tag) BuildLoadExternalPointerFromObject() argument [all...] |
| /third_party/node/deps/v8/src/execution/ |
| H A D | isolate.cc | 922 bool IsBuiltinFunction(Isolate* isolate, HeapObject object, Builtin builtin) { in IsBuiltinFunction() argument 4443 IsArrayOrObjectOrStringPrototype( Object object) ThrowInternal() argument 4460 IsInAnyContext(Object object, uint32_t index) ThrowInternal() argument 4473 UpdateNoElementsProtectorOnSetElement(Handle<JSObject> object) ThrowInternal() argument [all...] |
| /third_party/node/deps/v8/src/interpreter/ |
| H A D | bytecode-generator.cc | 1015 inline Register object() const { return object_; } in object() function in v8::internal::interpreter::final 3842 BuildLoadNamedProperty(const Expression* object_expr, Register object, const AstRawString* name) BuildLoadNamedProperty() argument 3849 BuildSetNamedProperty(const Expression* object_expr, Register object, const AstRawString* name) BuildSetNamedProperty() argument 3890 NamedProperty(Expression* object_expr, Register object, const AstRawString* name) NamedProperty() argument 3898 KeyedProperty(Register object, Register key) KeyedProperty() argument 3912 PrivateMethodOrAccessor( AssignType type, Property* property, Register object, Register key) PrivateMethodOrAccessor() argument 3937 Register object = VisitForRegisterValue(property->obj()); PrepareAssignmentLhs() local 3944 Register object = VisitForRegisterValue(property->obj()); PrepareAssignmentLhs() local 3954 Register object = VisitForRegisterValue(property->obj()); PrepareAssignmentLhs() local 5126 BuildPrivateGetterAccess(Register object, Register accessor_pair) BuildPrivateGetterAccess() argument 5140 BuildPrivateSetterAccess(Register object, Register accessor_pair, Register value) BuildPrivateSetterAccess() argument 5179 Register object = register_allocator()->NewRegister(); BuildPrivateMethodIn() local 5215 BuildPrivateBrandCheck(Property* property, Register object) BuildPrivateBrandCheck() argument 5844 Register object = VisitForRegisterValue(property->obj()); VisitDelete() local 5861 Register object = register_allocator()->NewRegister(); VisitDelete() local 5926 Register object, key, old_value; VisitCountOperation() local 6355 BuildGetIteratorRecord( Register next, Register object, IteratorType hint) BuildGetIteratorRecord() argument 6371 Register object = register_allocator()->NewRegister(); BuildGetIteratorRecord() local [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| H A D | dbghelp.h | 518 PVOID object; member
|