Home
last modified time | relevance | path

Searched defs:size (Results 10251 - 10275 of 10891) sorted by relevance

1...<<411412413414415416417418419420>>...436

/third_party/node/deps/v8/src/codegen/s390/
H A Dconstants-s390.h2069 inline int size() const { return 2; } in size() function in v8::internal::TwoByteInstruction
2074 inline int size() const { return 4; } in size() function in v8::internal::FourByteInstruction
2079 inline int size() const { return 6; } in size() function in v8::internal::SixByteInstruction
2128 inline int size() const { return 2; } in size() function in v8::internal::RRInstruction
2138 inline int size() const { return 4; } in size() function in v8::internal::RREInstruction
2149 inline int size() const { return 4; } in size() function in v8::internal::RRFInstruction
2158 inline int size() const { return 4; } in size() function in v8::internal::RRDInstruction
2170 inline int size() cons in D2Value() function in v8::internal::RSInstruction
2181 inline int size() const { return 4; } size() function in v8::internal::RSIInstruction
2195 inline int size() const { return 6; } size() function in v8::internal::RSYInstruction
2207 inline int size() const { return 4; } size() function in v8::internal::RXInstruction
2221 inline int size() const { return 6; } size() function in v8::internal::RXYInstruction
2232 inline int size() const { return 6; } size() function in v8::internal::RILInstruction
2245 inline int size() const { return 4; } size() function in v8::internal::SIInstruction
2258 inline int size() const { return 6; } size() function in v8::internal::SIYInstruction
2267 inline int size() const { return 6; } size() function in v8::internal::SILInstruction
2278 inline int size() const { return 6; } size() function in v8::internal::SSInstruction
2288 inline int size() const { return 6; } size() function in v8::internal::RXEInstruction
2302 inline int size() const { return 6; } size() function in v8::internal::RIEInstruction
[all...]
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-win32.cc868 void* VirtualAllocWrapper(void* address, size_t size, DWORD flags, in VirtualAllocWrapper() argument
877 uint8_t* VirtualAllocWithHint(size_t size, DWORD flags, DWORD protect, in VirtualAllocWithHint() argument
889 void* AllocateInternal(void* hint, size_t size, size_t alignment, in AllocateInternal() argument
933 Allocate(void* hint, size_t size, size_t alignment, MemoryPermission access) Allocate() argument
950 Free(void* address, size_t size) Free() argument
958 AllocateShared(void* hint, size_t size, MemoryPermission permission, PlatformSharedMemoryHandle handle, uint64_t offset) AllocateShared() argument
981 FreeShared(void* address, size_t size) FreeShared() argument
986 Release(void* address, size_t size) Release() argument
993 SetPermissions(void* address, size_t size, MemoryPermission access) SetPermissions() argument
1004 DiscardSystemPages(void* address, size_t size) DiscardSystemPages() argument
1031 DecommitPages(void* address, size_t size) DecommitPages() argument
1052 CreateAddressSpaceReservation( void* hint, size_t size, size_t alignment, MemoryPermission max_permission) CreateAddressSpaceReservation() argument
1078 CreateSharedMemoryHandleForTesting(size_t size) CreateSharedMemoryHandleForTesting() argument
1138 Win32MemoryMappedFile(HANDLE file, HANDLE file_mapping, void* memory, size_t size) Win32MemoryMappedFile() argument
1189 create(const char* name, size_t size, void* initial) create() argument
1215 CreateSubReservation( void* address, size_t size, OS::MemoryPermission max_permission) CreateSubReservation() argument
1232 SplitPlaceholder(void* address, size_t size) SplitPlaceholder() argument
1237 MergePlaceholders(void* address, size_t size) MergePlaceholders() argument
1242 Allocate(void* address, size_t size, OS::MemoryPermission access) Allocate() argument
1253 Free(void* address, size_t size) Free() argument
1258 AllocateShared(void* address, size_t size, OS::MemoryPermission access, PlatformSharedMemoryHandle handle, uint64_t offset) AllocateShared() argument
1271 FreeShared(void* address, size_t size) FreeShared() argument
1278 SetPermissions(void* address, size_t size, OS::MemoryPermission access) SetPermissions() argument
1284 DiscardSystemPages(void* address, size_t size) DiscardSystemPages() argument
1289 DecommitPages(void* address, size_t size) DecommitPages() argument
[all...]
/third_party/node/deps/v8/src/codegen/ia32/
H A Dmacro-assembler-ia32.cc181 void TurboAssembler::PushArray(Register array, Register size, Register scratch, in PushArray() argument
/third_party/node/deps/v8/src/codegen/arm/
H A Dconstants-arm.h314 inline NeonDataType NeonSizeToDataType(NeonSize size) { in NeonSizeToDataType() argument
/third_party/node/deps/v8/src/codegen/x64/
H A Dassembler-x64.h2192 void emit_rex(int size) { in emit_rex() argument
2201 emit_rex(P1 p1, int size) emit_rex() argument
2211 emit_rex(P1 p1, P2 p2, int size) emit_rex() argument
2318 emit_add(Register dst, Register src, int size) emit_add() argument
2322 emit_add(Register dst, Immediate src, int size) emit_add() argument
2326 emit_add(Register dst, Operand src, int size) emit_add() argument
2330 emit_add(Operand dst, Register src, int size) emit_add() argument
2334 emit_add(Operand dst, Immediate src, int size) emit_add() argument
2338 emit_and(Register dst, Register src, int size) emit_and() argument
2342 emit_and(Register dst, Operand src, int size) emit_and() argument
2346 emit_and(Operand dst, Register src, int size) emit_and() argument
2350 emit_and(Register dst, Immediate src, int size) emit_and() argument
2354 emit_and(Operand dst, Immediate src, int size) emit_and() argument
2358 emit_cmp(Register dst, Register src, int size) emit_cmp() argument
2362 emit_cmp(Register dst, Operand src, int size) emit_cmp() argument
2366 emit_cmp(Operand dst, Register src, int size) emit_cmp() argument
2370 emit_cmp(Register dst, Immediate src, int size) emit_cmp() argument
2374 emit_cmp(Operand dst, Immediate src, int size) emit_cmp() argument
2424 emit_or(Register dst, Register src, int size) emit_or() argument
2428 emit_or(Register dst, Operand src, int size) emit_or() argument
2432 emit_or(Operand dst, Register src, int size) emit_or() argument
2436 emit_or(Register dst, Immediate src, int size) emit_or() argument
2440 emit_or(Operand dst, Immediate src, int size) emit_or() argument
2446 emit_sbb(Register dst, Register src, int size) emit_sbb() argument
2450 emit_sub(Register dst, Register src, int size) emit_sub() argument
2454 emit_sub(Register dst, Immediate src, int size) emit_sub() argument
2458 emit_sub(Register dst, Operand src, int size) emit_sub() argument
2462 emit_sub(Operand dst, Register src, int size) emit_sub() argument
2466 emit_sub(Operand dst, Immediate src, int size) emit_sub() argument
2474 emit_test(Register reg, Operand op, int size) emit_test() argument
2481 emit_xor(Register dst, Register src, int size) emit_xor() argument
2491 emit_xor(Register dst, Operand src, int size) emit_xor() argument
2495 emit_xor(Register dst, Immediate src, int size) emit_xor() argument
2499 emit_xor(Operand dst, Immediate src, int size) emit_xor() argument
2503 emit_xor(Operand dst, Register src, int size) emit_xor() argument
[all...]
/third_party/node/deps/v8/src/ic/
H A Dic.cc3216 int size = source_map->NumberOfOwnDescriptors(); FastCloneObjectMap() local
[all...]
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-array-builder.cc1552 AllocateJumpTable( int size, int case_value_base) AllocateJumpTable() argument
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-ir.h604 const size_t size = size_before_node + sizeof(Derived); in Allocate() local
/third_party/node/deps/v8/src/objects/
H A Dvalue-serializer.cc1182 ValueDeserializer(Isolate* isolate, const uint8_t* data, size_t size) ValueDeserializer() argument
1344 ReadRawBytes( size_t size) ReadRawBytes() argument
[all...]
/third_party/node/deps/v8/src/logging/
H A Dlog.cc160 void AppendBytes(const char* bytes, int size) { in AppendBytes() argument
181 int size = SNPrintF(buffer, "%d", n); in AppendInt() local
191 int size in AppendHex() local
198 int size() const { return utf8_pos_; } size() function in v8::internal::CodeEventLogger::NameBuffer
336 int size = SNPrintF(perf_dump_name, kFilenameFormatString, PerfBasicLogger() local
350 WriteLogRecordedBuffer(uintptr_t address, int size, const char* name, int name_length) WriteLogRecordedBuffer() argument
681 LogWriteBytes(const char* bytes, int size) LogWriteBytes() argument
1164 NewEvent(const char* name, void* object, size_t size) NewEvent() argument
1181 AppendCodeCreateHeader(Log::MessageBuilder& msg, CodeEventListener::LogEventsAndTags tag, CodeKind kind, uint8_t* address, int size, uint64_t time) AppendCodeCreateHeader() argument
[all...]
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc61 static constexpr int size = actual_size; member
387 const size_t size = sig->parameter_count() + sig->return_count(); MakeKinds() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c1258 LLVMValueRef size; in lp_build_minify() local
1482 lp_build_extract_image_sizes(struct lp_build_sample_context *bld, struct lp_build_context *size_bld, struct lp_type coord_type, LLVMValueRef size, LLVMValueRef *out_width, LLVMValueRef *out_height, LLVMValueRef *out_depth) lp_build_extract_image_sizes() argument
[all...]
H A Dlp_bld_tgsi_soa.c2996 const uint size = imm->Immediate.NrTokens - 1; in lp_emit_immediate_soa() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_blitter.c2588 util_blitter_clear_buffer(struct blitter_context *blitter, struct pipe_resource *dst, unsigned offset, unsigned size, unsigned num_channels, const union pipe_color_union *clear_value) util_blitter_clear_buffer() argument
/third_party/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_shaderdefs.h360 uint32 size : 4; member
/third_party/musl/ldso/
H A Ddynlink.c587 size_t size = p->lazy_cnt*3*sizeof(size_t); in redo_lazy_relocs() local
1048 size_t i, size = nsym * sizeof(*p->funcdescs); in makefuncdescs() local
2464 dl_iterate_phdr(int(*callback)(struct dl_phdr_info *info, size_t size, void *data), void *data) global() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_state.c636 unsigned size = view->base.u.buf.size; in texture_buffer_sampler_view() local
2868 unsigned array_mode, lbpp, pitch_tile_max, slice_tile_max, size; r600_dma_copy_tile() local
3011 uint64_t dst_offset, src_offset, size; r600_dma_copy() local
[all...]
/third_party/mesa3d/src/gallium/frontends/nine/
H A Ddevice9.c3013 unsigned size = MIN2(full_size-start, num_vertices * stride); in NineDevice9_DrawPrimitive() local
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_context.h66 unsigned size; member
/third_party/node/deps/openssl/openssl/ssl/
H A Dt1_lib.c1756 size_t size; in tls_get_ticket_from_client() local
2281 size_t size, i; in tls1_save_u16() local
[all...]
/third_party/python/Python/
H A Dsysmodule.c1666 Py_ssize_t size; in _PySys_GetSizeOf() local
1708 size_t size; in sys_getsizeof() local
[all...]
/third_party/openssl/test/
H A Dssl_old_test.c740 size_t size; in print_key_details() local
1744 long size; in main() local
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeS390X.c180 sljit_uw size = sizeof_ins(ins); in encode_inst() local
399 size_t size = sizeof(cpu_features); in have_facility_dynamic() local
3092 sljit_emit_op_custom(struct sljit_compiler *compiler, void *instruction, sljit_u32 size) sljit_emit_op_custom() argument
[all...]
H A DsljitNativePPC_common.c1869 sljit_emit_op_custom(struct sljit_compiler *compiler, void *instruction, sljit_u32 size) sljit_emit_op_custom() argument
[all...]
H A DsljitNativeRISCV_common.c1962 sljit_emit_op_custom(struct sljit_compiler *compiler, void *instruction, sljit_u32 size) sljit_emit_op_custom() argument
[all...]

Completed in 85 milliseconds

1...<<411412413414415416417418419420>>...436