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:isCompiled
(Results
1 - 8
of
8
) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
H
A
D
sampling_profiler.cpp
308
bool
isCompiled
;
member
329
frameInfo.
isCompiled
= false;
in CollectBoundaryFrames()
336
frameInfo.
isCompiled
= true;
in CollectBoundaryFrames()
363
frameInfo.
isCompiled
= false;
in ProcessCompiledTopFrame()
381
frameInfo.
isCompiled
= false;
in ProcessCompiledTopFrame()
393
auto stackWalker = StackWalkerBase(frameInfo.frame, frameInfo.
isCompiled
);
in CollectFrames()
474
} else if (frameInfo.
isCompiled
) {
in SigProfSamplingProfilerHandler()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H
A
D
method_literal.h
72
void SetAotCodeBit(bool
isCompiled
)
in SetAotCodeBit()
74
callField_ = IsAotCodeBit::Update(callField_,
isCompiled
);
in SetAotCodeBit()
134
static uint64_t SetAotCodeBit(uint64_t callField, bool
isCompiled
)
in SetAotCodeBit()
136
return IsAotCodeBit::Update(callField,
isCompiled
);
in SetAotCodeBit()
/arkcompiler/ets_runtime/ecmascript/
H
A
D
method.h
47
uint64_t SetAotCodeBit(uint64_t callField, bool
isCompiled
)
in SetAotCodeBit()
argument
49
return IsAotCodeBit::Update(callField,
isCompiled
);
in SetAotCodeBit()
131
void SetAotCodeBit(bool
isCompiled
)
in SetAotCodeBit()
argument
134
uint64_t newValue = SetAotCodeBit(callField,
isCompiled
);
in SetAotCodeBit()
H
A
D
js_function.h
101
void SetCompiledCodeBit(bool
isCompiled
)
in SetCompiledCodeBit()
argument
104
uint32_t newValue = IsCompiledCodeBit::Update(bitField,
isCompiled
);
in SetCompiledCodeBit()
/arkcompiler/runtime_core/static_core/runtime/tests/
H
A
D
stack_walker_test.cpp
75
void TestModifyManyVregs(bool
isCompiled
);
357
void StackWalkerTest::TestModifyManyVregs(bool
isCompiled
)
in TestModifyManyVregs()
argument
367
if (!
isCompiled
) {
in TestModifyManyVregs()
372
compiled =
isCompiled
;
in TestModifyManyVregs()
/arkcompiler/runtime_core/static_core/runtime/include/
H
A
D
method-inl.h
118
bool
isCompiled
= thread->IsCurrentFrameCompiled();
in CompiledCodeExecute()
local
123
thread->SetCurrentFrameIsCompiled(
isCompiled
);
in CompiledCodeExecute()
171
bool
isCompiled
= thread->IsCurrentFrameCompiled();
in InvokeCompiledCode()
local
201
thread->SetCurrentFrameIsCompiled(
isCompiled
);
in InvokeCompiledCode()
233
auto
isCompiled
= thread->IsCurrentFrameCompiled();
in InvokeEntry()
local
237
if (
isCompiled
&& currentFrame != nullptr) {
in InvokeEntry()
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
bytecode_info_collector.h
98
void SetIsCompiled(bool
isCompiled
)
in SetIsCompiled()
argument
100
CompileStateBit::CompiledBit::Set<uint8_t>(
isCompiled
, &compileState_.value_);
in SetIsCompiled()
/arkcompiler/runtime_core/static_core/runtime/
H
A
D
compiler.cpp
926
auto
isCompiled
= compilerCtx.GetCompilationStatus();
in StartCompileMethod()
927
if (
isCompiled
) {
in StartCompileMethod()
Completed in 9 milliseconds