Home
last modified time | relevance | path

Searched refs:max_op_byte_size (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Plugins/UnwindAssembly/x86/
DUnwindAssembly-x86.cpp472 const uint32_t max_op_byte_size = m_arch.GetMaximumOpcodeByteSize(); in instruction_length() local
474 opcode_data.resize (max_op_byte_size); in instruction_length()
482 …if (target->ReadMemory (addr, prefer_file_cache, opcode_data.data(), max_op_byte_size, error) == -… in instruction_length()
491 max_op_byte_size, in instruction_length()
/external/lldb/source/Plugins/Disassembler/llvm/
DDisassemblerLLVMC.cpp132 const uint32_t max_op_byte_size = arch.GetMaximumOpcodeByteSize(); in Decode() local
133 if (min_op_byte_size == max_op_byte_size) in Decode()