Searched defs:byte_size (Results 1 - 25 of 74) sorted by relevance

123

/external/lldb/source/Breakpoint/
H A DStoppointLocation.cpp33 StoppointLocation::StoppointLocation (break_id_t bid, addr_t addr, uint32_t byte_size, bool hardware) : argument
38 m_byte_size(byte_size),
/external/chromium_org/media/base/
H A Daudio_bus_perftest.cc19 const int byte_size = sizeof(T); local
23 bus->ToInterleaved(bus->frames(), byte_size, interleaved.get());
33 bus->FromInterleaved(interleaved.get(), bus->frames(), byte_size);
/external/lldb/source/Core/
H A DOpcode.cpp91 uint32_t byte_size = GetByteSize (); local
94 if (byte_size > 0)
101 case Opcode::eType8: buffer_sp.reset (new DataBufferHeap (&m_data.inst8, byte_size)); break;
102 case Opcode::eType16: buffer_sp.reset (new DataBufferHeap (&m_data.inst16, byte_size)); break;
111 buffer_sp.reset (new DataBufferHeap (buf, byte_size));
115 buffer_sp.reset (new DataBufferHeap (&m_data.inst32, byte_size));
117 case Opcode::eType64: buffer_sp.reset (new DataBufferHeap (&m_data.inst64, byte_size)); break;
118 case Opcode::eTypeBytes:buffer_sp.reset (new DataBufferHeap (GetOpcodeBytes(), byte_size)); break;
127 return byte_size;
H A DAddressResolverFileLine.cpp65 addr_t byte_size = sc.line_entry.range.GetByteSize(); local
68 AddressRange new_range (line_start, byte_size);
H A DAddressRange.cpp25 AddressRange::AddressRange (addr_t file_addr, addr_t byte_size, const SectionList *section_list) : argument
27 m_byte_size(byte_size)
31 AddressRange::AddressRange (const lldb::SectionSP &section, addr_t offset, addr_t byte_size) : argument
33 m_byte_size(byte_size)
37 AddressRange::AddressRange (const Address& so_addr, addr_t byte_size) : argument
39 m_byte_size(byte_size)
50 // const addr_t byte_size = GetByteSize();
51 // if (byte_size)
52 // return addr.GetSection() == m_base_addr.GetSection() && (addr.GetOffset() - m_base_addr.GetOffset()) < byte_size;
199 s->Printf("%p: AddressRange section = %p, offset = 0x%16.16" PRIx64 ", byte_size
[all...]
H A DAddressResolverName.cpp188 addr_t byte_size = sc.function->GetAddressRange().GetByteSize(); local
195 byte_size -= prologue_byte_size;
201 AddressRange new_range (func_addr, byte_size);
216 addr_t byte_size = sc.symbol->GetByteSize(); local
224 byte_size -= prologue_byte_size;
230 AddressRange new_range (func_addr, byte_size);
H A DValueObjectChild.cpp32 uint64_t byte_size,
42 m_byte_size (byte_size),
27 ValueObjectChild( ValueObject &parent, const ClangASTType &clang_type, const ConstString &name, uint64_t byte_size, int32_t byte_offset, uint32_t bitfield_bit_size, uint32_t bitfield_bit_offset, bool is_base_class, bool is_deref_of_parent, AddressType child_ptr_or_ref_addr_type ) argument
H A DValueObjectConstResultChild.cpp24 uint32_t byte_size,
34 byte_size,
19 ValueObjectConstResultChild( ValueObject &parent, const ClangASTType &clang_type, const ConstString &name, uint32_t byte_size, int32_t byte_offset, uint32_t bitfield_bit_size, uint32_t bitfield_bit_offset, bool is_base_class, bool is_deref_of_parent ) argument
/external/chromium_org/cc/blink/
H A Dweb_external_bitmap_impl.cc30 size_t byte_size = size.width * size.height * 4; local
31 shared_memory_ = g_memory_allocator(byte_size);
33 shared_memory_->Map(byte_size);
/external/lldb/include/lldb/Core/
H A DAddressRange.h33 /// Construct with a section pointer, offset, and byte_size.
36 /// offset and \a byte_size.
45 /// @param[in] byte_size
48 AddressRange (const lldb::SectionSP &section, lldb::addr_t offset, lldb::addr_t byte_size);
54 /// address \a file_addr, and byte size \a byte_size.
59 /// @param[in] byte_size
65 AddressRange (lldb::addr_t file_addr, lldb::addr_t byte_size, const SectionList *section_list = NULL);
71 /// and setting the byte size to \a byte_size.
76 /// @param[in] byte_size
79 AddressRange (const Address& so_addr, lldb::addr_t byte_size);
270 SetByteSize(lldb::addr_t byte_size) argument
[all...]
H A DVMRange.h85 SetByteSize (lldb::addr_t byte_size) argument
87 m_byte_size = byte_size;
H A DSection.h207 SetByteSize (lldb::addr_t byte_size) argument
209 m_byte_size = byte_size;
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DUniqueDWARFASTType.cpp27 const int32_t byte_size,
38 if (pos->m_byte_size < 0 || byte_size < 0 || pos->m_byte_size == byte_size)
21 Find( SymbolFileDWARF *symfile, const DWARFCompileUnit *cu, const DWARFDebugInfoEntry *die, const lldb_private::Declaration &decl, const int32_t byte_size, UniqueDWARFASTType &entry ) const argument
H A DUniqueDWARFASTType.h48 int32_t byte_size) :
54 m_byte_size (byte_size)
124 const int32_t byte_size,
157 const int32_t byte_size,
164 return pos->second.Find (symfile, cu, die, decl, byte_size, entry);
43 UniqueDWARFASTType(lldb::TypeSP &type_sp, SymbolFileDWARF *symfile, DWARFCompileUnit *cu, DWARFDebugInfoEntry *die, const lldb_private::Declaration &decl, int32_t byte_size) argument
152 Find(const lldb_private::ConstString &name, SymbolFileDWARF *symfile, const DWARFCompileUnit *cu, const DWARFDebugInfoEntry *die, const lldb_private::Declaration &decl, const int32_t byte_size, UniqueDWARFASTType &entry) const argument
/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DAuxVector.cpp35 unsigned int byte_size)
38 *value = data.GetMaxU64(offset_ptr, byte_size);
46 unsigned int byte_size)
48 if (!GetMaxU64(data, offset_ptr, &entry.type, byte_size))
51 if (!GetMaxU64(data, offset_ptr, &entry.value, byte_size))
70 const unsigned int byte_size = m_process->GetAddressByteSize(); local
77 if (!ParseAuxvEntry(data, entry, &offset, byte_size))
32 GetMaxU64(DataExtractor &data, lldb::offset_t *offset_ptr, uint64_t *value, unsigned int byte_size) argument
43 ParseAuxvEntry(DataExtractor &data, AuxVector::Entry &entry, lldb::offset_t *offset_ptr, unsigned int byte_size) argument
/external/lldb/tools/debugserver/source/
H A DDNBArch.cpp92 DNBArchProtocol::GetBreakpointOpcode (nub_size_t byte_size) argument
96 return arch_info->GetBreakpointOpcode (byte_size);
H A DDNBBreakpoint.cpp23 DNBBreakpoint::DNBBreakpoint(nub_addr_t addr, nub_size_t byte_size, bool hardware) : argument
25 m_byte_size (byte_size),
/external/lldb/source/Expression/
H A DClangExpressionVariable.cpp100 const size_t byte_size = m_frozen_sp->GetByteSize(); local
101 if (byte_size > 0)
103 if (m_frozen_sp->GetDataExtractor().GetByteSize() < byte_size)
105 m_frozen_sp->GetValue().ResizeData(byte_size);
/external/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp126 uint32_t byte_size = 0; local
128 while (ParserGDBFormatLetter (interpreter, gdb_format_cstr[0], format, byte_size))
137 if (gdb_format_cstr[0] || (format == eFormatInvalid && byte_size == 0 && count == 0))
148 ParserGDBFormatLetter (interpreter, m_prev_gdb_format, format, byte_size);
155 if (byte_size == 0)
156 ParserGDBFormatLetter (interpreter, m_prev_gdb_size, format, byte_size);
161 if (byte_size > 0)
188 m_byte_size.SetCurrentValue (byte_size);
208 OptionGroupFormat::ParserGDBFormatLetter (CommandInterpreter &interpreter, char format_letter, Format &format, uint32_t &byte_size) argument
224 byte_size
[all...]
/external/lldb/include/lldb/
H A Dlldb-private-types.h28 uint32_t byte_size; // Size in bytes of the register member in struct:lldb_private::__anon25265
/external/lldb/source/API/
H A DSBFunction.cpp183 addr_t byte_size = m_opaque_ptr->GetAddressRange().GetByteSize(); local
184 if (byte_size > 0)
187 addr->Slide (byte_size);
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp31 uint32_t byte_size)
34 *value = data.GetMaxU64(offset, byte_size);
42 uint32_t byte_size,
49 if (GetMaxU64(data, offset, value, byte_size) == false)
62 uint32_t byte_size)
65 *value = data.GetMaxS64(offset, byte_size);
73 uint32_t byte_size,
80 if (GetMaxS64(data, offset, value, byte_size) == false)
114 const unsigned byte_size = Is32Bit() ? 4 : 8; local
116 data.SetAddressByteSize(byte_size);
28 GetMaxU64(const lldb_private::DataExtractor &data, lldb::offset_t *offset, uint64_t *value, uint32_t byte_size) argument
39 GetMaxU64(const lldb_private::DataExtractor &data, lldb::offset_t *offset, uint64_t *value, uint32_t byte_size, uint32_t count) argument
59 GetMaxS64(const lldb_private::DataExtractor &data, lldb::offset_t *offset, int64_t *value, uint32_t byte_size) argument
70 GetMaxS64(const lldb_private::DataExtractor &data, lldb::offset_t *offset, int64_t *value, uint32_t byte_size, uint32_t count) argument
203 const unsigned byte_size = data.GetAddressByteSize(); local
323 const unsigned byte_size = data.GetAddressByteSize(); local
373 const uint32_t byte_size = data.GetAddressByteSize(); local
417 const unsigned byte_size = data.GetAddressByteSize(); local
432 const unsigned byte_size = data.GetAddressByteSize(); local
452 const unsigned byte_size = data.GetAddressByteSize(); local
[all...]
/external/lldb/source/Symbol/
H A DLineEntry.cpp34 lldb::addr_t byte_size,
44 range(section_sp, section_offset, byte_size),
30 LineEntry( const lldb::SectionSP &section_sp, lldb::addr_t section_offset, lldb::addr_t byte_size, const FileSpec &_file, uint32_t _line, uint16_t _column, bool _is_start_of_statement, bool _is_start_of_basic_block, bool _is_prologue_end, bool _is_epilogue_begin, bool _is_terminal_entry ) argument
/external/chromium_org/google_apis/gcm/monitoring/
H A Dfake_gcm_stats_recorder.cc96 int byte_size,
91 RecordNotifySendStatus( const std::string& app_id, const std::string& receiver_id, const std::string& message_id, gcm::MCSClient::MessageSendStatus status, int byte_size, int ttl) argument
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dmessage_lite.cc279 int byte_size = ByteSize(); local
280 STLStringResizeUninitialized(output, old_size + byte_size);
283 if (end - start != byte_size) {
284 ByteSizeConsistencyError(byte_size, ByteSize(), end - start);
305 int byte_size = ByteSize(); local
306 if (size < byte_size) return false;
309 if (end - start != byte_size) {
310 ByteSizeConsistencyError(byte_size, ByteSize(), end - start);

Completed in 322 milliseconds

123