Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
defs:cache_
(Results
1 - 6
of
6
) sorted by relevance
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H
A
D
condition_chain_cache.h
33
ArenaMap<ConditionChain *, Inst *>
cache_
;
member in ark::compiler::ConditionChainCache
/arkcompiler/ets_frontend/ets2panda/evaluate/
H
A
D
proxyProgramsCache.h
43
ArenaUnorderedMap<util::StringView, parser::Program *>
cache_
;
member in ark::es2panda::ark::es2panda::evaluate::final
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
H
A
D
wrappers_cache.h
57
std::unordered_map<Key, std::unique_ptr<Wrapper>>
cache_
;
member in ark::ets::interop::js::ets_proxy::WrappersCache
/arkcompiler/runtime_core/static_core/libpandafile/tests/
H
A
D
panda_cache_test.cpp
138
PandaCache *
cache_
;
member in ark::panda_file::test::CacheOps
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
H
A
D
js_refconvert.h
136
std::unordered_map<Class *, std::unique_ptr<JSRefConvert>>
cache_
;
member in ark::ets::interop::js::JSRefConvertCache
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
gate_meta_data_builder.h
174
const GateMetaDataChache
cache_
;
member in panda::ecmascript::kungfu::GateMetaBuilder
Completed in 3 milliseconds