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
refs:isStart
(Results
1 - 11
of
11
) sorted by relevance
/arkcompiler/ets_runtime/tools/circuit_viewer/src/ir/
H
A
D
LogParser.js
79
isStart
(l) {
207
this.
isStart
(l);
/arkcompiler/ets_runtime/ecmascript/napi/include/
H
A
D
dfx_jsnapi.h
108
static void NotifyHighSensitive(EcmaVM *vm, bool
isStart
);
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
H
A
D
samples_record.h
135
void SetIsStart(bool
isStart
);
H
A
D
samples_record.cpp
477
void SamplesRecord::SetIsStart(bool
isStart
)
in SetIsStart()
argument
479
isStart_.store(
isStart
);
in SetIsStart()
/arkcompiler/ets_runtime/ecmascript/builtins/
H
A
D
builtins_string.h
284
static JSTaggedValue Pad(EcmaRuntimeCallInfo *argv, bool
isStart
);
H
A
D
builtins_string.cpp
2257
JSTaggedValue BuiltinsString::Pad(EcmaRuntimeCallInfo *argv, bool
isStart
)
in Pad()
argument
2298
if (
isStart
) {
in Pad()
/arkcompiler/ets_runtime/ecmascript/mem/
H
A
D
heap.cpp
2283
void Heap::NotifyHighSensitive(bool
isStart
)
in NotifyHighSensitive()
argument
2285
ECMA_BYTRACE_NAME(HITRACE_TAG_ARK, "SmartGC: set high sensitive status: " + std::to_string(
isStart
));
in NotifyHighSensitive()
2286
isStart
? SetSensitiveStatus(AppSensitiveStatus::ENTER_HIGH_SENSITIVE)
in NotifyHighSensitive()
2288
LOG_GC(DEBUG) << "SmartGC: set high sensitive status: " <<
isStart
;
in NotifyHighSensitive()
H
A
D
heap.h
1312
void NotifyHighSensitive(bool
isStart
);
/arkcompiler/ets_runtime/ecmascript/napi/
H
A
D
dfx_jsnapi.cpp
554
void DFXJSNApi::NotifyHighSensitive(EcmaVM *vm, bool
isStart
)
in NotifyHighSensitive()
argument
556
const_cast<ecmascript::Heap *>(vm->GetHeap())->NotifyHighSensitive(
isStart
);
in NotifyHighSensitive()
/arkcompiler/ets_runtime/ecmascript/
H
A
D
js_thread.h
261
void SetIsStartHeapSampling(bool
isStart
)
in SetIsStartHeapSampling()
argument
263
glueData_.isStartHeapSampling_ =
isStart
? JSTaggedValue::True() : JSTaggedValue::False();
in SetIsStartHeapSampling()
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/optimizations/interop_js/
H
A
D
interop_intrinsic_optimization.cpp
142
bool
isStart
= bb == GetGraph()->GetStartBlock()->GetSuccessor(0);
in TryCreateSingleScope()
local
150
if (
isStart
&& !hasStart && IsScopeStart(inst)) {
in TryCreateSingleScope()
Completed in 23 milliseconds