Lines Matching refs:ExactAssemblyScope

102 class ExactAssemblyScopeWithoutPoolsCheck : public ExactAssemblyScope {
105 : ExactAssemblyScope(masm, in ExactAssemblyScopeWithoutPoolsCheck()
107 ExactAssemblyScope::kExactSize, in ExactAssemblyScopeWithoutPoolsCheck()
108 ExactAssemblyScope::kIgnorePools) {} in ExactAssemblyScopeWithoutPoolsCheck()
2130 ExactAssemblyScope scope(this, in PushHelper()
2132 ExactAssemblyScope::kMaximumSize); in PushHelper()
2174 ExactAssemblyScope scope(this, in PopHelper()
2176 ExactAssemblyScope::kMaximumSize); in PopHelper()
2300 ExactAssemblyScope scope(this, 10 * kInstructionSize); in PushCalleeSavedRegisters()
2325 ExactAssemblyScope scope(this, 10 * kInstructionSize); in PopCalleeSavedRegisters()
2441 ExactAssemblyScope scope(this, kInstructionSize); in BumpSystemStackPointer()
2582 ExactAssemblyScope scope(this, kPrintfLength); in PrintfNoPreserve()
2685 ExactAssemblyScope scope(this, kTraceLength); in Trace()
2712 ExactAssemblyScope scope(this, kLogLength); in Log()
2732 ExactAssemblyScope scope(this, kInstructionSize); in EnableInstrumentation()
2739 ExactAssemblyScope scope(this, kInstructionSize); in DisableInstrumentation()
2751 ExactAssemblyScope scope(this, kInstructionSize); in AnnotateInstrumentation()
2789 ExactAssemblyScope guard_total(this, total_length); in ConfigureSimulatorCPUFeaturesHelper()
2792 ExactAssemblyScope guard_preamble(this, preamble_length); in ConfigureSimulatorCPUFeaturesHelper()
2796 ExactAssemblyScope guard_list(this, list_length); in ConfigureSimulatorCPUFeaturesHelper()
2805 ExactAssemblyScope guard_padding(this, padding_length); in ConfigureSimulatorCPUFeaturesHelper()