Home
last modified time | relevance | path

Searched refs:module_cache (Results 1 – 25 of 161) sorted by relevance

1234567

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/renderer/
H A Dv8_unwinder_unittest.cc223 base::ModuleCache module_cache; in TEST() local
240 base::ModuleCache module_cache; in TEST() local
265 base::ModuleCache module_cache; in TEST() local
292 base::ModuleCache module_cache; in TEST() local
313 base::ModuleCache module_cache; in TEST() local
339 base::ModuleCache module_cache; in TEST() local
363 base::ModuleCache module_cache; in TEST() local
388 base::ModuleCache module_cache; in TEST() local
409 base::ModuleCache module_cache; in TEST() local
430 base::ModuleCache module_cache; in TEST() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/profiler/
H A Dstack_sampler_impl_unittest.cc32 TestProfileBuilder(ModuleCache* module_cache) : module_cache_(module_cache) {} in TestProfileBuilder() argument
280 ModuleCache module_cache; in TEST() local
297 ModuleCache module_cache; in TEST() local
318 ModuleCache module_cache; in TEST() local
332 ModuleCache module_cache; in TEST() local
349 ModuleCache module_cache; in TEST() local
364 ModuleCache module_cache; in TEST() local
379 ModuleCache module_cache; in TEST() local
392 ModuleCache module_cache; in TEST() local
414 ModuleCache module_cache; in TEST() local
[all …]
H A Dstack_sampling_profiler_unittest.cc291 module_cache, in TestProfilerInfo()
312 ModuleCache* module_cache) { in CreateProfilers() argument
423 module_cache, in TestLibraryUnload()
645 module_cache(), in PROFILER_TEST_F()
798 module_cache(), in PROFILER_TEST_F()
1149 module_cache(), in PROFILER_TEST_F()
1162 module_cache(), in PROFILER_TEST_F()
1198 module_cache, in ProfilerThread()
1283 module_cache(), in PROFILER_TEST_F()
1323 module_cache(), in PROFILER_TEST_F()
[all …]
H A Dstack_sampler_impl.cc34 StackCopierDelegate(ModuleCache* module_cache, in StackCopierDelegate() argument
38 : module_cache_(module_cache), in StackCopierDelegate()
89 ModuleCache* module_cache, in StackSamplerImpl() argument
93 module_cache_(module_cache), in StackSamplerImpl()
128 ModuleCache* module_cache, in WalkStackForTesting() argument
133 return WalkStack(module_cache, thread_context, stack_top, native_unwinder, in WalkStackForTesting()
138 std::vector<Frame> StackSamplerImpl::WalkStack(ModuleCache* module_cache, in WalkStack() argument
151 module_cache->GetModuleForAddress( in WalkStack()
167 unwinder->TryUnwind(thread_context, stack_top, module_cache, &stack); in WalkStack()
H A Dnative_unwinder_mac.cc97 const ModuleCache::Module* GetLibSystemKernelModule(ModuleCache* module_cache) { in GetLibSystemKernelModule() argument
99 module_cache->GetModuleForAddress(reinterpret_cast<uintptr_t>(ptrace)); in GetLibSystemKernelModule()
128 NativeUnwinderMac::NativeUnwinderMac(ModuleCache* module_cache) in NativeUnwinderMac() argument
129 : libsystem_kernel_module_(GetLibSystemKernelModule(module_cache)) { in NativeUnwinderMac()
139 ModuleCache* module_cache, in TryUnwind() argument
174 stack->size() == 1, module_cache); in TryUnwind()
186 stack->emplace_back(rip, module_cache->GetModuleForAddress(rip)); in TryUnwind()
257 ModuleCache* module_cache) const { in UnwindStep()
272 if (module_cache->GetModuleForAddress(rip) == libsystem_kernel_module_) { in UnwindStep()
332 std::unique_ptr<Unwinder> CreateNativeUnwinder(ModuleCache* module_cache) { in CreateNativeUnwinder() argument
[all …]
H A Dchrome_unwinder_android_unittest.cc226 ModuleCache module_cache; in TEST() local
228 &module_cache, std::make_unique<TestModule>(0x1000, 0x500)); in TEST()
251 unwinder.TryUnwind(&context, stack_top, &module_cache, &stack)); in TEST()
263 ModuleCache module_cache; in TEST() local
265 &module_cache, std::make_unique<TestModule>(0x1000, 0x500)); in TEST()
286 unwinder.TryUnwind(&context, stack_top, &module_cache, &stack)); in TEST()
294 ModuleCache module_cache; in TEST() local
296 &module_cache, std::make_unique<TestModule>(0x1000, 0x500)); in TEST()
316 unwinder.TryUnwind(&context, stack_top, &module_cache, &stack)); in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/renderer/
H A Dv8_unwinder_unittest.cc218 base::ModuleCache module_cache; in TEST() local
237 base::ModuleCache module_cache; in TEST() local
259 base::ModuleCache module_cache; in TEST() local
280 base::ModuleCache module_cache; in TEST() local
301 base::ModuleCache module_cache; in TEST() local
319 base::ModuleCache module_cache; in TEST() local
336 base::ModuleCache module_cache; in TEST() local
367 base::ModuleCache module_cache; in TEST() local
397 base::ModuleCache module_cache; in TEST() local
412 base::ModuleCache module_cache; in TEST() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/profiler/
H A Dstack_sampler_impl_unittest.cc34 TestProfileBuilder(ModuleCache* module_cache) : module_cache_(module_cache) {} in TestProfileBuilder() argument
303 ModuleCache module_cache; in TEST() local
311 &module_cache); in TEST()
324 ModuleCache module_cache; in TEST() local
333 &module_cache); in TEST()
349 ModuleCache module_cache; in TEST() local
365 ModuleCache module_cache; in TEST() local
370 &module_cache); in TEST()
385 ModuleCache module_cache; in TEST() local
402 ModuleCache module_cache; in TEST() local
[all …]
H A Dnative_unwinder_android_unittest.cc68 ModuleCache* module_cache, in CaptureScenario() argument
120 ModuleCache module_cache; in TEST() local
160 ModuleCache module_cache; in TEST() local
202 ModuleCache module_cache; in TEST() local
230 ModuleCache module_cache; in TEST() local
269 ModuleCache module_cache; in TEST() local
287 &scenario, &module_cache, in TEST()
372 ModuleCache module_cache; in TEST() local
433 ModuleCache module_cache; in TEST() local
449 ModuleCache module_cache; in TEST() local
[all …]
H A Dstack_sampling_profiler_unittest.cc214 module_cache, in TestProfilerInfo()
237 ModuleCache* module_cache) { in CreateProfilers() argument
348 module_cache, in TestLibraryUnload()
598 module_cache(), in PROFILER_TEST_F()
819 module_cache(), in PROFILER_TEST_F()
1171 module_cache(), in PROFILER_TEST_F()
1185 module_cache(), in PROFILER_TEST_F()
1222 module_cache, in ProfilerThread()
1313 module_cache(), in PROFILER_TEST_F()
1363 module_cache(), in PROFILER_TEST_F()
[all …]
H A Dnative_unwinder_mac.cc108 const ModuleCache::Module* GetLibSystemKernelModule(ModuleCache* module_cache) { in GetLibSystemKernelModule() argument
110 module_cache->GetModuleForAddress(reinterpret_cast<uintptr_t>(ptrace)); in GetLibSystemKernelModule()
141 NativeUnwinderMac::NativeUnwinderMac(ModuleCache* module_cache) in NativeUnwinderMac() argument
142 : libsystem_kernel_module_(GetLibSystemKernelModule(module_cache)) { in NativeUnwinderMac()
154 ModuleCache* module_cache, in TryUnwind() argument
190 stack->size() == 1, module_cache); in TryUnwind()
202 stack->emplace_back(rip, module_cache->GetModuleForAddress(rip)); in TryUnwind()
276 ModuleCache* module_cache) const { in UnwindStep()
291 if (module_cache->GetModuleForAddress(rip) == libsystem_kernel_module_) { in UnwindStep()
351 std::unique_ptr<Unwinder> CreateNativeUnwinder(ModuleCache* module_cache) { in CreateNativeUnwinder() argument
[all …]
H A Dnative_unwinder_android.cc132 void NativeUnwinderAndroid::AddInitialModules(ModuleCache* module_cache) { in AddInitialModules() argument
133 AddInitialModulesFromMaps(*memory_regions_map_, module_cache); in AddInitialModules()
144 ModuleCache* module_cache, in TryUnwind() argument
199 EmitDexFrame(regs->dex_pc(), module_cache, stack); in TryUnwind()
209 module_cache->GetModuleForAddress(regs->pc()); in TryUnwind()
221 ModuleCache* module_cache) { in AddInitialModulesFromMaps() argument
237 if (module_cache->GetModuleForAddress( in AddInitialModulesFromMaps()
243 module_cache->AddCustomNativeModule( in AddInitialModulesFromMaps()
249 ModuleCache* module_cache, in EmitDexFrame() argument
252 module_cache->GetExistingModuleForAddress(dex_pc); in EmitDexFrame()
[all …]
H A Dstack_sampler_mac.cc19 ModuleCache* module_cache) { in CreateUnwinders() argument
21 unwinders.push_back(std::make_unique<NativeUnwinderMac>(module_cache)); in CreateUnwinders()
30 ModuleCache* module_cache, in Create() argument
38 BindOnce(&CreateUnwinders, Unretained(module_cache)), module_cache, in Create()
H A Dstack_sampler_impl.cc70 ModuleCache* module_cache, in StackSamplerImpl() argument
75 module_cache_(module_cache), in StackSamplerImpl()
150 ModuleCache* module_cache, in WalkStackForTesting() argument
154 return WalkStack(module_cache, thread_context, stack_top, unwinders); in WalkStackForTesting()
159 ModuleCache* module_cache, in WalkStack() argument
171 module_cache->GetModuleForAddress( in WalkStack()
187 result = unwinder->get()->TryUnwind(thread_context, stack_top, module_cache, in WalkStack()
H A Dchrome_unwinder_android_unittest.cc227 ModuleCache module_cache; in TEST() local
229 &module_cache, std::make_unique<TestModule>(0x1000, 0x500)); in TEST()
253 unwinder.TryUnwind(&context, stack_top, &module_cache, &stack)); in TEST()
265 ModuleCache module_cache; in TEST() local
267 &module_cache, std::make_unique<TestModule>(0x1000, 0x500)); in TEST()
289 unwinder.TryUnwind(&context, stack_top, &module_cache, &stack)); in TEST()
297 ModuleCache module_cache; in TEST() local
299 &module_cache, std::make_unique<TestModule>(0x1000, 0x500)); in TEST()
321 unwinder.TryUnwind(&context, stack_top, &module_cache, &stack)); in TEST()
H A Dnative_unwinder_android.h51 void AddInitialModules(ModuleCache* module_cache) override;
55 ModuleCache* module_cache,
62 ModuleCache* module_cache);
66 ModuleCache* module_cache,
/dports/science/py-gpaw/gpaw-21.6.0/gpaw/
H A Dbroadcast_imports.py63 def __init__(self, spec, module_cache): argument
64 self.module_cache = module_cache
72 self.module_cache[fullname] = (metadata, code)
80 metadata, code = self.module_cache[fullname]
94 len(self.module_cache)))
99 self.module_cache = {}
125 if fullname not in self.module_cache:
141 marshal_broadcast(self.module_cache)
143 self.module_cache = marshal_broadcast(None)
163 self.cached_modules += self.module_cache.keys()
[all …]
/dports/chinese/phpbb3-tw/phpBB3/includes/
H A Dfunctions_module.php106 $this->module_cache = array();
109 $this->module_cache['modules'][] = $row;
117 if (empty($this->module_cache))
129 foreach ($this->module_cache['modules'] as $key => $row)
134 unset($this->module_cache['modules'][$key]);
141 unset($this->module_cache['modules'][$key]);
150 unset($this->module_cache['modules'][$key]);
161 unset($this->module_cache['modules'][$key]);
168 $this->module_cache['modules'] = array_merge($this->module_cache['modules']);
264 unset($this->module_cache['modules'], $names);
[all …]
/dports/www/phpbb3/phpBB3/includes/
H A Dfunctions_module.php108 $this->module_cache = array();
111 $this->module_cache['modules'][] = $row;
119 if (empty($this->module_cache))
145 unset($this->module_cache['modules'][$key]);
152 unset($this->module_cache['modules'][$key]);
161 unset($this->module_cache['modules'][$key]);
172 unset($this->module_cache['modules'][$key]);
191 unset($this->module_cache['modules'][$row_id]);
195 $this->module_cache['modules'] = array_merge($this->module_cache['modules']);
319 unset($this->module_cache['modules'], $names);
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/pubnub/
H A Dpubnub_blocks.py334 module_cache=dict(account))
342 changed=account.changed, module_cache=dict(account))
373 changed=account.changed, module_cache=dict(account))
404 changed=account.changed, module_cache=dict(account))
411 changed=account.changed, module_cache=dict(account))
607 module_cache = dict(account)
608 module_cache.update(dict(pnm_user=dict(user)))
613 module_cache=module_cache)
616 module_cache = dict(account)
617 module_cache.update(dict(pnm_user=dict(user)))
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/cloud/pubnub/
H A Dpubnub_blocks.py339 module_cache=dict(account))
347 changed=account.changed, module_cache=dict(account))
378 changed=account.changed, module_cache=dict(account))
409 changed=account.changed, module_cache=dict(account))
416 changed=account.changed, module_cache=dict(account))
612 module_cache = dict(account)
613 module_cache.update(dict(pnm_user=dict(user)))
618 module_cache=module_cache)
621 module_cache = dict(account)
622 module_cache.update(dict(pnm_user=dict(user)))
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/
H A Dpubnub_blocks.py339 module_cache=dict(account))
347 changed=account.changed, module_cache=dict(account))
378 changed=account.changed, module_cache=dict(account))
409 changed=account.changed, module_cache=dict(account))
416 changed=account.changed, module_cache=dict(account))
612 module_cache = dict(account)
613 module_cache.update(dict(pnm_user=dict(user)))
618 module_cache=module_cache)
621 module_cache = dict(account)
622 module_cache.update(dict(pnm_user=dict(user)))
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/tracing/public/cpp/stack_sampling/
H A Dstack_unwinder_arm64_android_unittest.cc36 base::ModuleCache module_cache; in TEST() local
50 unwinder.TryUnwind(&register_context, stack_top, &module_cache, &stack)); in TEST()
61 base::ModuleCache module_cache; in TEST() local
77 unwinder.TryUnwind(&register_context, stack_top, &module_cache, &stack)); in TEST()
89 base::ModuleCache module_cache; in TEST() local
108 unwinder.TryUnwind(&register_context, stack_top, &module_cache, &stack)); in TEST()
/dports/graphics/blender/blender-2.91.0/release/scripts/modules/
H A Daddon_utils.py61 def modules_refresh(module_cache=addons_fake_modules): argument
158 modules_stale = set(module_cache.keys())
170 mod = module_cache.get(mod_name)
188 del module_cache[mod_name]
198 module_cache[mod_name] = mod
202 del module_cache[mod_stale]
206 def modules(module_cache=addons_fake_modules, *, refresh=True): argument
207 if refresh or ((module_cache is addons_fake_modules) and modules._is_first):
208 modules_refresh(module_cache)
211 mod_list = list(module_cache.values())
/dports/devel/libpeas/libpeas-1.26.0/loaders/lua5.1/resources/
H A Dpeas-lua-internal.lua33 self.priv.module_cache = {}
74 local module = self.priv.module_cache[filename]
98 self.priv.module_cache[filename] = false
104 self.priv.module_cache[filename] = result
121 for _, value in pairs(self.priv.module_cache[filename]) do

1234567