Home
last modified time | relevance | path

Searched refs:WasmValue (Results 51 – 75 of 103) sorted by relevance

12345

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/wasm/
H A Dwasm-objects.h35 class WasmValue; variable
567 static wasm::WasmValue GetGlobalValue(Handle<WasmInstanceObject>,
864 Vector<wasm::WasmValue> argument_values,
865 Vector<wasm::WasmValue> return_values);
H A Dwasm-objects.cc1550 wasm::WasmValue WasmInstanceObject::GetGlobalValue( in GetGlobalValue()
1558 return wasm::WasmValue(handle(global_buffer->get(global_index), isolate)); in GetGlobalValue()
1565 return wasm::WasmValue(base::ReadLittleEndianValue<ctype>(ptr)); in GetGlobalValue()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/wasm/baseline/
H A Dliftoff-assembler.h87 WasmValue constant() const { in constant()
90 return type_ == kWasmI32 ? WasmValue(i32_const_) in constant()
91 : WasmValue(int64_t{i32_const_}); in constant()
444 inline void LoadConstant(LiftoffRegister, WasmValue,
509 inline void Spill(int offset, WasmValue);
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/api/
H A Dapi.h36 class WasmValue; variable
132 V(debug::WasmValue, WasmValue) \
/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Dproperty-details.h114 static Representation WasmValue() { return Representation(kWasmValue); } in WasmValue() function
166 if (IsWasmValue()) return Representation::WasmValue(); in MostGenericInPlaceChange()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Ddebug-objects.tq76 extern class WasmValue extends Struct {
H A Dobjects-definitions.h158 V(_, WASM_VALUE_TYPE, WasmValue, wasm_value)
/dports/lang/v8/v8-9.6.180.12/src/wasm/
H A Dwasm-objects.cc1608 wasm::WasmValue WasmInstanceObject::GetGlobalValue( in GetGlobalValue()
1616 return wasm::WasmValue(handle(global_buffer->get(global_index), isolate), in GetGlobalValue()
1624 return wasm::WasmValue(base::ReadUnalignedValue<ctype>(ptr)); in GetGlobalValue()
1632 wasm::WasmValue WasmStruct::GetFieldValue(uint32_t index) { in GetFieldValue()
1640 return wasm::WasmValue(base::ReadUnalignedValue<ctype>(field_address)); in GetFieldValue()
1649 return wasm::WasmValue(ref, field_type); in GetFieldValue()
1661 wasm::WasmValue WasmArray::GetElement(uint32_t index) { in GetElement()
1670 return wasm::WasmValue(base::ReadUnalignedValue<ctype>(element_address)); in GetElement()
1679 return wasm::WasmValue(ref, element_type); in GetElement()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/wasm/baseline/
H A Dliftoff-assembler.h73 WasmValue constant() const { in constant()
76 return type_ == kWasmI32 ? WasmValue(i32_const_) in constant()
77 : WasmValue(int64_t{i32_const_}); in constant()
479 inline void LoadConstant(LiftoffRegister, WasmValue,
549 inline void Spill(int offset, WasmValue);
/dports/lang/v8/v8-9.6.180.12/src/heap/
H A Dfactory.h79 class WasmValue; variable
578 wasm::WasmValue* args, Handle<Map> map);
580 const std::vector<wasm::WasmValue>& elements,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/wasm/baseline/ppc/
H A Dliftoff-assembler-ppc.h87 void LiftoffAssembler::LoadConstant(LiftoffRegister reg, WasmValue value, in LoadConstant()
212 void LiftoffAssembler::Spill(int offset, WasmValue value) { in Spill()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/wasm/baseline/s390/
H A Dliftoff-assembler-s390.h86 void LiftoffAssembler::LoadConstant(LiftoffRegister reg, WasmValue value, in LoadConstant()
211 void LiftoffAssembler::Spill(int offset, WasmValue value) { in Spill()
/dports/lang/v8/v8-9.6.180.12/src/wasm/baseline/
H A Dliftoff-assembler.h143 WasmValue constant() const { in constant()
146 return kind_ == kI32 ? WasmValue(i32_const_) in constant()
147 : WasmValue(int64_t{i32_const_}); in constant()
691 inline void LoadConstant(LiftoffRegister, WasmValue,
796 inline void Spill(int offset, WasmValue);
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/inspector/
H A Dvalue-mirror.cc161 if (v8::debug::WasmValue::IsWasmValue(value)) { in toProtocolValue()
162 auto wasmValue = value.As<v8::debug::WasmValue>(); in toProtocolValue()
484 explicit WasmValueMirror(v8::Local<v8::debug::WasmValue> value) in WasmValueMirror()
594 v8::Local<v8::debug::WasmValue> m_value;
1822 if (v8::debug::WasmValue::IsWasmValue(value)) { in create()
1823 return std::make_unique<WasmValueMirror>(value.As<v8::debug::WasmValue>()); in create()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/wasm/
H A Dwasm-objects.h32 class WasmValue; variable
573 static wasm::WasmValue GetGlobalValue(Handle<WasmInstanceObject>,
H A Dwasm-objects.cc1631 wasm::WasmValue WasmInstanceObject::GetGlobalValue( in GetGlobalValue()
1639 return wasm::WasmValue(handle(global_buffer->get(global_index), isolate)); in GetGlobalValue()
1646 return wasm::WasmValue(base::ReadLittleEndianValue<ctype>(ptr)); in GetGlobalValue()
/dports/lang/v8/v8-9.6.180.12/src/debug/
H A Ddebug-wasm-objects.cc884 static Handle<JSObject> Create(Isolate* isolate, const wasm::WasmValue& value, in Create()
930 static Handle<JSObject> Create(Isolate* isolate, const wasm::WasmValue& value, in Create()
969 Isolate* isolate, const wasm::WasmValue& value, in New()
/dports/www/node10/node-v10.24.1/deps/v8/src/wasm/baseline/arm64/
H A Dliftoff-assembler-arm64.h160 void LiftoffAssembler::LoadConstant(LiftoffRegister reg, WasmValue value, in LoadConstant()
337 void LiftoffAssembler::Spill(uint32_t index, WasmValue value) { in Spill()
/dports/www/node10/node-v10.24.1/deps/v8/src/wasm/baseline/mips64/
H A Dliftoff-assembler-mips64.h123 void LiftoffAssembler::LoadConstant(LiftoffRegister reg, WasmValue value, in LoadConstant()
428 void LiftoffAssembler::Spill(uint32_t index, WasmValue value) { in Spill()
/dports/lang/v8/v8-9.6.180.12/test/fuzzer/
H A Dwasm-fuzzer-common.cc126 base::OwnedVector<WasmValue> arguments = in InterpretAndExecuteModule()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/wasm/baseline/ppc/
H A Dliftoff-assembler-ppc.h86 void LiftoffAssembler::LoadConstant(LiftoffRegister reg, WasmValue value, in LoadConstant()
228 void LiftoffAssembler::Spill(int offset, WasmValue value) { in Spill()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/wasm/baseline/s390/
H A Dliftoff-assembler-s390.h85 void LiftoffAssembler::LoadConstant(LiftoffRegister reg, WasmValue value, in LoadConstant()
227 void LiftoffAssembler::Spill(int offset, WasmValue value) { in Spill()
/dports/www/node10/node-v10.24.1/deps/v8/src/wasm/baseline/mips/
H A Dliftoff-assembler-mips.h133 void LiftoffAssembler::LoadConstant(LiftoffRegister reg, WasmValue value, in LoadConstant()
495 void LiftoffAssembler::Spill(uint32_t index, WasmValue value) { in Spill()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/wasm/baseline/arm/
H A Dliftoff-assembler-arm.h510 void LiftoffAssembler::LoadConstant(LiftoffRegister reg, WasmValue value, in LoadConstant()
864 __ LoadConstant(result.high(), WasmValue(0)); in AtomicBinop32()
873 __ LoadConstant(result.high(), WasmValue(0)); in AtomicBinop32()
882 __ LoadConstant(result.high(), WasmValue(0)); in AtomicBinop32()
1274 LoadConstant(LiftoffRegister(result_high), WasmValue(0)); in AtomicCompareExchange()
1338 void LiftoffAssembler::Spill(int offset, WasmValue value) { in Spill()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/wasm/baseline/arm64/
H A Dliftoff-assembler-arm64.h195 void LiftoffAssembler::LoadConstant(LiftoffRegister reg, WasmValue value, in LoadConstant()
442 void LiftoffAssembler::Spill(int offset, WasmValue value) { in Spill()

12345