Home
last modified time | relevance | path

Searched refs:module_size (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/debug/wasm/gdb-server/
Dwasm-module-debug.cc318 uint32_t module_size = static_cast<uint32_t>(wire_bytes.length()); in GetWasmModuleBytes() local
319 bytes_read = module_size - offset >= size ? size : module_size - offset; in GetWasmModuleBytes()
/external/freetype/include/freetype/
Dftmodapi.h236 FT_Long module_size; member
/external/v8/src/asmjs/
Dasm-js.cc135 double compile_time, size_t module_size) { in ReportCompilationSuccess() argument
139 compile_time, module_size); in ReportCompilationSuccess()
/external/python/cpython2/Modules/
DcPickle.c2055 int module_size, name_size, res = -1; in save_inst() local
2113 if ((module_size = PyString_Size(module)) < 0 || in save_inst()
2123 if (self->write_func(self, module_str, module_size) < 0) in save_inst()
2197 int module_size, name_size, res = -1; in save_global() local
2213 if ((module_size = PyString_Size(module)) < 0 || in save_global()
2308 if (self->write_func(self, module_str, module_size) < 0) in save_global()
/external/google-breakpad/src/processor/
Dminidump.cc2541 uint64_t module_size = module->size(); in Read() local
2549 if (!range_map_->StoreRange(base_address, module_size, module_index)) { in Read()
2561 HexString(module_size); in Read()
2568 HexString(module_size); in Read()
/external/freetype/src/base/
Dftobjs.c4900 if ( FT_ALLOC( module, clazz->module_size ) ) in FT_Add_Module()
/external/freetype/
DChangeLog.216776 `module_size'.