Searched defs:Instance (Results 1 – 8 of 8) sorted by relevance
68 AggregateAllocator& AggregateAllocator::Instance(AllocationTag tag) in Instance() function in common::AggregateAllocator75 PagePool& PagePool::Instance() noexcept in Instance() function in common::PagePool
39 static MIRSymbolBuilder &Instance() in Instance() function
24 SatbBuffer& SatbBuffer::Instance() noexcept { return *g_instance; } in Instance() function in common::SatbBuffer
186 MutatorManager& MutatorManager::Instance() noexcept in Instance() function in common::MutatorManager
22 RulesMapCache &RulesMapCache::Instance() in Instance() function in ark::es2panda::lsp::RulesMapCache
26 RefactorProvider &RefactorProvider::Instance() in Instance() function in ark::es2panda::lsp::RefactorProvider
45 CodeFixProvider &CodeFixProvider::Instance() in Instance() function in ark::es2panda::lsp::CodeFixProvider
430 auto Instance = jsvm::GetProperty(jsvm::Global("WebAssembly"), "Instance"); in IsWebAssemblyInstance() local