Home
last modified time | relevance | path

Searched defs:holder (Results 1 – 25 of 88) sorted by relevance

1234

/third_party/node/deps/v8/src/objects/
Dlookup.cc76 JSReceiver holder = *holder_; in Start() local
95 JSReceiver holder = *holder_; in Next() local
109 void LookupIterator::NextInternal(Map map, JSReceiver holder) { in NextInternal()
340 Handle<JSReceiver> holder = GetHolder<JSReceiver>(); in PrepareForDataProperty() local
465 Handle<JSReceiver> holder = GetHolder<JSReceiver>(); in ReconfigureDataProperty() local
709 Handle<JSReceiver> holder = Handle<JSReceiver>::cast(holder_); in Delete() local
883 Handle<WasmArray> holder = GetHolder<WasmArray>(); in FetchValue() local
888 Handle<JSObject> holder = GetHolder<JSObject>(); in FetchValue() local
892 Handle<JSGlobalObject> holder = GetHolder<JSGlobalObject>(); in FetchValue() local
915 Handle<WasmArray> holder = GetHolder<WasmArray>(); in FetchValue() local
[all …]
Dobject-macros.h87 #define DEF_GETTER(holder, name, type) \ argument
94 #define DEF_RELAXED_GETTER(holder, name, type) \ argument
101 #define DEF_ACQUIRE_GETTER(holder, name, type) \ argument
164 #define DEF_PRIMITIVE_ACCESSORS(holder, name, offset, type) \ argument
168 #define INT_ACCESSORS(holder, name, offset) \ argument
171 #define INT32_ACCESSORS(holder, name, offset) \ argument
174 #define UINT16_ACCESSORS(holder, name, offset) \ argument
177 #define UINT8_ACCESSORS(holder, name, offset) \ argument
180 #define RELAXED_INT32_ACCESSORS(holder, name, offset) \ argument
188 #define RELAXED_UINT16_ACCESSORS(holder, name, offset) \ argument
[all …]
Delements-inl.h32 inline bool ElementsAccessor::HasElement(JSObject holder, uint32_t index, in HasElement()
Delements.cc577 static void ValidateContents(JSObject holder, size_t length) {} in ValidateContents()
579 static void ValidateImpl(JSObject holder) { in ValidateImpl()
598 void Validate(JSObject holder) final { in Validate()
603 bool HasElement(JSObject holder, uint32_t index, FixedArrayBase backing_store, in HasElement()
609 static bool HasElementImpl(Isolate* isolate, JSObject holder, size_t index, in HasElementImpl()
617 bool HasEntry(JSObject holder, InternalIndex entry) final { in HasEntry()
627 bool HasAccessors(JSObject holder) final { in HasAccessors()
631 static bool HasAccessorsImpl(JSObject holder, FixedArrayBase backing_store) { in HasAccessorsImpl()
635 Handle<Object> Get(Handle<JSObject> holder, InternalIndex entry) final { in Get()
639 static Handle<Object> GetInternalImpl(Handle<JSObject> holder, in GetInternalImpl()
[all …]
/third_party/node/deps/v8/src/runtime/
Druntime-collections.cc26 Handle<JSSet> holder = args.at<JSSet>(0); in RUNTIME_FUNCTION() local
43 Handle<JSSet> holder = args.at<JSSet>(0); in RUNTIME_FUNCTION() local
53 Handle<JSMap> holder = args.at<JSMap>(0); in RUNTIME_FUNCTION() local
63 Handle<JSMap> holder = args.at<JSMap>(0); in RUNTIME_FUNCTION() local
Druntime-proxy.cc43 Handle<JSReceiver> holder = args.at<JSReceiver>(0); in RUNTIME_FUNCTION() local
70 Handle<JSReceiver> holder = args.at<JSReceiver>(0); in RUNTIME_FUNCTION() local
/third_party/node/deps/v8/src/compiler/
Daccess-info.cc104 Zone* zone, MapRef receiver_map, base::Optional<JSObjectRef> holder) { in NotFound()
114 base::Optional<JSObjectRef> holder, base::Optional<MapRef> transition_map) { in DataField()
135 base::Optional<JSObjectRef> holder, base::Optional<MapRef> transition_map) { in FastDataConstant()
146 base::Optional<JSObjectRef> holder) { in FastAccessorConstant()
167 Zone* zone, MapRef receiver_map, JSObjectRef holder, in DictionaryProtoDataConstant()
175 Zone* zone, MapRef receiver_map, base::Optional<JSObjectRef> holder, in DictionaryProtoAccessorConstant()
190 Zone* zone, Kind kind, base::Optional<JSObjectRef> holder, in PropertyAccessInfo()
201 Zone* zone, Kind kind, base::Optional<JSObjectRef> holder, in PropertyAccessInfo()
217 Kind kind, base::Optional<JSObjectRef> holder, in PropertyAccessInfo()
239 Zone* zone, Kind kind, base::Optional<JSObjectRef> holder, in PropertyAccessInfo()
[all …]
Dproperty-access-builder.cc127 base::Optional<JSObjectRef> holder = access_info.holder(); in ResolveHolder() local
189 base::Optional<JSObjectRef> holder = access_info.holder(); in TryFoldLoadConstantDataField() local
219 Node* holder, in BuildLoadDataField()
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/util/
DSurfaceRenderer.java63 public void surfaceCreated(SurfaceHolder holder) { in surfaceCreated()
68 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { in surfaceChanged()
76 public void surfaceDestroyed(SurfaceHolder holder) { in surfaceDestroyed()
/third_party/node/deps/v8/src/api/
Dapi-arguments.cc13 Isolate* isolate, Object data, Object self, JSObject holder, in PropertyCallbackArguments()
37 internal::HeapObject callee, internal::Object holder, in FunctionCallbackArguments()
/third_party/skia/platform_tools/android/apps/androidkitdemo/src/main/java/org/skia/androidkitdemo1/
DMainActivity.java107 public void surfaceCreated(@NonNull SurfaceHolder holder) {} in surfaceCreated()
110 … public void surfaceChanged(@NonNull SurfaceHolder holder, int format, int width, int height) { in surfaceChanged()
135 public void surfaceDestroyed(@NonNull SurfaceHolder holder) {} in surfaceDestroyed()
/third_party/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/
DViewerActivity.java120 public void surfaceCreated(SurfaceHolder holder) { in surfaceCreated()
127 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { in surfaceChanged()
134 public void surfaceDestroyed(SurfaceHolder holder) { in surfaceDestroyed()
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/java/com/mobileer/androidfxlab/
DEffectsAdapter.kt178 var holder = mRecyclerView.findViewHolderForAdapterPosition(i) as EffectsHolder in <lambda>() variable
202 var holder = mRecyclerView.findViewHolderForAdapterPosition(i) as EffectsHolder in <lambda>() variable
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dspinlock_benchmark.cc36 absl::base_internal::SpinLockHolder holder(spinlock); in BM_SpinLock() local
Dthread_identity.cc112 holder(identity, reclaimer); in SetCurrentThreadIdentity() local
/third_party/typescript/tests/baselines/reference/
DtypeGuardFunctionOfFormThisErrors.js42 let holder = {invalidGuard}; variable
124 var holder = { invalidGuard: invalidGuard }; variable
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
DCompatibilityTest.java82 public void testCompatibility(FileHolder holder) throws ClassNotFoundException, IOException { in testCompatibility()
185 FileHolder holder = new FileHolder(entryName, in getJarList() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/serializable/
DCompatibilityTest.java85 public void testCompatibility(FileHolder holder) throws ClassNotFoundException, IOException { in testCompatibility()
188 FileHolder holder = new FileHolder(entryName, in getJarList() local
/third_party/typescript/tests/cases/conformance/expressions/typeGuards/
DtypeGuardFunctionOfFormThisErrors.ts42 let holder = {invalidGuard}; variable
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DICUTagletAdapter.java43 public Content getTagletOutput(Doc holder, TagletWriter writer) in getTagletOutput()
/third_party/skia/tools/copyright/
Dmain.py108 def ConfirmAllowedCopyrightHolder(holder): argument
Dfileparser.py81 def CreateCopyrightBlock(self, year, holder): argument
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/java/com/google/oboe/samples/rhythmgame/
DGameSurfaceView.java48 public void surfaceDestroyed(SurfaceHolder holder) { in surfaceDestroyed()
/third_party/skia/platform_tools/android/apps/skottie/skottielib/src/main/java/org/skia/skottie/
DSkottieAnimation.java438 public void surfaceCreated(SurfaceHolder holder) { in surfaceCreated()
442 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { in surfaceChanged()
457 public void surfaceDestroyed(SurfaceHolder holder) { in surfaceDestroyed()
/third_party/node/deps/v8/src/ic/
Dic.cc216 Handle<JSObject> holder = it->GetHolder<JSObject>(); in LookupForRead() local
897 Handle<JSReceiver> holder, in MakeLoadWasmStructFieldHandler()
968 Handle<JSObject> holder = lookup->GetHolder<JSObject>(); in ComputeHandler() local
993 Handle<JSObject> holder = lookup->GetHolder<JSObject>(); in ComputeHandler() local
1129 Handle<JSReceiver> holder = lookup->GetHolder<JSReceiver>(); in ComputeHandler() local
1613 Handle<JSObject> holder = it->GetHolder<JSObject>(); in LookupForWrite() local
1631 Handle<JSObject> holder = it->GetHolder<JSObject>(); in LookupForWrite() local
1949 Handle<JSObject> holder = lookup->GetHolder<JSObject>(); in ComputeHandler() local
1982 Handle<JSObject> holder = lookup->GetHolder<JSObject>(); in ComputeHandler() local
2012 Handle<JSObject> holder = lookup->GetHolder<JSObject>(); in ComputeHandler() local
[all …]

1234