Home
last modified time | relevance | path

Searched refs:GetWidthFromFormat (Results 1 – 3 of 3) sorted by relevance

/tools/dexter/slicer/
Ddex_bytecode.cc62 size_t GetWidthFromFormat(InstructionFormat format) { in GetWidthFromFormat() function
116 width = GetWidthFromFormat( in GetWidthFromBytecode()
Dbytecode_encoder.cc431 SLICER_CHECK(bytecode_.size() - buff_offset == 2 * GetWidthFromFormat(format)); in Visit()
432 offset_ += GetWidthFromFormat(format); in Visit()
/tools/dexter/slicer/export/slicer/
Ddex_bytecode.h206 size_t GetWidthFromFormat(InstructionFormat format);