Home
last modified time | relevance | path

Searched defs:code_size (Results 51 - 75 of 90) sorted by relevance

1234

/third_party/node/deps/v8/src/snapshot/embedded/
H A Dembedded-data.h77 uint32_t code_size() const { return code_size_; } in code_size() function in v8::internal::final
269 EmbeddedData(const uint8_t* code, uint32_t code_size, const uint8_t* data, in EmbeddedData() argument
H A Dembedded-data.cc118 CreateOffHeapOffHeapInstructionStream( Isolate* isolate, uint8_t** code, uint32_t* code_size, uint8_t** data, uint32_t* data_size) CreateOffHeapOffHeapInstructionStream() argument
175 FreeOffHeapOffHeapInstructionStream( uint8_t* code, uint32_t code_size, uint8_t* data, uint32_t data_size) FreeOffHeapOffHeapInstructionStream() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler.h101 uint32_t code_size; /* code size in uint32 words */ member
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_program.h32 unsigned code_size; member
/third_party/libsnd/src/G72x/
H A Dg72x.c407 update( int code_size, int y, int wi, int fi, int dq, int sr, int dqsez, G72x_STATE *state_ptr) update() argument
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_program.h64 unsigned code_size; member
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Drdgif.c105 int code_size; /* current actual code size */ member
[all...]
/kernel/linux/common_modules/tzdriver/auth/
H A Dclient_hash_auth.c148 unsigned long code_size; member
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/
H A Dspu_base.c250 spu_setup_kernel_slbs(struct spu *spu, struct spu_lscsa *lscsa, void *code, int code_size) spu_setup_kernel_slbs() argument
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/
H A Dspu_base.c249 spu_setup_kernel_slbs(struct spu *spu, struct spu_lscsa *lscsa, void *code, int code_size) spu_setup_kernel_slbs() argument
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/
H A Defi-stub-helper.c671 efi_remap_image(unsigned long image_base, unsigned alloc_size, unsigned long code_size) efi_remap_image() argument
/third_party/ffmpeg/libavcodec/
H A Dg726.c102 int code_size; member
[all...]
H A Dgifdec.c133 int left, top, width, height, bits_per_pixel, code_size, flags, pw; in gif_read_image() local
H A Dtakdec.c591 int tmp, x, code_size; in decorrelate() local
/third_party/mesa3d/src/amd/common/
H A Dac_rgp.h52 uint32_t code_size; member
/third_party/node/deps/v8/src/diagnostics/
H A Deh-frame.cc157 void EhFrameWriter::WriteEhFrameHdr(int code_size) { in WriteEhFrameHdr() argument
349 void EhFrameWriter::Finish(int code_size) { in Finish() argument
364 PatchInt32(GetProcedureSizeOffset(), code_size); in Finish() local
H A Dperf-jit.cc284 LogWriteBytes(reinterpret_cast<const char*>(code_pointer), code_size); in WriteJitCodeLoadEntry() local
265 WriteJitCodeLoadEntry(const uint8_t* code_pointer, uint32_t code_size, const char* name, int name_length) WriteJitCodeLoadEntry() argument
/kernel/linux/linux-5.10/arch/s390/net/
H A Dbpf_jit_comp.c1710 u32 code_size; in bpf_jit_alloc() local
/third_party/jerryscript/jerry-core/api/
H A Djerry-snapshot.c458 uint32_t code_size = ((uint32_t) bytecode_p->size) << JMEM_ALIGNMENT_LOG; in jerry_snapshot_set_offsets() local
557 uint32_t code_size = ((uint32_t) bytecode_p->size) << JMEM_ALIGNMENT_LOG; in snapshot_load_compiled_code() local
1070 uint32_t code_size = ((uint32_t) bytecode_p->size) << JMEM_ALIGNMENT_LOG; scan_snapshot_functions() local
1141 uint32_t code_size = ((uint32_t) bytecode_p->size) << JMEM_ALIGNMENT_LOG; update_literal_offsets() local
[all...]
/third_party/jerryscript/jerry-core/debugger/
H A Ddebugger.h474 uint8_t code_size[sizeof (uint32_t)]; /**< total size of the message */ member
/third_party/node/deps/v8/src/wasm/
H A Dwasm-module-builder.cc91 void WasmFunctionBuilder::EmitCode(const byte* code, uint32_t code_size) { in EmitCode() argument
/third_party/node/deps/v8/src/objects/
H A Dcode.cc517 int code_size = InstructionSize(); in Disassemble() local
518 os << "Instructions (size = " << code_size << ")\n"; in Disassemble() local
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/spufs/
H A Dswitch.c703 setup_mfc_slbs(struct spu_state *csa, struct spu *spu, unsigned int *code, int code_size) setup_mfc_slbs() argument
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/spufs/
H A Dswitch.c703 setup_mfc_slbs(struct spu_state *csa, struct spu *spu, unsigned int *code, int code_size) setup_mfc_slbs() argument
/kernel/linux/linux-6.6/arch/s390/net/
H A Dbpf_jit_comp.c1872 u32 code_size; in bpf_jit_alloc() local

Completed in 32 milliseconds

1234