/third_party/node/deps/v8/src/codegen/loong64/ |
H A D | macro-assembler-loong64.cc | 2878 void TurboAssembler::PushArray(Register array, Register size, Register scratch, in CallRecordWriteStub() argument 2111 ExtractBits(Register dest, Register source, Register pos, int size, bool sign_extend) CallRecordWriteStub() argument 2133 InsertBits(Register dest, Register source, Register pos, int size) CallRecordWriteStub() argument [all...] |
/third_party/node/deps/v8/src/codegen/x64/ |
H A D | assembler-x64.cc | 634 void Assembler::arithmetic_op(byte opcode, Register reg, Operand op, int size) { in arithmetic_op() argument 641 arithmetic_op(byte opcode, Register reg, Register rm_reg, int size) arithmetic_op() argument 714 immediate_arithmetic_op(byte subcode, Register dst, Immediate src, int size) immediate_arithmetic_op() argument 732 immediate_arithmetic_op(byte subcode, Operand dst, Immediate src, int size) immediate_arithmetic_op() argument 805 shift(Register dst, Immediate shift_amount, int subcode, int size) shift() argument 822 shift(Operand dst, Immediate shift_amount, int subcode, int size) shift() argument 839 shift(Register dst, int subcode, int size) shift() argument 846 shift(Operand dst, int subcode, int size) shift() argument 1199 emit_cmpxchg(Operand dst, Register src, int size) emit_cmpxchg() argument 1233 emit_dec(Register dst, int size) emit_dec() argument 1240 emit_dec(Operand dst, int size) emit_dec() argument 1269 emit_idiv(Register src, int size) emit_idiv() argument 1276 emit_div(Register src, int size) emit_div() argument 1283 emit_imul(Register src, int size) emit_imul() argument 1290 emit_imul(Operand src, int size) emit_imul() argument 1297 emit_imul(Register dst, Register src, int size) emit_imul() argument 1305 emit_imul(Register dst, Operand src, int size) emit_imul() argument 1313 emit_imul(Register dst, Register src, Immediate imm, int size) emit_imul() argument 1327 emit_imul(Register dst, Operand src, Immediate imm, int size) emit_imul() argument 1341 emit_inc(Register dst, int size) emit_inc() argument 1348 emit_inc(Operand dst, int size) emit_inc() argument 1564 emit_lea(Register dst, Operand src, int size) emit_lea() argument 1655 emit_mov(Register dst, Operand src, int size) emit_mov() argument 1662 emit_mov(Register dst, Register src, int size) emit_mov() argument 1681 emit_mov(Operand dst, Register src, int size) emit_mov() argument 1688 emit_mov(Register dst, Immediate value, int size) emit_mov() argument 1701 emit_mov(Operand dst, Immediate value, int size) emit_mov() argument 1709 emit_mov(Register dst, Immediate64 value, int size) emit_mov() argument 1852 emit_movzxb(Register dst, Operand src, int size) emit_movzxb() argument 1862 emit_movzxb(Register dst, Register src, int size) emit_movzxb() argument 1877 emit_movzxw(Register dst, Operand src, int size) emit_movzxw() argument 1887 emit_movzxw(Register dst, Register src, int size) emit_movzxw() argument 1910 emit_repmovs(int size) emit_repmovs() argument 2014 emit_not(Register dst, int size) emit_not() argument 2021 emit_not(Operand dst, int size) emit_not() argument 2200 emit_xchg(Register dst, Register src, int size) emit_xchg() argument 2217 emit_xchg(Register dst, Operand src, int size) emit_xchg() argument 2277 emit_test(Register dst, Register src, int size) emit_test() argument 2297 emit_test(Register reg, Immediate mask, int size) emit_test() argument 2331 emit_test(Operand op, Immediate mask, int size) emit_test() argument 2359 emit_test(Operand op, Register reg, int size) emit_test() argument [all...] |
H A D | macro-assembler-x64.cc | 1657 void TurboAssembler::PushArray(Register array, Register size, Register scratch, in CallRecordWriteStub() argument 526 CallTSANStoreStub(Register address, Register value, SaveFPRegsMode fp_mode, int size, StubCallMode mode, std::memory_order order) CallRecordWriteStub() argument 572 CallTSANRelaxedLoadStub(Register address, SaveFPRegsMode fp_mode, int size, StubCallMode mode) CallRecordWriteStub() argument [all...] |
/third_party/node/deps/v8/src/execution/loong64/ |
H A D | simulator-loong64.cc | 749 static bool AllOnOnePage(uintptr_t start, size_t size) { in AllOnOnePage() argument 764 FlushICache(base::CustomMatcherHashMap* i_cache, void* start_addr, size_t size) FlushICache() argument 796 FlushOnePage(base::CustomMatcherHashMap* i_cache, intptr_t start, size_t size) FlushOnePage() argument 2778 uint8_t size = msbw_ - lsbw_ + 1; DecodeTypeOp10() local 2807 uint8_t size = msbd_ - lsbd_ + 1; DecodeTypeOp10() local 2825 uint8_t size = msbd_ - lsbd_ + 1; DecodeTypeOp10() local 5403 NotifyLoadLinked(uintptr_t addr, TransactionSize size) NotifyLoadLinked() argument 5418 NotifyStoreConditional(uintptr_t addr, TransactionSize size) NotifyStoreConditional() argument [all...] |
/third_party/node/deps/v8/src/execution/ppc/ |
H A D | simulator-ppc.cc | 639 static bool AllOnOnePage(uintptr_t start, int size) { in AllOnOnePage() argument 666 FlushICache(base::CustomMatcherHashMap* i_cache, void* start_addr, size_t size) FlushICache() argument 698 FlushOnePage(base::CustomMatcherHashMap* i_cache, intptr_t start, int size) FlushOnePage() argument 5566 NotifyLoadExcl(uintptr_t addr, TransactionSize size, ThreadId thread_id) NotifyLoadExcl() argument 5580 NotifyStore(uintptr_t addr, TransactionSize size, ThreadId thread_id) NotifyStore() argument [all...] |
/third_party/node/deps/v8/src/execution/arm64/ |
H A D | simulator-arm64.h | 516 unsigned size = RegisterSizeInBytesFromFormat(vform); in ClearForWrite() local 650 FlushICache(base::CustomMatcherHashMap* i_cache, void* start, size_t size) FlushICache() argument 1039 vreg(unsigned size, unsigned code) const vreg() argument 1295 GetPrintRegisterFormatForSize(size_t size) GetPrintRegisterFormatForSize() argument 1299 GetPrintRegisterFormatForSizeFP(size_t size) GetPrintRegisterFormatForSizeFP() argument [all...] |
/third_party/node/deps/v8/src/execution/mips64/ |
H A D | simulator-mips64.cc | 718 static bool AllOnOnePage(uintptr_t start, size_t size) { in AllOnOnePage() argument 733 FlushICache(base::CustomMatcherHashMap* i_cache, void* start_addr, size_t size) FlushICache() argument 765 FlushOnePage(base::CustomMatcherHashMap* i_cache, intptr_t start, size_t size) FlushOnePage() argument [all...] |
/third_party/node/deps/v8/src/execution/mips/ |
H A D | simulator-mips.cc | 774 static bool AllOnOnePage(uintptr_t start, int size) { in AllOnOnePage() argument 789 FlushICache(base::CustomMatcherHashMap* i_cache, void* start_addr, size_t size) FlushICache() argument 822 FlushOnePage(base::CustomMatcherHashMap* i_cache, intptr_t start, int size) FlushOnePage() argument [all...] |
/third_party/node/deps/v8/src/execution/s390/ |
H A D | simulator-s390.cc | 655 static bool AllOnOnePage(uintptr_t start, int size) { in AllOnOnePage() argument 675 FlushICache(base::CustomMatcherHashMap* i_cache, void* start_addr, size_t size) FlushICache() argument 707 FlushOnePage(base::CustomMatcherHashMap* i_cache, intptr_t start, int size) FlushOnePage() argument [all...] |
/third_party/node/deps/v8/src/execution/riscv64/ |
H A D | simulator-riscv64.cc | 2106 static bool AllOnOnePage(uintptr_t start, size_t size) { in AllOnOnePage() argument 2121 FlushICache(base::CustomMatcherHashMap* i_cache, void* start_addr, size_t size) FlushICache() argument 2153 FlushOnePage(base::CustomMatcherHashMap* i_cache, intptr_t start, size_t size) FlushOnePage() argument [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | js-objects.cc | 4980 int size = object->Size(); in SetPrototype() local
|
/third_party/node/deps/v8/src/profiler/ |
H A D | heap-snapshot-generator.cc | 451 AddEntry(HeapEntry::Type type, const char* name, SnapshotObjectId id, size_t size, unsigned trace_node_id) AddEntry() argument 559 UpdateObjectSize(Address addr, int size) UpdateObjectSize() argument 575 FindOrAddEntry(Address addr, unsigned int size, bool accessed) FindOrAddEntry() argument 870 AddEntry(Address address, HeapEntry::Type type, const char* name, size_t size) AddEntry() argument 1587 JSArrayBufferDataEntryAllocator(size_t size, V8HeapExplorer* explorer) JSArrayBufferDataEntryAllocator() argument 2471 size_t size = node->SizeInBytes(); AllocateEntry() local [all...] |
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
H A D | liftoff-assembler-ia32.h | 1257 void LiftoffAssembler::FillStackSlotsWithZero(int start, int size) { in FillStackSlotsWithZero() argument 357 LoadFromInstance(Register dst, Register instance, int offset, int size) LoadFromInstance() argument [all...] |
/third_party/node/deps/v8/src/wasm/baseline/arm/ |
H A D | liftoff-assembler-arm.h | 1462 void LiftoffAssembler::FillStackSlotsWithZero(int start, int size) { in FillStackSlotsWithZero() argument 610 LoadFromInstance(Register dst, Register instance, int offset, int size) LoadFromInstance() argument [all...] |
/third_party/node/deps/v8/src/wasm/baseline/arm64/ |
H A D | liftoff-assembler-arm64.h | 976 void LiftoffAssembler::FillStackSlotsWithZero(int start, int size) { in FillStackSlotsWithZero() argument 432 LoadFromInstance(Register dst, Register instance, int offset, int size) LoadFromInstance() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_context.h | 679 unsigned size[4]; member
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_sample_soa.c | 864 lp_build_sample_image_nearest(struct lp_build_sample_context *bld, LLVMValueRef size, LLVMValueRef row_stride_vec, LLVMValueRef img_stride_vec, LLVMValueRef data_ptr, LLVMValueRef mipoffsets, const LLVMValueRef *coords, const LLVMValueRef *offsets, LLVMValueRef colors_out[4]) lp_build_sample_image_nearest() argument 1009 lp_build_sample_image_linear(struct lp_build_sample_context *bld, boolean is_gather, LLVMValueRef size, LLVMValueRef linear_mask, LLVMValueRef row_stride_vec, LLVMValueRef img_stride_vec, LLVMValueRef data_ptr, LLVMValueRef mipoffsets, const LLVMValueRef *coords, const LLVMValueRef *offsets, LLVMValueRef colors_out[4]) lp_build_sample_image_linear() argument 3109 LLVMValueRef size, ilevel; lp_build_fetch_texel() local 4359 LLVMValueRef lod, level = 0, size; lp_build_size_query_soa() local [all...] |
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_context.c | 2979 zink_set_sample_locations(struct pipe_context *pctx, size_t size, const uint8_t *locations) in zink_set_sample_locations() argument 3985 zink_copy_buffer(struct zink_context *ctx, struct zink_resource *dst, struct zink_resource *src, unsigned dst_offset, unsigned src_offset, unsigned size) zink_copy_buffer() argument [all...] |
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_shader.c | 3301 sm1_print_comment(const char *comment, UINT size) in sm1_print_comment() argument 3316 UINT size = (tok & D3DSI_COMMENTSIZE_MASK) >> D3DSI_COMMENTSIZE_SHIFT; in sm1_parse_comments() local
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_defines.h | 362 size_t size; member 376 size_t size; member
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_exec.c | 1148 uint size = parse.FullToken.FullImmediate.Immediate.NrTokens - 1; in tgsi_exec_machine_bind_shader() local 3707 uint32_t size; in exec_load_membuf() local 3847 uint32_t size; exec_store_membuf() local 3981 uint32_t size; exec_atomop_membuf() local 4113 uint32_t size; exec_resq_buf() local [all...] |
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_context.h | 668 uint32_t size; member 717 uint32_t size; global() member [all...] |
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
H A D | nir_to_tgsi.c | 970 int size = glsl_type_get_sampler_count(var->type) + in ntt_setup_uniforms() local 985 uint32_t size = glsl_atomic_size(var->type) / 4; in ntt_setup_uniforms() local 1022 unsigned size = glsl_get_explicit_size(var->interface_type, false); in ntt_setup_uniforms() local [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_bc.h | 797 bc_decoder(sb_context &sctx, uint32_t *data, unsigned size) in bc_decoder() argument 959 unsigned size = bc.size(); in align() local [all...] |
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
H A D | pan_cmdstream.c | 1105 unsigned size = tex->texture->array_size; in panfrost_upload_txs_sysval() local 1262 unsigned size = size_and_rt >> 4; panfrost_upload_rt_conversion_sysval() local 1433 panfrost_emit_ubo(void *base, unsigned index, mali_ptr address, size_t size) panfrost_emit_ubo() argument 1613 unsigned size = panfrost_emit_shared_memory() local 1727 unsigned size = panfrost_create_sampler_view_bo() local 2061 unsigned size = rsrc->base.width0 + (raw_addr - addr) panfrost_emit_vertex_data() local 2235 unsigned size = stride * count; panfrost_emit_varyings() local 2826 panfrost_translate_index_size(unsigned size) panfrost_translate_index_size() argument 3398 unsigned size = slots * 16; panfrost_emit_malloc_vertex() local 4699 unsigned size = batch_get_polygon_list() local [all...] |