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:counter
(Results
1 - 20
of
20
) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/tests/
H
A
D
invokation_helper.cpp
27
void CountMethodTypes(panda_file::ShortyIterator &it, arch::ArgCounter<RUNTIME_ARCH>
counter
)
in CountMethodTypes()
argument
H
A
D
invokation_helper.h
105
arch::ArgCounter<RUNTIME_ARCH>
counter
;
in InvokeEntryPoint()
local
133
arch::ArgCounter<RUNTIME_ARCH>
counter
;
in InvokeDynEntryPoint()
local
[all...]
/arkcompiler/runtime_core/static_core/libpandabase/tests/taskmanager/
H
A
D
task_test.cpp
67
size_t
counter
= 0;
in TEST_F()
local
129
std::atomic_size_t
counter
= 0;
TEST_F()
local
160
std::atomic_size_t
counter
= 0;
TEST_F()
local
203
std::atomic_size_t
counter
= 0;
global()
local
[all...]
H
A
D
task_scheduler_test.cpp
354
std::atomic_size_t
counter
in TEST_F()
local
391
std::atomic_size_t
counter
= 0U;
TEST_F()
local
[all...]
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H
A
D
typeRelationContext.h
137
size_t &
counter
= checker_->ConstraintCheckScopesCount();
in ConstraintCheckScope()
local
/arkcompiler/runtime_core/static_core/libllvmbackend/object_code/
H
A
D
created_object_file.cpp
94
uint32_t
counter
= 0;
in GetStackMapInfo()
local
106
uint32_t
counter
= 0;
in GetFaultMapInfo()
local
/arkcompiler/runtime_core/static_core/runtime/
H
A
D
osr.cpp
246
arch::ArgCounter<RUNTIME_ARCH>
counter
;
in GetStackParamsSize()
local
[all...]
H
A
D
monitor.cpp
408
uint64_t
counter
= monitor->recursiveCounter_;
in Wait()
local
/arkcompiler/ets_runtime/ecmascript/builtins/
H
A
D
builtins_gc.cpp
102
static int
counter
= 0;
in StartGC()
local
/arkcompiler/runtime_core/static_core/assembler/tests/
H
A
D
parser_test.cpp
3695
auto
counter
= 0;
in TEST()
local
3770
int
counter
= 0;
TEST()
local
3797
auto
counter
= 0;
TEST()
local
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H
A
D
linear_order.cpp
193
auto
counter
= GetGraph()->GetBranchCounter(block, trueSucc);
in GetBranchCounter()
local
241
int64_t
counter
= 0;
in GetConditionChainTrueSuccessorCounter()
local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
H
A
D
ets_napi_helpers.cpp
92
ArgCounter
counter
;
in EtsNapiCalcStackArgsSpaceSize()
local
[all...]
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H
A
D
gc_trigger.cpp
268
static std::atomic<uint64_t>
counter
= 0;
in TriggerGcIfNeeded()
local
350
void SchedGCOnNthAllocTrigger::ScheduleGc(GCTaskCause cause, uint32_t
counter
)
in ScheduleGc()
argument
H
A
D
gc.cpp
98
size_t
counter
= gcCounter_.load(std::memory_order_acquire);
in GetLogPrefix()
local
/arkcompiler/ets_runtime/ecmascript/
H
A
D
method.h
234
inline NO_THREAD_SANITIZE void SetHotnessCounter(int16_t
counter
)
in SetHotnessCounter()
argument
H
A
D
ecma_string_table.cpp
602
int
counter
= 0;
in CheckStringTableValidity()
local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H
A
D
std_core_gc.cpp
423
extern "C" void StdGCScheduleGCAfterNthAlloc(EtsInt
counter
, EtsInt cause)
in StdGCScheduleGCAfterNthAlloc()
argument
/arkcompiler/runtime_core/static_core/runtime/include/
H
A
D
method.h
359
inline NO_THREAD_SANITIZE void SetHotnessCounter(uint32_t
counter
)
in SetHotnessCounter()
argument
/arkcompiler/runtime_core/static_core/assembler/
H
A
D
assembly-parser.cpp
2615
uint8_t
counter
= 0;
in ParseMultiArrayHallmark()
local
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
H
A
D
entrypoints.cpp
488
auto
counter
= reinterpret_cast<std::atomic_uint32_t *>(slot);
in ResolveStringAotEntrypoint()
local
Completed in 29 milliseconds