Searched defs:expr (Results  1 – 6 of 6) sorted by relevance
| /art/artd/ | 
| D | testing.h | 22 #define OR_MISMATCH(expr)                          \  argument33 #define OR_FAIL(expr)                                   \  argument
 
 | 
| D | artd.cc | 381 #define OR_RETURN_ERROR(func, expr)         \  argument390 #define OR_RETURN_FATAL(expr)     OR_RETURN_ERROR(Fatal, expr)  argument
 391 #define OR_RETURN_NON_FATAL(expr) OR_RETURN_ERROR(NonFatal, expr)  argument
 
 | 
| /art/libelffile/dwarf/ | 
| D | debug_frame_opcode_writer.h | 253   void ALWAYS_INLINE DefCFAExpression(uint8_t* expr, int expr_size) {  in DefCFAExpression()263   void ALWAYS_INLINE Expression(Reg reg, uint8_t* expr, int expr_size) {  in Expression()
 274   void ALWAYS_INLINE ValExpression(Reg reg, uint8_t* expr, int expr_size) {  in ValExpression()
 
 | 
| D | debug_info_entry_writer.h | 101   void WriteExprLoc(Attribute attrib, const Expression& expr) {  in WriteExprLoc()
 | 
| /art/runtime/ | 
| D | entrypoints_order_test.cc | 32 #define CHECKED(expr, name) \  argument
 | 
| /art/compiler/debug/dwarf/ | 
| D | dwarf_test.cc | 70   uint8_t expr[] = { /*nop*/ 0x96 };  in TEST_F()  local
 |