Home
last modified time | relevance | path

Searched refs:mem_start (Results 1 - 20 of 20) sorted by relevance

/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H A Dwasm-module-debug.cc295 uint8_t* mem_start = instance->memory_start(); in GetWasmMemory() local
298 memcpy(buffer, mem_start + offset, size); in GetWasmMemory()
302 memcpy(buffer, mem_start + offset, bytes_read); in GetWasmMemory()
322 uint8_t* mem_start = instance->memory_start(); in GetWasmData() local
325 memcpy(buffer, mem_start + offset, size); in GetWasmData()
329 memcpy(buffer, mem_start + offset, bytes_read); in GetWasmData()
/third_party/node/deps/v8/src/wasm/
H A Dmemory-tracing.cc19 int position, uint8_t* mem_start) { in TraceMemoryOperation()
22 Address address = reinterpret_cast<Address>(mem_start) + info->offset; in TraceMemoryOperation()
17 TraceMemoryOperation(base::Optional<ExecutionTier> tier, const MemoryTracingInfo* info, int func_index, int position, uint8_t* mem_start) TraceMemoryOperation() argument
H A Dmemory-tracing.h43 uint8_t* mem_start);
H A Dwasm-objects.cc798 byte* mem_start = instance->memory_start(); in SetInstanceMemory() local
801 byte val = mem_start[offset]; in SetInstanceMemory()
803 mem_start[offset] = val; in SetInstanceMemory()
1157 void WasmInstanceObject::SetRawMemory(byte* mem_start, size_t mem_size) { in SetRawMemory() argument
1160 set_memory_start(mem_start); in SetRawMemory()
1165 set_memory_start(mem_start); in SetRawMemory()
H A Dwasm-objects.h458 void SetRawMemory(byte* mem_start, size_t mem_size);
H A Dgraph-builder-interface.cc1743 // reload mem_size and mem_start. in DoCall()
1821 WRAP_CACHE_FIELD(mem_start); in WrapLocalsAtLoopExit()
/third_party/ltp/testcases/kernel/syscalls/mprotect/
H A Dmprotect04.c188 void *mem_start = mem; in get_func() local
221 clear_cache(mem_start, page_sz); in get_func()
/third_party/toybox/toys/net/
H A Difconfig.c10 * irq|io_addr|mem_start ADDR - micromanage obsolete hardware
285 ifre.ifr_map.mem_start || ifre.ifr_map.dma || ifre.ifr_map.base_addr)) in display_ifconfig()
291 if(ifre.ifr_map.mem_start) in display_ifconfig()
292 xprintf("Memory:%lx-%lx ", ifre.ifr_map.mem_start, ifre.ifr_map.mem_end); in display_ifconfig()
412 {"mem_start", IFREQ_OFFSZ(ifr_map.mem_start), SIOCSIFMAP}, in ifconfig_main()
/third_party/toybox/porting/liteos_a/toys/net/
H A Difconfig.c10 * irq|io_addr|mem_start ADDR - micromanage obsolete hardware
284 ifre.ifr_map.mem_start || ifre.ifr_map.dma || ifre.ifr_map.base_addr)) in display_ifconfig()
290 if(ifre.ifr_map.mem_start) in display_ifconfig()
291 xprintf("Memory:%lx-%lx ", ifre.ifr_map.mem_start, ifre.ifr_map.mem_end); in display_ifconfig()
425 {"mem_start", IFREQ_OFFSZ(ifr_map.mem_start), SIOCSIFMAP}, in ifconfig_main()
/third_party/musl/porting/liteos_a/kernel/include/net/
H A Dif.h65 unsigned long int mem_start; member
/third_party/musl/porting/uniproton/kernel/include/net/
H A Dif.h65 unsigned long int mem_start; member
/third_party/musl/porting/liteos_m/kernel/include/net/
H A Dif.h65 unsigned long int mem_start; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/net/
H A Dif.h65 unsigned long int mem_start; member
/third_party/musl/include/net/
H A Dif.h65 unsigned long int mem_start; member
/third_party/node/deps/v8/src/runtime/
H A Druntime-test-wasm.cc418 uint8_t* mem_start = reinterpret_cast<uint8_t*>( in RUNTIME_FUNCTION() local
425 wasm::TraceMemoryOperation(tier, info, func_index, pos, mem_start); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.cc3522 instance_cache->mem_start = LOAD_INSTANCE_FIELD_NO_ELIMINATION( in InitInstanceCache()
3525 instance_cache->mem_start = in InitInstanceCache()
3540 INTRODUCE_PHI(mem_start, MachineType::PointerRepresentation()); in PrepareInstanceCacheForLoop()
3554 INTRODUCE_PHI(mem_start, MachineType::PointerRepresentation()); in NewInstanceCacheMerge()
3564 to->mem_start = CreateOrMergeIntoPhi(MachineType::PointerRepresentation(), in MergeInstanceCacheInto()
3565 merge, to->mem_start, from->mem_start); in MergeInstanceCacheInto()
3629 Node* mem_start = instance_cache_->mem_start; in MemBuffer() local
3630 DCHECK_NOT_NULL(mem_start); in MemBuffer()
4227 Node* mem_start = instance_cache_->mem_start; BuildAsmjsLoadMem() local
4273 Node* mem_start = instance_cache_->mem_start; BuildAsmjsStoreMem() local
[all...]
H A Dwasm-compiler.h193 Node* mem_start; member
/third_party/libbpf/include/uapi/linux/
H A Dif_link.h270 __u64 mem_start; member
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_resource.c1306 void *mem_start = (char *)user_memory - offset; in iris_resource_from_user_memory() local
1312 res->bo = iris_bo_create_userptr(bufmgr, "user", mem_start, mem_size, in iris_resource_from_user_memory()
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs608 pub mem_start: ::c_ulong,

Completed in 42 milliseconds