Home
last modified time | relevance | path

Searched refs:bufferGetter (Results 1 – 25 of 25) sorted by relevance

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/foreign/
H A DTestMemoryAccessStatics.java66 final BufferGetter<X> bufferGetter;
71 BufferGetter<X> bufferGetter, BufferSetter<X> bufferSetter) { in write_fmt()
75 this.bufferGetter = bufferGetter; in write_fmt()
83 assertEquals(bufferGetter.get(buffer), value);
90 BufferGetter<Z> bufferGetter, BufferSetter<Z> bufferSetter) {
91 return new Accessor<>(value, segmentGetter, segmentSetter, bufferGetter, bufferSetter);
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/foreign/
H A DTestMemoryAccessStatics.java66 final BufferGetter<X> bufferGetter; field in TestMemoryAccessStatics.Accessor
71 BufferGetter<X> bufferGetter, BufferSetter<X> bufferSetter) { in Accessor() argument
75 this.bufferGetter = bufferGetter; in Accessor()
83 assertEquals(bufferGetter.get(buffer), value); in test()
90 BufferGetter<Z> bufferGetter, BufferSetter<Z> bufferSetter) { in of() argument
91 return new Accessor<>(value, segmentGetter, segmentSetter, bufferGetter, bufferSetter); in of()
/dports/www/firefox-esr/firefox-91.8.0/js/src/builtin/
H A DDataViewObject.h38 static bool bufferGetter(JSContext* cx, unsigned argc, Value* vp);
H A DDataViewObject.cpp892 bool DataViewObject::bufferGetter(JSContext* cx, unsigned argc, Value* vp) { in bufferGetter() function in DataViewObject
1017 JS_PSG("buffer", DataViewObject::bufferGetter, 0),
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/builtin/
H A DDataViewObject.h43 static bool bufferGetter(JSContext* cx, unsigned argc, Value* vp);
H A DDataViewObject.cpp878 bool DataViewObject::bufferGetter(JSContext* cx, unsigned argc, Value* vp) { in bufferGetter() function in DataViewObject
1008 JS_PSG("buffer", DataViewObject::bufferGetter, 0),
/dports/www/firefox/firefox-99.0/js/src/builtin/
H A DDataViewObject.h38 static bool bufferGetter(JSContext* cx, unsigned argc, Value* vp);
H A DDataViewObject.cpp892 bool DataViewObject::bufferGetter(JSContext* cx, unsigned argc, Value* vp) { in bufferGetter() function in DataViewObject
1018 JS_PSG("buffer", DataViewObject::bufferGetter, 0),
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/builtin/
H A DDataViewObject.h44 static bool bufferGetter(JSContext* cx, unsigned argc, Value* vp);
H A DDataViewObject.cpp767 bool DataViewObject::bufferGetter(JSContext* cx, unsigned argc, Value* vp) { in bufferGetter() function in DataViewObject
876 JS_PSG("buffer", DataViewObject::bufferGetter, 0),
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/wasm/
H A DWasmJS.h200 static bool bufferGetter(JSContext* cx, unsigned argc, Value* vp);
H A DWasmJS.cpp1174 WasmMemoryObject::bufferGetter(JSContext* cx, unsigned argc, Value* vp) in bufferGetter() function in WasmMemoryObject
1182 JS_PSG("buffer", WasmMemoryObject::bufferGetter, 0),
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/builtin/
H A DDataViewObject.h38 static bool bufferGetter(JSContext* cx, unsigned argc, Value* vp);
H A DDataViewObject.cpp892 bool DataViewObject::bufferGetter(JSContext* cx, unsigned argc, Value* vp) { in bufferGetter() function in DataViewObject
1017 JS_PSG("buffer", DataViewObject::bufferGetter, 0),
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/wasm/
H A DWasmJS.h186 static bool bufferGetter(JSContext* cx, unsigned argc, Value* vp);
H A DWasmJS.cpp1294 /* static */ bool WasmMemoryObject::bufferGetter(JSContext* cx, unsigned argc, in bufferGetter() function in WasmMemoryObject
1301 JS_PSG("buffer", WasmMemoryObject::bufferGetter, 0), JS_PS_END};
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/wasm/
H A DWasmJS.h360 static bool bufferGetter(JSContext* cx, unsigned argc, Value* vp);
H A DWasmJS.cpp2049 bool WasmMemoryObject::bufferGetter(JSContext* cx, unsigned argc, Value* vp) { in bufferGetter() function in WasmMemoryObject
2055 JS_PSG("buffer", WasmMemoryObject::bufferGetter, JSPROP_ENUMERATE),
/dports/www/firefox-esr/firefox-91.8.0/js/src/wasm/
H A DWasmJS.h369 static bool bufferGetter(JSContext* cx, unsigned argc, Value* vp);
H A DWasmJS.cpp2439 bool WasmMemoryObject::bufferGetter(JSContext* cx, unsigned argc, Value* vp) { in bufferGetter() function in WasmMemoryObject
2445 JS_PSG("buffer", WasmMemoryObject::bufferGetter, JSPROP_ENUMERATE),
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/wasm/
H A DWasmJS.h369 static bool bufferGetter(JSContext* cx, unsigned argc, Value* vp);
H A DWasmJS.cpp2439 bool WasmMemoryObject::bufferGetter(JSContext* cx, unsigned argc, Value* vp) { in bufferGetter() function in WasmMemoryObject
2445 JS_PSG("buffer", WasmMemoryObject::bufferGetter, JSPROP_ENUMERATE),
/dports/www/firefox/firefox-99.0/js/src/wasm/
H A DWasmJS.h374 static bool bufferGetter(JSContext* cx, unsigned argc, Value* vp);
H A DWasmJS.cpp2734 bool WasmMemoryObject::bufferGetter(JSContext* cx, unsigned argc, Value* vp) { in bufferGetter() function in WasmMemoryObject
2740 JS_PSG("buffer", WasmMemoryObject::bufferGetter, JSPROP_ENUMERATE),
/dports/devel/binaryen/binaryen-version_98/src/
H A Dwasm2js.h690 Ref bufferGetter = ValueBuilder::makeFunction(IString("")); in addExports() local
691 bufferGetter[3]->push_back( in addExports()
694 bufferDesc, IString("get"), bufferGetter); in addExports()