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:SetFlag
(Results
1 - 25
of
41
) sorted by relevance
1
2
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H
A
D
check_resolver.cpp
28
user.GetInst()->
SetFlag
(compiler::inst_flags::CAN_THROW);
in ReplaceCheck()
44
inst->
SetFlag
(compiler::inst_flags::NO_DCE);
in MarkLenArray()
46
inst->
SetFlag
(compiler::inst_flags::NO_HOIST);
in MarkLenArray()
62
inst->
SetFlag
(compiler::inst_flags::NO_DCE);
in RunImpl()
H
A
D
reg_acc_alloc.cpp
288
inst->
SetFlag
(compiler::inst_flags::ACC_WRITE);
in InitRegistersForInst()
/arkcompiler/runtime_core/static_core/verification/cflow/
H
A
D
cflow_info.cpp
48
SetFlag
(pc, INSTRUCTION);
in FillCodeMaps()
50
SetFlag
(pc, EXCEPTION_SOURCE);
in FillCodeMaps()
58
SetFlag
(tgt, JUMP_TARGET);
in FillCodeMaps()
104
SetFlag
(pc, EXCEPTION_HANDLER);
in ProcessCatchBlocks()
H
A
D
cflow_info.h
71
void
SetFlag
(uint8_t const *addr, Flag flag)
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H
A
D
catch_inputs.cpp
35
inputInst->
SetFlag
(inst_flags::Flags::CATCH_INPUT);
in ProcessInst()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
H
A
D
update_remset_worker.cpp
72
SetFlag
(UpdateRemsetWorkerFlags::IS_STOP_WORKER);
in DestroyWorker()
297
SetFlag
(UpdateRemsetWorkerFlags::IS_INVALIDATE_REGIONS);
in InvalidateRegions()
316
SetFlag
(UpdateRemsetWorkerFlags::IS_PAUSED_BY_GC_THREAD);
in SuspendWorkerForGCPause()
H
A
D
update_remset_worker.h
150
ALWAYS_INLINE void
SetFlag
(UpdateRemsetWorkerFlags value)
in SetFlag()
function in ark::mem::UpdateRemsetWorker
/arkcompiler/runtime_core/static_core/compiler/tests/
H
A
D
loop_idioms_test.cpp
105
.
SetFlag
(compiler::inst_flags::NO_HOIST)
in BuildExpectedFillArrayFull()
106
.
SetFlag
(compiler::inst_flags::NO_DCE)
in BuildExpectedFillArrayFull()
107
.
SetFlag
(compiler::inst_flags::NO_CSE)
in BuildExpectedFillArrayFull()
108
.
SetFlag
(compiler::inst_flags::BARRIER)
in BuildExpectedFillArrayFull()
398
.
SetFlag
(compiler::inst_flags::NO_HOIST)
in FillLargeArrayWithConstantIterationsCountExpected()
399
.
SetFlag
(compiler::inst_flags::NO_DCE)
in FillLargeArrayWithConstantIterationsCountExpected()
400
.
SetFlag
(compiler::inst_flags::NO_CSE)
in FillLargeArrayWithConstantIterationsCountExpected()
401
.
SetFlag
(compiler::inst_flags::BARRIER)
in FillLargeArrayWithConstantIterationsCountExpected()
H
A
D
reg_alloc_common_test.cpp
325
INST(4U, Opcode::CallStatic).InputsAutoType(0U, 1U, 2U, 3U).v0id().
SetFlag
(inst_flags::REQUIRE_TMP);
in TEST_F()
H
A
D
alias_analysis_test.cpp
1221
.
SetFlag
(compiler::inst_flags::NO_CSE)
in TEST_F()
1222
.
SetFlag
(compiler::inst_flags::NO_HOIST);
in TEST_F()
1229
.
SetFlag
(compiler::inst_flags::NO_CSE)
in TEST_F()
1230
.
SetFlag
(compiler::inst_flags::NO_HOIST);
in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H
A
D
memory_barriers.cpp
33
lastBarrierInst->
SetFlag
(inst_flags::MEM_BARRIER);
in MergeBarriers()
267
memInst->
SetFlag
(compiler::inst_flags::CAN_THROW);
in VisitNullCheck()
H
A
D
memory_coalescing.cpp
704
pload->
SetFlag
(compiler::inst_flags::CAN_THROW);
in ReplaceLoadArray()
728
pload->
SetFlag
(compiler::inst_flags::CAN_THROW);
in ReplaceLoadObject()
746
pload->
SetFlag
(compiler::inst_flags::CAN_THROW);
in ReplaceLoadArrayI()
766
pstore->
SetFlag
(compiler::inst_flags::CAN_THROW);
in ReplaceStoreArray()
792
pstore->
SetFlag
(compiler::inst_flags::CAN_THROW);
in ReplaceStoreObject()
811
pstore->
SetFlag
(compiler::inst_flags::CAN_THROW);
in ReplaceStoreArrayI()
H
A
D
inlining.cpp
644
newCallInst->
SetFlag
(inst_flags::NO_DST);
in InlineReceiver()
646
newCallInst->
SetFlag
(inst_flags::NO_DCE);
in InlineReceiver()
1031
callInst->
SetFlag
(inst_flags::NO_DST);
in ProcessCallReturnInstructions()
1033
callInst->
SetFlag
(inst_flags::NO_DCE);
in ProcessCallReturnInstructions()
1063
inlinedReturn->
SetFlag
(inst_flags::MEM_BARRIER);
in ProcessCallReturnInstructions()
H
A
D
lowering.cpp
803
newInst->
SetFlag
(compiler::inst_flags::NO_DCE);
in LowerMulDivMod()
812
newInst->
SetFlag
(compiler::inst_flags::NO_DCE);
in LowerMulDivMod()
1145
newInst->
SetFlag
(inst_flags::CAN_DEOPTIMIZE);
in LowerConstArrayIndex()
/arkcompiler/runtime_core/bytecode_optimizer/
H
A
D
reg_acc_alloc.cpp
195
inst->
SetFlag
(compiler::inst_flags::ACC_WRITE);
in InitializeSourceRegisters()
/arkcompiler/runtime_core/compiler/tests/
H
A
D
compiler_optimizations_test.cpp
102
inst->
SetFlag
(inst_flags::Flags::NONE);
in HWTEST_F()
H
A
D
compiler_inst_test.cpp
810
save_state1.
SetFlag
(inst_flags::Flags::CAN_THROW);
in HWTEST_F()
814
save_state2.
SetFlag
(inst_flags::Flags::REQUIRE_STATE);
in HWTEST_F()
H
A
D
liveness_analyzer_new_test.cpp
236
bb->GetFirstInst()->
SetFlag
(compiler::inst_flags::CALL);
in HWTEST_F()
H
A
D
inst_test.cpp
576
inst->
SetFlag
(inst_flags::ALLOC);
in TEST_F()
/arkcompiler/runtime_core/compiler/optimizer/ir/
H
A
D
ir_constructor.h
351
IrConstructor &
SetFlag
(compiler::inst_flags::Flags flag)
in SetFlag()
function in panda::compiler::final
353
CurrentInst()->
SetFlag
(flag);
in SetFlag()
372
inst->
SetFlag
(inst_flags::NO_DST);
in Inlined()
603
CurrentInst()->
SetFlag
(inst_flags::TERMINATOR);
in Terminator()
/arkcompiler/runtime_core/static_core/runtime/include/
H
A
D
managed_thread.h
342
SetFlag
(RUNTIME_TERMINATION_REQUEST);
in SetRuntimeTerminated()
474
void
SetFlag
(ThreadFlag flag)
in SetFlag()
function
/arkcompiler/runtime_core/static_core/irtoc/lang/
H
A
D
instruction.rb
61
SetFlag
('inst_flags::NO_DCE')
264
Output.println("#{local_var_name}->
SetFlag
(inst_flags::CAN_THROW);")
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H
A
D
ir_constructor.h
432
IrConstructor &
SetFlag
(compiler::inst_flags::Flags flag)
in SetFlag()
function in ark::compiler::final
434
CurrentInst()->
SetFlag
(flag);
in SetFlag()
455
inst->
SetFlag
(inst_flags::NO_DST);
in Inlined()
725
CurrentInst()->
SetFlag
(inst_flags::TERMINATOR);
in Terminator()
/arkcompiler/ets_runtime/ecmascript/
H
A
D
js_thread.cpp
1162
SetFlag
(ThreadFlag::SUSPEND_REQUEST);
in SuspendThread()
1169
SetFlag
(ThreadFlag::ACTIVE_BARRIER);
in SuspendThread()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
H
A
D
ir_builder.cpp
139
lastInst->
SetFlag
(inst_flags::MEM_BARRIER);
in SetMemoryBarrierFlag()
199
ss->
SetFlag
(inst_flags::NO_DCE);
in CreateSaveStateForLoopBlocks()
Completed in 26 milliseconds
1
2