Lines Matching refs:ExactAssemblyScope
97 class ExactAssemblyScopeWithoutPoolsCheck : public ExactAssemblyScope {
100 : ExactAssemblyScope(masm, in ExactAssemblyScopeWithoutPoolsCheck()
102 ExactAssemblyScope::kExactSize, in ExactAssemblyScopeWithoutPoolsCheck()
103 ExactAssemblyScope::kIgnorePools) {} in ExactAssemblyScopeWithoutPoolsCheck()
2018 ExactAssemblyScope scope(this, in PushHelper()
2020 ExactAssemblyScope::kMaximumSize); in PushHelper()
2062 ExactAssemblyScope scope(this, in PopHelper()
2064 ExactAssemblyScope::kMaximumSize); in PopHelper()
2188 ExactAssemblyScope scope(this, 10 * kInstructionSize); in PushCalleeSavedRegisters()
2213 ExactAssemblyScope scope(this, 10 * kInstructionSize); in PopCalleeSavedRegisters()
2329 ExactAssemblyScope scope(this, kInstructionSize); in BumpSystemStackPointer()
2470 ExactAssemblyScope scope(this, kPrintfLength); in PrintfNoPreserve()
2573 ExactAssemblyScope scope(this, kTraceLength); in Trace()
2600 ExactAssemblyScope scope(this, kLogLength); in Log()
2620 ExactAssemblyScope scope(this, kInstructionSize); in EnableInstrumentation()
2627 ExactAssemblyScope scope(this, kInstructionSize); in DisableInstrumentation()
2639 ExactAssemblyScope scope(this, kInstructionSize); in AnnotateInstrumentation()