| /third_party/node/deps/v8/src/heap/ |
| H A D | marking-visitor-inl.h | 43 ProcessStrongHeapObject( HeapObject host, THeapObjectSlot slot, HeapObject heap_object) ProcessStrongHeapObject() argument 55 ProcessWeakHeapObject( HeapObject host, THeapObjectSlot slot, HeapObject heap_object) ProcessWeakHeapObject() argument 98 VisitCodePointerImpl( HeapObject host, CodeObjectSlot slot) VisitCodePointerImpl() argument 396 ObjectSlot slot = weak_ref.RawField(JSWeakRef::kTargetOffset); VisitJSWeakRef() local 424 ObjectSlot slot = weak_cell.RawField(WeakCell::kTargetOffset); VisitWeakCell() local [all...] |
| /third_party/node/deps/v8/src/ic/ |
| H A D | ic.h | 183 LoadIC(Isolate* isolate, Handle<FeedbackVector> vector, FeedbackSlot slot, in LoadIC() argument 259 StoreIC(Isolate* isolate, Handle<FeedbackVector> vector, FeedbackSlot slot, in StoreIC() argument 216 LoadGlobalIC(Isolate* isolate, Handle<FeedbackVector> vector, FeedbackSlot slot, FeedbackSlotKind kind) LoadGlobalIC() argument 226 KeyedLoadIC(Isolate* isolate, Handle<FeedbackVector> vector, FeedbackSlot slot, FeedbackSlotKind kind) KeyedLoadIC() argument 287 StoreGlobalIC(Isolate* isolate, Handle<FeedbackVector> vector, FeedbackSlot slot, FeedbackSlotKind kind) StoreGlobalIC() argument 311 KeyedStoreIC(Isolate* isolate, Handle<FeedbackVector> vector, FeedbackSlot slot, FeedbackSlotKind kind) KeyedStoreIC() argument 341 StoreInArrayLiteralIC(Isolate* isolate, Handle<FeedbackVector> vector, FeedbackSlot slot) StoreInArrayLiteralIC() argument [all...] |
| /third_party/node/deps/v8/src/objects/ |
| H A D | feedback-vector-inl.h | 128 MaybeObject slot = maybe_optimized_code(kAcquireLoad); in optimized_code() local 212 SynchronizedSet(FeedbackSlot slot, MaybeObject value, WriteBarrierMode mode) SynchronizedSet() argument 222 SynchronizedSet(FeedbackSlot slot, Object value, WriteBarrierMode mode) SynchronizedSet() argument 227 Set(FeedbackSlot slot, MaybeObject value, WriteBarrierMode mode) Set() argument 233 Set(FeedbackSlot slot, Object value, WriteBarrierMode mode) Set() argument 363 SetFeedback(FeedbackVector vector, FeedbackSlot slot, MaybeObject feedback, WriteBarrierMode mode) const SetFeedback() argument [all...] |
| /third_party/node/deps/v8/src/roots/ |
| H A D | roots.h | 455 FullObjectSlot slot(RootIndex root_index) { in slot() function in v8::internal::RootIndex::RootsTable
|
| /third_party/node/deps/v8/src/runtime/ |
| H A D | runtime-literals.cc | 32 PreInitializeLiteralSite(Handle<FeedbackVector> vector, FeedbackSlot slot) PreInitializeLiteralSite() argument
|
| H A D | runtime-scopes.cc | 454 Smi slot = Smi::FromInt(scope_info->ContextHeaderLength() + i); in NewSloppyArguments() local
|
| /third_party/mesa3d/src/gallium/drivers/r600/sb/ |
| H A D | sb_sched.h | 157 alu_node* slot(unsigned i) { return slots[i]; } in slot() function in r600_sb::alu_group_tracker
|
| /third_party/mesa3d/src/gallium/auxiliary/draw/ |
| H A D | draw_tess.c | 61 unsigned slot, i; in llvm_fetch_tcs_input() local 114 unsigned slot, i; llvm_store_tcs_output() local 225 unsigned slot, i; llvm_fetch_tes_input() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_program.c | 202 nvc0_vtgp_hdr_update_oread(struct nvc0_program *vp, uint8_t slot) in nvc0_vtgp_hdr_update_oread() argument [all...] |
| H A D | nve4_compute.c | 220 gm107_compute_validate_surfaces(struct nvc0_context *nvc0, struct pipe_image_view *view, int slot) gm107_compute_validate_surfaces() argument
|
| /third_party/skia/src/gpu/d3d/ |
| H A D | GrD3DResourceProvider.cpp | 68 findOrCreateCommandSignature( GrD3DCommandSignature::ForIndexed indexed, unsigned int slot) findOrCreateCommandSignature() argument
|
| /third_party/skia/third_party/externals/brotli/c/enc/ |
| H A D | hash_forgetful_chain_inc.h | 247 size_t slot = head[key]; in FindLongestMatch() local
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| H A D | CommandBufferStateTracker.cpp | 356 void CommandBufferStateTracker::SetVertexBuffer(VertexBufferSlot slot, uint64_t size) { in SetVertexBuffer() argument
|
| /third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
| H A D | GPURenderPassEncoder.cpp | 191 setVertexBuffer(Napi::Env env, interop::GPUIndex32 slot, interop::Interface<interop::GPUBuffer> buffer, interop::GPUSize64 offset, std::optional<interop::GPUSize64> size) setVertexBuffer() argument
|
| /third_party/skia/third_party/externals/freetype/src/cff/ |
| H A D | cffdrivr.c | 167 CFF_GlyphSlot slot = (CFF_GlyphSlot)cffslot; in FT_CALLBACK_DEF() local 210 FT_GlyphSlot slot = face->glyph; in FT_CALLBACK_DEF() local [all...] |
| /third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
| H A D | DrawVertexAndIndexBufferOOBValidationTests.cpp | 60 uint32_t slot; member
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
| H A D | raw_hash_set_benchmark.cc | 85 static void construct(allocator_type* alloc, slot_type* slot, Args... args) { in construct() argument 91 static void destroy(allocator_type* alloc, slot_type* slot) { in destroy() argument 102 static std::pair<std::string, std::string>& element(slot_type* slot) { in element() argument [all...] |
| /third_party/skia/include/private/ |
| H A D | SkTHash.h | 165 Iter(const TTable* table, int slot) : fTable(table), fSlot(slot) {} in Iter() argument 231 const T* slot(int i) const { in slot() function in SkTHashTable [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/ |
| H A D | vktVideoBaseDecodeUtils.cpp | 475 int8_t slot = (int8_t)m_dpbSlotsAvailable.front(); in AllocateSlot() local 486 void DpbSlots::FreeSlot (int8_t slot) in FreeSlot() argument 497 operator [](uint32_t slot) operator []() argument [all...] |
| /base/location/frameworks/js/napi/notification/src/ |
| H A D | notification_napi.cpp | 429 napi_value NotificationNapi::GetNotificationSlot(const napi_env &env, const napi_value &value, NotificationSlot &slot) in GetNotificationSlot() argument 485 GetNotificationSlotByString( const napi_env &env, const napi_value &value, NotificationSlot &slot) GetNotificationSlotByString() argument 532 GetNotificationSlotByBool( const napi_env &env, const napi_value &value, NotificationSlot &slot) GetNotificationSlotByBool() argument 588 GetNotificationSlotByNumber( const napi_env &env, const napi_value &value, NotificationSlot &slot) GetNotificationSlotByNumber() argument 649 GetNotificationSlotByVibration( const napi_env &env, const napi_value &value, NotificationSlot &slot) GetNotificationSlotByVibration() argument [all...] |
| /base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/ |
| H A D | ans_notification_unit_test.cpp | 182 sptr<NotificationSlot> slot = new NotificationSlot();
in HWTEST_F() local 338 sptr<NotificationSlot> slot = new NotificationSlot();
in HWTEST_F() local 360 sptr<NotificationSlot> slot = new NotificationSlot();
in HWTEST_F() local 734 sptr<NotificationSlot> slot = new NotificationSlot();
in HWTEST_F() local
|
| /base/notification/distributed_notification_service/services/ans/src/ |
| H A D | advanced_notification_live_view_service.cpp | 430 sptr<NotificationSlot> slot; in IsAllowedRemoveSlot() local
|
| /base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/ |
| H A D | ans_manager_proxy_unit_test.cpp | 918 sptr<NotificationSlot> slot = new (std::nothrow) NotificationSlot();
in HWTEST_F() local 941 sptr<NotificationSlot> slot = new (std::nothrow) NotificationSlot();
in HWTEST_F() local 965 sptr<NotificationSlot> slot = new (std::nothrow) NotificationSlot();
in HWTEST_F() local 987 sptr<NotificationSlot> slot = new (std::nothrow) NotificationSlot();
in HWTEST_F() local 1011 sptr<NotificationSlot> slot = new (std::nothrow) NotificationSlot();
in HWTEST_F() local 1290 sptr<NotificationSlot> slot = new (std::nothrow) NotificationSlot(); SendRequestReplaceSlot() local 1296 sptr<NotificationSlot> slot = new (std::nothrow) NotificationSlot(); SendRequestReplaceSlot() local 1319 sptr<NotificationSlot> slot = nullptr; HWTEST_F() local 1343 sptr<NotificationSlot> slot = nullptr; HWTEST_F() local 1365 sptr<NotificationSlot> slot = nullptr; HWTEST_F() local 1388 sptr<NotificationSlot> slot = nullptr; HWTEST_F() local 1411 sptr<NotificationSlot> slot = nullptr; HWTEST_F() local 3896 sptr<NotificationSlot> slot = new (std::nothrow) NotificationSlot(); HWTEST_F() local 3919 sptr<NotificationSlot> slot = new (std::nothrow) NotificationSlot(); HWTEST_F() local 3942 sptr<NotificationSlot> slot = new (std::nothrow) NotificationSlot(); HWTEST_F() local 3967 sptr<NotificationSlot> slot = new (std::nothrow) NotificationSlot(); HWTEST_F() local 3990 sptr<NotificationSlot> slot = new (std::nothrow) NotificationSlot(); HWTEST_F() local 4015 sptr<NotificationSlot> slot = new (std::nothrow) NotificationSlot(); HWTEST_F() local [all...] |
| /base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/ |
| H A D | ans_manager_stub_test.cpp | 2245 sptr<NotificationSlot> slot = new NotificationSlot(); in HWTEST_F() local 3429 sptr<NotificationSlot> slot = new NotificationSlot(); in HWTEST_F() local 3445 sptr<NotificationSlot> slot = new NotificationSlot(); in HWTEST_F() local 4087 sptr<NotificationSlot> slot = new NotificationSlot(); in HWTEST_F() local 4245 sptr<NotificationSlot> slot in HWTEST_F() local 4262 sptr<NotificationSlot> slot = new NotificationSlot(); HWTEST_F() local [all...] |
| /base/notification/distributed_notification_service/frameworks/js/napi/src/ |
| H A D | slot.cpp | 36 NotificationSlot slot; member 45 NotificationSlot slot; member 86 sptr<NotificationSlot> slot = nullptr; member 133 sptr<NotificationSlot> slot; member 300 NotificationSlot slot; in ParseParametersByAddSlots() local 359 NotificationSlot slot; ParseParametersSetSlotByBundle() local [all...] |