Home
last modified time | relevance | path

Searched refs:is_memory64 (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dmodule-decoder.cc839 &module_->is_memory64); in DecodeImportSection()
938 &module_->is_memory64); in DecodeMemorySection()
1766 uint8_t validate_memory_flags(bool* has_shared_memory, bool* is_memory64) { in validate_memory_flags() argument
1797 *is_memory64 = true; in validate_memory_flags()
1813 const bool is_memory64 = in consume_resizable_limits() local
1815 uint64_t initial_64 = is_memory64 ? consume_u64v("initial size") in consume_resizable_limits()
1827 uint64_t maximum_64 = is_memory64 ? consume_u64v("maximum size") in consume_resizable_limits()
2184 ValueType expected_type = module_->is_memory64 ? kWasmI64 : kWasmI32; in consume_data_segment_header()
Dfunction-body-decoder-impl.h662 uint32_t max_alignment, bool is_memory64) { in MemoryAccessImmediate()
674 offset = is_memory64 ? decoder->read_u64v<validate>( in MemoryAccessImmediate()
2447 this, this->pc_ + pc_offset, max_alignment, this->module_->is_memory64);
3288 ValueType mem_type = this->module_->is_memory64 ? kWasmI64 : kWasmI32;
3300 ValueType result_type = this->module_->is_memory64 ? kWasmI64 : kWasmI32;
3765 ValueType index_type = this->module_->is_memory64 ? kWasmI64 : kWasmI32;
3782 ValueType index_type = this->module_->is_memory64 ? kWasmI64 : kWasmI32;
3832 ValueType index_type = this->module_->is_memory64 ? kWasmI64 : kWasmI32;
4975 CHECK(!this->module_->is_memory64);
5008 ValueType mem_type = this->module_->is_memory64 ? kWasmI64 : kWasmI32;
[all …]
Dwasm-module.h420 bool is_memory64 = false; // true if the memory is 64 bit member
Dmodule-instantiate.cc1009 if (module_->is_memory64) { in LoadDataSegments()
Dwasm-code-manager.cc968 if (module->is_memory64) return kExplicitBoundsChecks; in GetBoundsChecks()
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-compiler.cc2816 DCHECK_IMPLIES(env_->module->is_memory64, in BoundsCheckMem()
2841 if (!env_->module->is_memory64) { in BoundsCheckMem()
3207 if (env_->module->is_memory64 && kNeedI64RegPair) { in CurrentMemoryPages()
3214 __ PushRegister(env_->module->is_memory64 ? kI64 : kI32, result); in CurrentMemoryPages()
3227 if (env_->module->is_memory64) { in MemoryGrow()
3259 if (env_->module->is_memory64) { in MemoryGrow()
4851 if (kSystemPointerSize == kInt64Size && !env_->module->is_memory64) { in PopMemTypeToRegister()
4859 if (kSystemPointerSize == kInt64Size || !env_->module->is_memory64) { in PopMemTypeToRegister()
/third_party/node/deps/v8/src/compiler/
Dwasm-compiler.cc2459 if (!env_->module->is_memory64) { in MemoryGrow()
3643 result = env_->module->is_memory64 ? BuildChangeIntPtrToInt64(result) in CurrentMemoryPages()
3824 if (!env_->module->is_memory64) { in BoundsCheckMem()
5474 if (!env_->module->is_memory64) { in MemTypeToUintPtrOrOOBTrap()