Home
last modified time | relevance | path

Searched refs:module_size (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H A Dwasm-module-debug.cc348 uint32_t module_size = static_cast<uint32_t>(wire_bytes.length()); in GetWasmModuleBytes() local
349 bytes_read = module_size - offset >= size ? size : module_size - offset; in GetWasmModuleBytes()
/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dftmodapi.h208 * module_size ::
238 FT_Long module_size; member
/third_party/node/deps/v8/src/asmjs/
H A Dasm-js.cc135 double compile_time, size_t module_size) { in ReportCompilationSuccess()
139 compile_time, module_size); in ReportCompilationSuccess()
134 ReportCompilationSuccess(Handle<Script> script, int position, double compile_time, size_t module_size) ReportCompilationSuccess() argument
/third_party/node/deps/v8/third_party/ittapi/ittapi-rs/src/
H A Dittnotify_bindings.rs2839 #[doc = " Contains module name when module_bufer and module_size exist"]
2840 #[doc = " Contains module path when module_bufer and module_size absent"]
2846 #[doc = " If module_buffer and module_size do not exist,"]
2849 pub module_size: usize,
2924 &(*(::std::ptr::null::<___itt_module_object>())).module_size as *const _ as usize in bindgen_test_layout____itt_module_object()
2931 stringify!(module_size) in bindgen_test_layout____itt_module_object()
/third_party/node/deps/v8/third_party/ittapi/include/
H A Dittnotify.h3799 * Contains module name when module_bufer and module_size exist
3800 * Contains module path when module_bufer and module_size absent
3804 size_t module_size; /*!< Module buffer size */ member
3805 /*!< If module_buffer and module_size exist, the binary module is dumped onto the system.
3806 * If module_buffer and module_size do not exist,
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftobjs.c4990 if ( FT_ALLOC( module, clazz->module_size ) ) in FT_EXPORT_DEF()

Completed in 18 milliseconds