Lines Matching refs:code_map_
263 code_map_(code_map), in JitCodeCache()
285 code_mspace_ = create_mspace_with_base(code_map_->Begin(), code_end_, false /*locked*/); in JitCodeCache()
296 code_map_->Begin(), in JitCodeCache()
297 code_map_->Size(), in JitCodeCache()
314 return code_map_->Begin() <= ptr && ptr < code_map_->End(); in ContainsPc()
360 code_cache_->code_map_->Begin(), in ScopedCodeCacheWrite()
361 only_for_tlb_shootdown_ ? kPageSize : code_cache_->code_map_->Size(), in ScopedCodeCacheWrite()
370 code_cache_->code_map_->Begin(), in ~ScopedCodeCacheWrite()
371 only_for_tlb_shootdown_ ? kPageSize : code_cache_->code_map_->Size(), in ~ScopedCodeCacheWrite()
1225 reinterpret_cast<uintptr_t>(code_map_->Begin()), in GarbageCollectCache()
1226 reinterpret_cast<uintptr_t>(code_map_->Begin() + current_capacity_ / 2))); in GarbageCollectCache()
1597 return reinterpret_cast<void*>(result + code_map_->Begin()); in MoreCore()