Searched defs:expr (Results 1 – 6 of 6) sorted by relevance
/art/libarttools/include_binder_utils/tools/ |
D | binder_utils.h | 57 #define OR_RETURN_ERROR(func, expr) \ argument 66 #define OR_RETURN_FATAL(expr) OR_RETURN_ERROR(Fatal, expr) argument 67 #define OR_RETURN_NON_FATAL(expr) OR_RETURN_ERROR(NonFatal, expr) argument 68 #define OR_LOG_AND_RETURN_OK(expr) \ argument 76 #define ASSERT_STATUS_OK(expr) \ argument
|
/art/artd/ |
D | testing.h | 22 #define OR_MISMATCH(expr) \ argument 33 #define OR_FAIL(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
|