Home
last modified time | relevance | path

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

/art/libarttools/include_binder_utils/tools/
Dbinder_utils.h57 #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/
Dtesting.h22 #define OR_MISMATCH(expr) \ argument
33 #define OR_FAIL(expr) \ argument
/art/libelffile/dwarf/
Ddebug_frame_opcode_writer.h253 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()
Ddebug_info_entry_writer.h101 void WriteExprLoc(Attribute attrib, const Expression& expr) { in WriteExprLoc()
/art/runtime/
Dentrypoints_order_test.cc32 #define CHECKED(expr, name) \ argument
/art/compiler/debug/dwarf/
Ddwarf_test.cc70 uint8_t expr[] = { /*nop*/ 0x96 }; in TEST_F() local