Searched refs:Expression (Results 1 - 6 of 6) sorted by relevance

/art/compiler/debug/dwarf/
H A Dexpression.h33 class Expression : private Writer<> { class in namespace:art::dwarf
114 explicit Expression(std::vector<uint8_t>* buffer) : Writer<>(buffer) { function in class:art::dwarf::Expression
H A Ddebug_info_entry_writer.h101 void WriteExprLoc(Attribute attrib, const Expression& expr) {
H A Ddebug_frame_opcode_writer.h261 void ALWAYS_INLINE Expression(Reg reg, uint8_t* expr, int expr_size) { function in class:art::dwarf::DebugFrameOpCodeWriter
H A Ddwarf_test.cc91 opcodes.Expression(reg, expr, arraysize(expr));
/art/compiler/debug/
H A Delf_debug_loc_writer.h210 dwarf::Expression expr(&expr_buffer);
H A Delf_debug_info_writer.h173 Expression expr(&expr_buffer);
311 Expression count_expr(&expr_buffer);
342 Expression expr(&expr_buffer);

Completed in 49 milliseconds