Searched refs:allow_simulator_instructions_ (Results 1 – 2 of 2) sorted by relevance
292 allow_simulator_instructions_(VIXL_GENERATE_SIMULATOR_INSTRUCTIONS_VALUE), in MacroAssembler()310 allow_simulator_instructions_(VIXL_GENERATE_SIMULATOR_INSTRUCTIONS_VALUE), in MacroAssembler()2190 if (allow_simulator_instructions_) { in PrintfNoPreserve()2288 if (allow_simulator_instructions_) { in Trace()2315 if (allow_simulator_instructions_) { in Log()
2079 if (allow_simulator_instructions_) { in Unreachable()2918 allow_simulator_instructions_ = value; in SetAllowSimulatorInstructions()2922 return allow_simulator_instructions_; in AllowSimulatorInstructions()3120 bool allow_simulator_instructions_; variable