Home
last modified time | relevance | path

Searched defs:Cache (Results 1 – 25 of 118) sorted by relevance

12345

/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
Dcache.go14 type Cache struct { struct
16 values [2000]Value
17 blocks [200]Block
18 locs [2000]Location
22 stackAllocState *stackAllocState
24 scrPoset []*poset // scratch poset to be reused
27 regallocValues []valState
29 ValueToProgAfter []*obj.Prog
30 debugState debugState
32 Liveness interface{} // *gc.livenessFuncCache
[all …]
/prebuilts/rust/linux-musl-x86/1.83.0/lib/rustlib/src/rust/library/core/benches/
Dslice.rs5 enum Cache { enum
11 impl Cache { implementation
21 fn binary_search<F>(b: &mut Bencher, cache: Cache, mapper: F) in binary_search()
37 fn binary_search_worst_case(b: &mut Bencher, cache: Cache) { in binary_search_worst_case()
/prebuilts/rust/linux-x86/1.83.0/lib/rustlib/src/rust/library/core/benches/
Dslice.rs5 enum Cache { enum
11 impl Cache { impl
21 fn binary_search<F>(b: &mut Bencher, cache: Cache, mapper: F) in binary_search()
37 fn binary_search_worst_case(b: &mut Bencher, cache: Cache) { in binary_search_worst_case()
/prebuilts/rust/linux-musl-x86/1.82.0/lib/rustlib/src/rust/library/core/benches/
Dslice.rs5 enum Cache { enum
11 impl Cache { implementation
21 fn binary_search<F>(b: &mut Bencher, cache: Cache, mapper: F) in binary_search()
37 fn binary_search_worst_case(b: &mut Bencher, cache: Cache) { in binary_search_worst_case()
/prebuilts/rust/linux-x86/1.82.0/lib/rustlib/src/rust/library/core/benches/
Dslice.rs5 enum Cache { enum
11 impl Cache { implementation
21 fn binary_search<F>(b: &mut Bencher, cache: Cache, mapper: F) in binary_search()
37 fn binary_search_worst_case(b: &mut Bencher, cache: Cache) { in binary_search_worst_case()
/prebuilts/go/linux-x86/src/cmd/go/internal/cache/
Dcache.go36 type Cache interface { interface
264 func GetFile(c Cache, id ActionID) (file string, entry Entry, err error) {
283 func GetBytes(c Cache, id ActionID) ([]byte, Entry, error) {
298 func GetMmap(c Cache, id ActionID) ([]byte, Entry, error) {
501 func PutNoVerify(c Cache, id ActionID, file io.ReadSeeker) (OutputID, int64, error) {
528 func PutBytes(c Cache, id ActionID, data []byte) error {
/prebuilts/rust/linux-musl-x86/1.82.0/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/
Dcache.rs90 struct Cache(AtomicUsize); struct
92 impl Cache { implementation
/prebuilts/rust/linux-x86/1.82.0/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/
Dcache.rs90 struct Cache(AtomicUsize); struct
92 impl Cache { impl
/prebuilts/rust/linux-x86/1.83.0/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/
Dcache.rs90 struct Cache(AtomicUsize); struct
92 impl Cache { impl
/prebuilts/rust/linux-musl-x86/1.83.0/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/
Dcache.rs90 struct Cache(AtomicUsize); struct
92 impl Cache { impl
/prebuilts/go/linux-x86/test/typeparam/
Dissue47924.go9 type Cache[K any] struct{} type
Dissue51355.go9 type Cache[E comparable] struct { type
Dissue55101.go11 type Cache[T any] struct{ l *List[entry[T]] } type
/prebuilts/go/linux-x86/src/internal/abi/
Dswitch.go8 Cache *InterfaceSwitchCache member
47 Cache *TypeAssertCache member
/prebuilts/rust/linux-musl-x86/1.82.0/lib/rustlib/src/rust/library/backtrace/src/symbolize/
Dgimli.rs254 struct Cache { struct
256 libraries: Vec<Library>,
267 mappings: Vec<(usize, Mapping)>,
316 impl Cache { impl
/prebuilts/rust/linux-x86/1.82.0/lib/rustlib/src/rust/vendor/backtrace/src/symbolize/
Dgimli.rs264 struct Cache { struct
266 libraries: Vec<Library>,
277 mappings: Vec<(usize, Mapping)>,
326 impl Cache { implementation
/prebuilts/rust/linux-musl-x86/1.83.0/lib/rustlib/src/rust/vendor/backtrace/src/symbolize/
Dgimli.rs255 struct Cache { struct
257 libraries: Vec<Library>,
268 mappings: Vec<(usize, Mapping)>,
317 impl Cache { impl
/prebuilts/rust/linux-x86/1.83.0/lib/rustlib/src/rust/vendor/backtrace/src/symbolize/
Dgimli.rs255 struct Cache { struct
257 libraries: Vec<Library>,
268 mappings: Vec<(usize, Mapping)>,
317 impl Cache { impl
/prebuilts/rust/linux-x86/1.83.0/lib/rustlib/src/rust/library/backtrace/src/symbolize/
Dgimli.rs254 struct Cache { struct
256 libraries: Vec<Library>,
267 mappings: Vec<(usize, Mapping)>,
316 impl Cache { impl
/prebuilts/rust/linux-x86/1.82.0/lib/rustlib/src/rust/library/backtrace/src/symbolize/
Dgimli.rs254 struct Cache { struct
256 libraries: Vec<Library>,
267 mappings: Vec<(usize, Mapping)>,
316 impl Cache { impl
/prebuilts/rust/linux-musl-x86/1.83.0/lib/rustlib/src/rust/library/backtrace/src/symbolize/
Dgimli.rs254 struct Cache { struct
256 libraries: Vec<Library>,
267 mappings: Vec<(usize, Mapping)>,
316 impl Cache { implementation
/prebuilts/rust/linux-musl-x86/1.82.0/lib/rustlib/src/rust/vendor/backtrace/src/symbolize/
Dgimli.rs264 struct Cache { struct
266 libraries: Vec<Library>,
277 mappings: Vec<(usize, Mapping)>,
326 impl Cache { impl
/prebuilts/go/linux-x86/src/internal/types/testdata/fixedbugs/
Dissue53692.go7 type Cache[K comparable, V any] interface{} type
Dissue39982.go27 Cache[K comparable] struct { type
/prebuilts/go/linux-x86/src/crypto/internal/boring/bcache/
Dcache.go25 type Cache[K, V any] struct { type

12345