Searched refs:AllowMacroInstructions (Results 1 – 6 of 6) sorted by relevance
630 VIXL_ASSERT(masm.AllowMacroInstructions()); in TEST_A32()635 VIXL_ASSERT(!masm.AllowMacroInstructions()); in TEST_A32()641 VIXL_ASSERT(!masm.AllowMacroInstructions()); in TEST_A32()646 VIXL_ASSERT(!masm.AllowMacroInstructions()); in TEST_A32()650 VIXL_ASSERT(masm.AllowMacroInstructions()); in TEST_A32()670 VIXL_ASSERT(masm.AllowMacroInstructions()); in TEST()675 VIXL_ASSERT(!masm.AllowMacroInstructions()); in TEST()681 VIXL_ASSERT(!masm.AllowMacroInstructions()); in TEST()686 VIXL_ASSERT(!masm.AllowMacroInstructions()); in TEST()690 VIXL_ASSERT(masm.AllowMacroInstructions()); in TEST()
267 bool AllowMacroInstructions() const VIXL_OVERRIDE { return false; } in AllowMacroInstructions() function in TestMacroAssembler
40 virtual bool AllowMacroInstructions() const = 0;
310 previous_allow_macro_assembler_ = masm->AllowMacroInstructions(); in Open()
3284 virtual bool AllowMacroInstructions() const VIXL_OVERRIDE { in AllowMacroInstructions() function
170 VIXL_ASSERT(masm_->AllowMacroInstructions()); in ContextScope()305 virtual bool AllowMacroInstructions() const VIXL_OVERRIDE { in AllowMacroInstructions() function