Searched refs:AddCustomNativeModule (Results 1 – 8 of 8) sorted by relevance
175 module_cache->AddCustomNativeModule( in InjectModuleForContextInstructionPointer()403 module_cache.AddCustomNativeModule(std::make_unique<TestModule>(1u, 1u)); in TEST()421 module_cache.AddCustomNativeModule(std::make_unique<TestModule>(1u, 1u)); in TEST()484 module_cache.AddCustomNativeModule(std::make_unique<TestModule>(1u, 1u)); in TEST()511 module_cache.AddCustomNativeModule(std::make_unique<TestModule>(0u, 1u)); in TEST()512 module_cache.AddCustomNativeModule(std::make_unique<TestModule>(2u, 1u)); in TEST()
126 void AddCustomNativeModule(std::unique_ptr<const Module> module);
180 module_cache()->AddCustomNativeModule(std::move(module_for_caching)); in TryUnwind()
140 void ModuleCache::AddCustomNativeModule(std::unique_ptr<const Module> module) { in AddCustomNativeModule() function in base::ModuleCache
149 cache.AddCustomNativeModule(std::move(to_inject)); in MAYBE_TEST()177 cache.AddCustomNativeModule(std::move(native_module_to_inject)); in MAYBE_TEST()
279 module_cache()->AddCustomNativeModule(std::move(new_module)); in EmitDexFrame()
76 module_cache_.AddCustomNativeModule(std::move(test_module)); in FramePointerUnwinderTest()
960 cache->AddCustomNativeModule(std::move(module)); in AddNativeModule()