Home
last modified time | relevance | path

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

/art/artd/
Dtesting.h22 #define OR_MISMATCH(expr) \ argument
33 #define OR_FAIL(expr) \ argument
Dartd.cc381 #define OR_RETURN_ERROR(func, expr) \ argument
390 #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/
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