Home
last modified time | relevance | path

Searched refs:MemorySize (Results 1 – 23 of 23) sorted by relevance

/external/lldb/source/Symbol/
DFunction.cpp86 FunctionInfo::MemorySize() const in MemorySize() function in FunctionInfo
88 return m_name.MemorySize() + m_declaration.MemorySize(); in MemorySize()
188 InlineFunctionInfo::MemorySize() const in MemorySize() function in InlineFunctionInfo
190 return FunctionInfo::MemorySize() + m_mangled.MemorySize(); in MemorySize()
422 Function::MemorySize () const in MemorySize() function in Function
424 size_t mem_size = sizeof(Function) + m_block.MemorySize(); in MemorySize()
DVariableList.cpp174 VariableList::MemorySize() const in MemorySize() function in VariableList
179 mem_size += (*pos)->MemorySize(); in MemorySize()
DDeclaration.cpp80 Declaration::MemorySize() const in MemorySize() function in Declaration
DBlock.cpp441 Block::MemorySize() const in MemorySize() function in Block
445 mem_size += m_inlineInfoSP->MemorySize(); in MemorySize()
447 mem_size += m_variable_list_sp->MemorySize(); in MemorySize()
DVariable.cpp194 Variable::MemorySize() const in MemorySize() function in Variable
/external/lldb/include/lldb/Symbol/
DFunction.h140 MemorySize () const;
295 MemorySize() const;
609 MemorySize () const;
DVariableList.h75 MemorySize() const;
DDeclaration.h218 MemorySize () const;
DVariable.h121 MemorySize() const;
DBlock.h372 MemorySize() const;
/external/lldb/source/Core/
DMangled.cpp293 Mangled::MemorySize () const in MemorySize() function in Mangled
295 return m_mangled.MemorySize() + m_demangled.MemorySize(); in MemorySize()
DFileSpecList.cpp166 FileSpecList::MemorySize () const in MemorySize() function in FileSpecList
172 mem_size += pos->MemorySize(); in MemorySize()
DConstString.cpp151 MemorySize() const in MemorySize() function in Pool
341 return StringPool().MemorySize(); in StaticMemorySize()
DAddress.cpp939 Address::MemorySize () const in MemorySize() function in Address
/external/lldb/include/lldb/Core/
DMangled.h262 MemorySize () const;
DAddressRange.h257 MemorySize () const { in MemorySize() function
DFileSpecList.h177 MemorySize () const;
DConstString.h472 MemorySize () const in MemorySize() function
DAddress.h382 MemorySize () const;
/external/lldb/source/Host/common/
DFileSpec.cpp783 FileSpec::MemorySize() const in MemorySize() function in FileSpec
785 return m_filename.MemorySize() + m_directory.MemorySize(); in MemorySize()
/external/lldb/include/lldb/Host/
DFileSpec.h466 MemorySize () const;
/external/google-breakpad/src/client/windows/handler/
Dexception_handler.cc880 callback_output->MemorySize = callback_context->iter->length; in MinidumpWriteDumpCallback()
/external/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h1236 ULONG MemorySize; member