Home | History | Annotate | Download | only in arm

Lines Matching refs:rmode

2480     ASSERT(rinfo.rmode() != RelocInfo::COMMENT &&
2481 rinfo.rmode() != RelocInfo::POSITION);
2482 if (rinfo.rmode() != RelocInfo::JS_RETURN) {
2511 void Assembler::RecordRelocInfo(RelocInfo::Mode rmode, intptr_t data) {
2513 RelocInfo rinfo(pc_, rmode, data, NULL);
2514 if (rmode >= RelocInfo::JS_RETURN && rmode <= RelocInfo::DEBUG_BREAK_SLOT) {
2516 ASSERT(RelocInfo::IsDebugBreakSlot(rmode)
2517 || RelocInfo::IsJSReturn(rmode)
2518 || RelocInfo::IsComment(rmode)
2519 || RelocInfo::IsPosition(rmode));
2531 if (rinfo.rmode() != RelocInfo::NONE) {
2533 if (rmode == RelocInfo::EXTERNAL_REFERENCE) {
2544 if (rmode == RelocInfo::CODE_TARGET_WITH_ID) {
2545 RelocInfo reloc_info_with_ast_id(pc_, rmode, RecordedAstId(), NULL);
2628 ASSERT(rinfo.rmode() != RelocInfo::COMMENT &&
2629 rinfo.rmode() != RelocInfo::POSITION &&
2630 rinfo.rmode() != RelocInfo::STATEMENT_POSITION);