| /third_party/libuv/include/uv_ndk/ |
| H A D | uv.h | 1113 } address; global() member [all...] |
| /third_party/mesa3d/include/drm-uapi/ |
| H A D | drm.h | 372 void *address; /**< Address of buffer */ member
|
| /third_party/libdrm/include/drm/ |
| H A D | drm.h | 372 void *address; /**< Address of buffer */ member
|
| /third_party/mesa3d/src/freedreno/ir3/ |
| H A D | ir3.h | 449 struct ir3_register *address; member 1971 create_uniform_indirect(struct ir3_block *block, int n, type_t type, struct ir3_instruction *address) create_uniform_indirect() argument [all...] |
| /third_party/mesa3d/src/intel/vulkan/ |
| H A D | anv_device.c | 2972 get_bo_from_pool(struct intel_batch_decode_bo *ret, struct anv_block_pool *pool, uint64_t address) get_bo_from_pool() argument 2992 decode_get_bo(void *v_batch, bool ppgtt, uint64_t address) decode_get_bo() argument 3752 anv_vma_free(struct anv_device *device, uint64_t address, uint64_t size) anv_vma_free() argument 4585 anv_fill_buffer_surface_state(struct anv_device *device, struct anv_state state, enum isl_format format, struct isl_swizzle swizzle, isl_surf_usage_flags_t usage, struct anv_address address, uint32_t range, uint32_t stride) anv_fill_buffer_surface_state() argument [all...] |
| /third_party/libdrm/ |
| H A D | xf86drm.c | 1719 drmMap(int fd, drm_handle_t handle, drmSize size, drmAddressPtr address) drmMap() argument 1750 drmUnmap(drmAddress address, drmSize size) drmUnmap() argument 2273 drmAgpAlloc(int fd, unsigned long size, unsigned long type, unsigned long *address, drm_handle_t *handle) drmAgpAlloc() argument [all...] |
| /third_party/node/deps/v8/src/builtins/mips/ |
| H A D | builtins-mips.cc | 38 void Builtins::Generate_Adaptor(MacroAssembler* masm, Address address) { in Generate_Adaptor() argument [all...] |
| /third_party/node/deps/v8/src/codegen/mips64/ |
| H A D | macro-assembler-mips64.cc | 271 void MacroAssembler::RecordWrite(Register object, Register address, in CallRecordWriteStub() argument 4672 uint64_t address = jump_address(target); CallRecordWriteStub() local [all...] |
| /third_party/node/deps/v8/src/builtins/ia32/ |
| H A D | builtins-ia32.cc | 39 void Builtins::Generate_Adaptor(MacroAssembler* masm, Address address) { in Generate_Adaptor() argument [all...] |
| /third_party/node/deps/v8/src/builtins/arm64/ |
| H A D | builtins-arm64.cc | 42 void Builtins::Generate_Adaptor(MacroAssembler* masm, Address address) { in Generate_Adaptor() argument [all...] |
| /third_party/node/deps/v8/src/codegen/ppc/ |
| H A D | assembler-ppc.cc | 2205 PatchingAssembler(const AssemblerOptions& options, byte* address, int instructions) PatchingAssembler() argument
|
| /third_party/node/deps/v8/src/codegen/x64/ |
| H A D | macro-assembler-x64.cc | 526 void TurboAssembler::CallTSANStoreStub(Register address, Register value, in CallRecordWriteStub() argument 572 void TurboAssembler::CallTSANRelaxedLoadStub(Register address, in CallRecordWriteStub() argument [all...] |
| /third_party/node/deps/v8/src/execution/loong64/ |
| H A D | simulator-loong64.cc | 811 int64_t address = reinterpret_cast<int64_t>(instr); in CheckICache() local 5368 PushAddress(uintptr_t address) PushAddress() argument 5379 uintptr_t address = *stack_slot; PopAddress() local [all...] |
| /third_party/node/deps/v8/src/execution/ppc/ |
| H A D | simulator-ppc.cc | 713 intptr_t address = reinterpret_cast<intptr_t>(instr); in CheckICache() local 5543 PushAddress(uintptr_t address) PushAddress() argument 5554 uintptr_t address = *stack_slot; PopAddress() local [all...] |
| /third_party/node/deps/v8/src/execution/arm64/ |
| H A D | simulator-arm64.h | 240 static T AddressUntag(T address) { in AddressUntag() argument 248 static T Read(A address) { in Read() argument 259 static void Write(A address, T value) { in Write() argument 1345 LogRead(uintptr_t address, unsigned reg_code, PrintRegisterFormat format) LogRead() argument 1349 LogWrite(uintptr_t address, unsigned reg_code, PrintRegisterFormat format) LogWrite() argument 1353 LogVRead(uintptr_t address, unsigned reg_code, PrintRegisterFormat format, unsigned lane = 0) LogVRead() argument 1359 LogVWrite(uintptr_t address, unsigned reg_code, PrintRegisterFormat format, unsigned lane = 0) LogVWrite() argument 1519 MemoryRead(A address) MemoryRead() argument 1530 MemoryWrite(A address, T value) MemoryWrite() argument [all...] |
| /third_party/node/deps/v8/src/execution/mips64/ |
| H A D | simulator-mips64.cc | 780 int64_t address = reinterpret_cast<int64_t>(instr); in CheckICache() local [all...] |
| /third_party/node/deps/v8/src/execution/mips/ |
| H A D | simulator-mips.cc | 837 intptr_t address = reinterpret_cast<intptr_t>(instr); in CheckICache() local [all...] |
| /third_party/node/deps/v8/src/execution/s390/ |
| H A D | simulator-s390.cc | 722 intptr_t address = reinterpret_cast<intptr_t>(instr); in CheckICache() local 2731 PushAddress(uintptr_t address) PushAddress() argument 2742 uintptr_t address = *stack_slot; PopAddress() local [all...] |
| /third_party/node/deps/v8/src/execution/riscv64/ |
| H A D | simulator-riscv64.cc | 2168 int64_t address in CheckICache() local [all...] |
| /third_party/node/deps/v8/src/objects/ |
| H A D | js-objects.cc | 3175 Address address = object->address(); in MigrateFastToFast() local
|
| /third_party/node/deps/v8/src/profiler/ |
| H A D | heap-snapshot-generator.cc | 870 HeapEntry* V8HeapExplorer::AddEntry(Address address, in AddEntry() argument [all...] |
| /third_party/node/deps/v8/src/wasm/baseline/ia32/ |
| H A D | liftoff-assembler-ia32.h | 1109 Register address = esi; in AtomicCompareExchange() local
|
| /third_party/mesa3d/src/gallium/frontends/nine/ |
| H A D | nine_shader.c | 478 struct ureg_dst address; member [all...] |
| /third_party/mesa3d/src/gallium/drivers/panfrost/ |
| H A D | pan_cmdstream.c | 1433 panfrost_emit_ubo(void *base, unsigned index, mali_ptr address, size_t size) in panfrost_emit_ubo() argument 1508 mali_ptr address = 0; in panfrost_emit_const_buf() local [all...] |
| /third_party/node/deps/uv/include/ |
| H A D | uv.h | 1127 } address; global() member [all...] |