Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/Target/
DModuleCacheTest.cpp44 static const size_t module_size = 5602; variable
76 EXPECT_EQ(module_size, FileSystem::Instance().GetByteSize(uuid_view)); in VerifyDiskState()
81 EXPECT_EQ(module_size, FileSystem::Instance().GetByteSize(sysroot_view)); in VerifyDiskState()
90 module_spec.SetObjectSize(module_size); in TryGetAndPut()
/external/llvm-project/openmp/libomptarget/plugins/amdgpu/impl/
Datmi.cpp31 void *module_bytes, size_t module_size, atmi_place_t place, in atmi_module_register_from_memory_to_place() argument
36 module_bytes, module_size, place, on_deserialized_data, cb_state); in atmi_module_register_from_memory_to_place()
Datmi_runtime.h88 void *module_bytes, size_t module_size, atmi_place_t place,
Dsystem.cpp1016 void *module_bytes, size_t module_size, atmi_place_t place, in callbackEvent() argument
1047 err = get_code_object_custom_metadata(module_bytes, module_size, gpu); in callbackEvent()
1052 err = hsa_code_object_deserialize(module_bytes, module_size, NULL, in callbackEvent()
1061 on_deserialized_data(code_object_alloc_data, module_size, cb_state); in callbackEvent()
/external/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp209 ModuleObject->module_size = Obj.getMemoryBufferRef().getBufferSize(); in notifyObjectLoaded()
212 ModuleObject->module_size); in notifyObjectLoaded()
219 __itt_id_make((void *)&(*ModuleObject), ModuleObject->module_size); in notifyObjectLoaded()
345 KeyToIttnotify[Key]->getModuleObject()->module_size); in notifyFreeingObject()
/external/freetype/include/freetype/
Dftmodapi.h235 FT_Long module_size; member
/external/google-breakpad/src/processor/
Dminidump.cc2766 uint64_t module_size = module.size(); in Read() local
2797 << "+" << HexString(module_size); in Read()
2805 module_size -= last_end_address - base_address; in Read()
2807 if (!range_map_->StoreRange(base_address, module_size, module_index)) { in Read()
2811 << "+" << HexString(module_size) << ", after adjusting"; in Read()
2815 last_end_address = base_address + module_size; in Read()
3959 uint64_t module_size = module->size(); in Read() local
3962 range_map_->StoreRange(base_address, module_size, module_index); in Read()
/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/llvm-project/openmp/libomptarget/plugins/amdgpu/src/
Drtl.cpp908 size_t module_size, in module_register_from_memory_to_place() argument
915 module_bytes, module_size, place, L, static_cast<void *>(&cb)); in module_register_from_memory_to_place()
/external/freetype/src/base/
Dftobjs.c4920 if ( FT_ALLOC( module, clazz->module_size ) ) in FT_Add_Module()
/external/freetype/
DChangeLog.216776 `module_size'.