Lines Matching refs:WasmCodeManager
1594 if (WasmCodeManager::CanRegisterUnwindInfoForNonABICompliantCodeRange()) {
1890 WasmCodeManager::WasmCodeManager()
1895 WasmCodeManager::~WasmCodeManager() {
1904 bool WasmCodeManager::CanRegisterUnwindInfoForNonABICompliantCodeRange() {
1910 void WasmCodeManager::Commit(base::AddressRegion region) {
1923 "WasmCodeManager::Commit: Exceeding maximum wasm code space");
1964 "WasmCodeManager::Commit: Cannot make pre-reserved region writable");
1969 void WasmCodeManager::Decommit(base::AddressRegion region) {
1984 void WasmCodeManager::AssignRange(base::AddressRegion region,
1991 VirtualMemory WasmCodeManager::TryAllocate(size_t size, void* hint) {
2064 size_t WasmCodeManager::EstimateLiftoffCodeSize(int body_size) {
2070 size_t WasmCodeManager::EstimateNativeModuleCodeSize(
2089 size_t WasmCodeManager::EstimateNativeModuleCodeSize(
2121 size_t WasmCodeManager::EstimateNativeModuleMetaDataSize(
2144 void WasmCodeManager::SetThreadWritable(bool writable) {
2160 bool WasmCodeManager::HasMemoryProtectionKeySupport() const {
2164 bool WasmCodeManager::MemoryProtectionKeysEnabled() const {
2168 bool WasmCodeManager::MemoryProtectionKeyWritable() const {
2173 void WasmCodeManager::InitializeMemoryProtectionKeyPermissionsIfSupported()
2185 std::shared_ptr<NativeModule> WasmCodeManager::NewNativeModule(
2464 void WasmCodeManager::FreeNativeModule(
2494 NativeModule* WasmCodeManager::LookupNativeModule(Address pc) const {
2509 WasmCode* WasmCodeManager::LookupCode(Address pc) const {