Home
last modified time | relevance | path

Searched defs:expr (Results 1 – 5 of 5) sorted by relevance

/art/tools/cpp-define-generator/
Dmain.cc67 void emit_check_eq(T value, const std::string& expr) { in emit_check_eq()
106 #define DEFINE_EXPR(macro_name, field_type, expr) \ in main() argument
/art/compiler/debug/dwarf/
Ddebug_frame_opcode_writer.h251 void ALWAYS_INLINE DefCFAExpression(uint8_t* expr, int expr_size) { in DefCFAExpression()
261 void ALWAYS_INLINE Expression(Reg reg, uint8_t* expr, int expr_size) { in Expression()
272 void ALWAYS_INLINE ValExpression(Reg reg, uint8_t* expr, int expr_size) { in ValExpression()
Ddwarf_test.cc70 uint8_t expr[] = { 0 }; in TEST_F() local
Ddebug_info_entry_writer.h101 void WriteExprLoc(Attribute attrib, const Expression& expr) { in WriteExprLoc()
/art/runtime/
Dentrypoints_order_test.cc34 #define CHECKED(expr, name) \ argument