Home | History | Annotate | Download | only in src

Lines Matching defs: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
85 void Open(internal::AssemblerBase* assembler,
150 // This constructor implicitly calls `Open` (when `masm` is not `NULL`) to
156 Open(masm, size, size_policy);
160 // user is required to explicitly call the `Open` function before using the
168 // on `Open` either.
170 // Force pools to be generated on `Open` if necessary and block their
177 void Open(MacroAssemblerInterface* masm,
180 Open(masm, size, size_policy, kBlockPools);
191 // Perform the opposite of `Open`, which is:
202 void Open(MacroAssemblerInterface* masm,
222 CodeBufferCheckScope::Open(masm->AsAssemblerBase(),
235 Open(masm, size, size_policy, pool_policy);
248 // This constructor implicitly calls `Open` (when `masm` is not `NULL`) to
254 Open(masm, size, size_policy);
258 // user is required to explicitly call the `Open` function before using the
264 void Open(MacroAssemblerInterface* masm,
267 Open(masm, size, size_policy, kBlockPools);
294 Open(masm, size, assert_policy, pool_policy);
297 void Open(MacroAssemblerInterface* masm,
306 // Rely on EmissionCheckScope::Open to initialise `masm_` and
308 EmissionCheckScope::Open(masm, size, size_policy, pool_policy);