MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / init

Method init

lib/asmjit/asmjit/core/codeholder.cpp:241–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239// ===================================
240
241Error CodeHolder::init(const Environment& environment, uint64_t base_address) noexcept {
242 return init(environment, CpuFeatures{}, base_address);
243}
244
245Error CodeHolder::init(const Environment& environment, const CpuFeatures& cpu_features, uint64_t base_address) noexcept {
246 // Cannot initialize if it's already initialized or the environment passed is invalid.

Callers 1

UNITFunction · 0.45

Calls 8

initFunction · 0.85
bool_orFunction · 0.85
is_initializedFunction · 0.85
make_errorFunction · 0.85
is_initializedMethod · 0.45
resetMethod · 0.45

Tested by

no test coverage detected