Home
last modified time | relevance | path

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

/external/freetype/include/freetype/
Dftmodapi.h236 FT_Long module_size; member
/external/v8/src/asmjs/
Dasm-js.cc137 size_t module_size) { in ReportCompilationSuccess() argument
142 translate_time, compile_time, module_size); in ReportCompilationSuccess()
/external/v8/src/
Dvalue-serializer.cc904 size_t module_size = wasm_serializer.GetSerializedNativeModuleSize(); in WriteWasmModule() local
905 CHECK_GE(std::numeric_limits<uint32_t>::max(), module_size); in WriteWasmModule()
906 WriteVarint<uint32_t>(static_cast<uint32_t>(module_size)); in WriteWasmModule()
908 if (ReserveRawBytes(module_size).To(&module_buffer)) { in WriteWasmModule()
909 if (!wasm_serializer.SerializeNativeModule({module_buffer, module_size})) { in WriteWasmModule()
/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.c4869 if ( FT_ALLOC( module, clazz->module_size ) ) in FT_Add_Module()
/external/freetype/
DChangeLog.216776 `module_size'.