Lines Matching refs:Open
64 // This constructor implicitly calls `Open` to initialise the scope
72 Open(assembler, size, check_policy, size_policy);
76 // user is required to explicitly call the `Open` function before using the
90 void Open(internal::AssemblerBase* assembler,
155 // This constructor implicitly calls `Open` (when `masm` is not `NULL`) to
162 Open(masm, size, size_policy);
166 // user is required to explicitly call the `Open` function before using the
174 // on `Open` either.
176 // Force pools to be generated on `Open` if necessary and block their
183 void Open(MacroAssemblerInterface* masm,
186 Open(masm, size, size_policy, kBlockPools);
197 // Perform the opposite of `Open`, which is:
208 void Open(MacroAssemblerInterface* masm,
228 CodeBufferCheckScope::Open(masm->AsAssemblerBase(),
241 Open(masm, size, size_policy, pool_policy);
254 // This constructor implicitly calls `Open` (when `masm` is not `NULL`) to
261 Open(masm, size, size_policy);
265 // user is required to explicitly call the `Open` function before using the
271 void Open(MacroAssemblerInterface* masm,
274 Open(masm, size, size_policy, kBlockPools);
301 Open(masm, size, assert_policy, pool_policy);
304 void Open(MacroAssemblerInterface* masm,
313 // Rely on EmissionCheckScope::Open to initialise `masm_` and
315 EmissionCheckScope::Open(masm, size, size_policy, pool_policy);