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:allocator_
(Results
1 - 25
of
78
) sorted by relevance
1
2
3
4
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H
A
D
liveness_use_table.h
38
ArenaAllocator *
allocator_
;
member in ark::compiler::UseTable
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H
A
D
condition_chain_manager.h
39
ArenaAllocator *
allocator_
;
member in ark::compiler::ConditionChainManager
/arkcompiler/ets_frontend/ets2panda/ast_verifier/
H
A
D
variableHasEnclosingScope.h
33
ArenaAllocator &
allocator_
;
member in ark::es2panda::compiler::ast_verifier::VariableHasEnclosingScope
H
A
D
variableHasScope.h
35
ArenaAllocator &
allocator_
;
member in ark::es2panda::compiler::ast_verifier::VariableHasScope
/arkcompiler/runtime_core/static_core/runtime/mem/gc/dynamic/
H
A
D
gc_dynamic_data.h
46
InternalAllocatorPtr
allocator_
;
member in ark::mem::GCDynamicData
/arkcompiler/ets_frontend/ets2panda/test/unit/
H
A
D
es2panda_unit_gtest.h
43
std::unique_ptr<ArenaAllocator>
allocator_
;
member in ark::es2panda::testing::Es2pandaUnitGtest
/arkcompiler/runtime_core/compiler/tests/
H
A
D
constructor_test.cpp
76
ArenaAllocator *
allocator_
;
member in panda::compiler::ConstructorTest
/arkcompiler/runtime_core/static_core/compiler/tests/aarch32/
H
A
D
register32_test.cpp
48
ArenaAllocator *
allocator_
;
member in ark::compiler::Register32Test
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
H
A
D
register64_test.cpp
49
ArenaAllocator *
allocator_
;
member in ark::compiler::Register64Test
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/
H
A
D
register64_test.cpp
49
ArenaAllocator *
allocator_
;
member in ark::compiler::Register64Test
/arkcompiler/runtime_core/static_core/compiler/tests/
H
A
D
constructor_test.cpp
81
ArenaAllocator *
allocator_
;
member in ark::compiler::ConstructorTest
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
H
A
D
globalClassHandler.h
78
ArenaAllocator *const
allocator_
;
member in ark::es2panda::compiler::GlobalClassHandler
H
A
D
globalDeclTransformer.h
76
ArenaAllocator *
allocator_
;
member in ark::es2panda::compiler::GlobalDeclTransformer
/arkcompiler/runtime_core/compiler/tests/aarch32/
H
A
D
register32_test.cpp
51
ArenaAllocator *
allocator_
;
member in panda::compiler::Register32Test
/arkcompiler/runtime_core/compiler/tests/amd64/
H
A
D
register64_test.cpp
52
ArenaAllocator *
allocator_
;
member in panda::compiler::Register64Test
/arkcompiler/runtime_core/compiler/tests/aarch64/
H
A
D
register64_test.cpp
52
ArenaAllocator *
allocator_
;
member in panda::compiler::Register64Test
/arkcompiler/runtime_core/static_core/irtoc/backend/
H
A
D
compilation.h
59
std::unique_ptr<ArenaAllocator>
allocator_
;
member in ark::irtoc::Compilation
/arkcompiler/runtime_core/static_core/runtime/
H
A
D
monitor_pool.h
103
mem::InternalAllocatorPtr
allocator_
;
member in ark::MonitorPool
H
A
D
global_handle_storage.h
121
InternalAllocatorPtr
allocator_
;
member in ark::GlobalHandleStorage
/arkcompiler/runtime_core/static_core/runtime/tests/
H
A
D
collection_set_test.cpp
53
InternalAllocatorT<mem::InternalAllocatorConfig::PANDA_ALLOCATORS> *
allocator_
;
member in ark::mem::CollectionSetTest
/arkcompiler/ets_frontend/ets2panda/test/unit/public/
H
A
D
ast_verifier_test.h
73
ark::ArenaAllocator *
allocator_
;
member in ASTVerifierTest
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H
A
D
astBuilder.h
55
ark::ArenaAllocator *
allocator_
;
member in ark::es2panda::ir::AstBuilder
/arkcompiler/runtime_core/static_core/verification/jobs/
H
A
D
service.h
61
mem::InternalAllocatorPtr
allocator_
;
member in ark::verifier::final
/arkcompiler/runtime_core/libpandabase/mem/
H
A
D
arena_allocator_stl_adapter.h
55
ArenaAllocatorT<use_oom_handler> *
allocator_
;
member in panda::ArenaAllocatorAdapter
[all...]
/arkcompiler/runtime_core/static_core/libpandabase/mem/
H
A
D
arena_allocator_stl_adapter.h
57
ArenaAllocatorT<USE_OOM_HANDLER> *
allocator_
;
member in ark::ArenaAllocatorAdapter
[all...]
Completed in 7 milliseconds
1
2
3
4