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:SetPrev
(Results
1 - 25
of
32
) sorted by relevance
1
2
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
H
A
D
ptr_list_ref.h
38
void
SetPrev
(T *ptr)
in SetPrev()
function in maple::PtrListNodeBase
326
value->
SetPrev
(nullptr);
in update_front()
336
value->
SetPrev
(nullptr);
in push_front()
340
this->first->
SetPrev
(value);
in push_front()
341
value->
SetPrev
(nullptr);
in push_front()
355
this->first->
SetPrev
(nullptr);
in pop_front()
372
value->
SetPrev
(nullptr);
in push_back()
375
value->
SetPrev
(this->last);
in push_back()
405
value->
SetPrev
(ptr->GetPrev());
in insert()
408
ptr->
SetPrev
(valu
in insert()
[all...]
/arkcompiler/runtime_core/compiler/optimizer/ir/
H
A
D
basicblock.cpp
357
first_inst_->
SetPrev
(inst);
in AppendPhi()
367
inst->
SetPrev
(prev);
in AppendPhi()
370
first_inst_->
SetPrev
(inst);
in AppendPhi()
375
inst->
SetPrev
(last_inst_);
in AppendPhi()
387
inst->
SetPrev
(last_inst_);
in AddInst()
398
inst->
SetPrev
(last_inst_);
in AddInst()
407
inst->
SetPrev
(first_prev);
in AddInst()
409
first_inst_->
SetPrev
(inst);
in AddInst()
432
range_first->
SetPrev
(last_inst_);
in AppendRangeInst()
441
range_first->
SetPrev
(last_inst
in AppendRangeInst()
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H
A
D
cgbb.cpp
28
newInsn.
SetPrev
(pre);
in InsertInsnBefore()
30
existing.
SetPrev
(&newInsn);
in InsertInsnBefore()
43
newInsn.
SetPrev
(&existing);
in InsertInsnAfter()
49
newInsn.GetNext()->
SetPrev
(&newInsn);
in InsertInsnAfter()
64
newInsn.
SetPrev
(insn.GetPrev());
in ReplaceInsn()
69
newInsn.GetNext()->
SetPrev
(&newInsn);
in ReplaceInsn()
96
nextInsn->
SetPrev
(prevInsn);
in RemoveInsn()
117
nextInsn.GetNext()->
SetPrev
(insn.GetPrev());
in RemoveInsnSequence()
161
firstInsn->
SetPrev
(bb.lastInsn);
in InsertAtBeginning()
183
bb.firstInsn->
SetPrev
(lastIns
in InsertAtEnd()
[all...]
H
A
D
cfgo.cpp
138
sucBB.GetNext()->
SetPrev
(sucBB.GetPrev());
in MoveSuccBBAsCurBBNext()
142
curBB.GetNext()->
SetPrev
(&sucBB);
in MoveSuccBBAsCurBBNext()
148
sucBB.
SetPrev
(&curBB);
in MoveSuccBBAsCurBBNext()
426
brBB->
SetPrev
(&curBB);
in Optimize()
427
ftBB->
SetPrev
(tgtBB->GetPrev());
in Optimize()
430
tgtBB->
SetPrev
(ftBB);
in Optimize()
559
curBB.GetNext()->
SetPrev
(curBB.GetPrev());
in Optimize()
H
A
D
cg_cfg.cpp
269
mergee.GetNext()->
SetPrev
(mergee.GetPrev());
in MergeBB()
279
mergee.
SetPrev
(nullptr);
in MergeBB()
432
curBB.GetNext()->
SetPrev
(curBB.GetPrev());
in RemoveBB()
555
unreachBB->GetNext()->
SetPrev
(unreachBB->GetPrev());
in UnreachCodeAnalysis()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H
A
D
ets_finalizable_weak_ref_list.h
36
head->
SetPrev
(coro, weakRef);
in Push()
50
next->
SetPrev
(coro, prev);
in Unlink()
55
weakRef->
SetPrev
(coro, nullptr);
in Unlink()
H
A
D
ets_shared_memory.cpp
68
waiter.
SetPrev
(nullptr);
in LinkWaiter()
82
next->
SetPrev
(prev);
in UnlinkWaiter()
H
A
D
ets_finalizable_weak_ref.h
105
void
SetPrev
(EtsCoroutine *coro, EtsFinalizableWeakRef *weakRef)
in SetPrev()
function in ark::ets::EtsFinalizableWeakRef
H
A
D
ets_shared_memory.h
136
void
SetPrev
(Waiter *prev)
in SetPrev()
function in ark::ets::EtsSharedMemory::WaitResult::Waiter
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H
A
D
basicblock.cpp
987
firstInst_->
SetPrev
(inst);
997
inst->
SetPrev
(prev);
1000
firstInst_->
SetPrev
(inst);
1005
inst->
SetPrev
(lastInst_);
1017
inst->
SetPrev
(lastInst_);
1028
inst->
SetPrev
(lastInst_);
1037
inst->
SetPrev
(firstPrev);
1039
firstInst_->
SetPrev
(inst);
1062
rangeFirst->
SetPrev
(lastInst_);
1071
rangeFirst->
SetPrev
(lastInst
[all...]
/arkcompiler/ets_runtime/ecmascript/
H
A
D
ecma_global_storage.h
55
void
SetPrev
(Node *node)
in SetPrev()
function in panda::ecmascript::Node
98
SetPrev
(nullptr);
in Reset()
250
usedList_->
SetPrev
(node);
in NewNode()
264
usedList_->
SetPrev
(node);
in GetFreeNode()
277
node->GetNext()->
SetPrev
(node->GetPrev());
in FreeNode()
289
freeList_->
SetPrev
(node);
in FreeNode()
303
next_->
SetPrev
(prev_);
in RemoveList()
340
inline void
SetPrev
(NodeList<T> *prev)
in SetPrev()
function in panda::ecmascript::NodeList
H
A
D
js_finalization_registry.cpp
109
next->
SetPrev
(thread, obj->GetPrev());
in CleanFinRegLists()
113
obj->
SetPrev
(thread, JSTaggedValue::Null());
in CleanFinRegLists()
238
next->
SetPrev
(thread, prev);
in AddFinRegLists()
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H
A
D
etsTypeReferencePartBuilder.h
41
ETSTypeReferencePartBuilder &
SetPrev
(ETSTypeReferencePart *prev)
in SetPrev()
function in ark::es2panda::ir::ETSTypeReferencePartBuilder
/arkcompiler/runtime_core/static_core/runtime/mem/
H
A
D
humongous_obj_allocator-inl.h
340
next_->
SetPrev
(prev_);
in PopHeader()
365
head_->
SetPrev
(pool);
in Insert()
370
pool->
SetPrev
(nullptr);
in Insert()
476
pool->
SetPrev
(cur->GetPrev());
in SortedInsert()
478
cur->
SetPrev
(pool);
in SortedInsert()
485
pool->
SetPrev
(cur);
in SortedInsert()
H
A
D
humongous_obj_allocator.h
189
void
SetPrev
(MemoryPoolHeader *prev)
in SetPrev()
function in ark::mem::HumongousObjAllocator::MemoryPoolHeader
H
A
D
freelist_allocator.h
209
void
SetPrev
(MemoryPoolHeader *prev)
in SetPrev()
function
H
A
D
runslots_allocator.h
341
void
SetPrev
(PoolListElement *prev)
in SetPrev()
function in ark::mem::RunSlotsAllocator::MemPoolManager::PoolListElement
H
A
D
runslots_allocator-inl.h
537
freeElement->
SetPrev
(occupiedTail_);
in GetNewRunSlots()
584
pool->
SetPrev
(occupiedTail_);
in ReturnAndReleaseRunSlotsMemory()
740
nextPool_->
SetPrev
(prevPool_);
in PopFromList()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H
A
D
balance_expressions.cpp
102
operators_.back()->
SetPrev
(operators_[size - IMM_2]);
in OptimizeExpression()
105
operators_[i]->
SetPrev
(operators_[i - 1]);
in OptimizeExpression()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
H
A
D
lower.cpp
600
next->
SetPrev
(cmtE);
in CleanupBranches()
610
next->
SetPrev
(curr);
in CleanupBranches()
619
next->
SetPrev
(prev);
in CleanupBranches()
631
iaNext->
SetPrev
(cmtE);
in CleanupBranches()
636
cmtB->
SetPrev
(insertAfter);
in CleanupBranches()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H
A
D
cgbb.h
185
insn.
SetPrev
(nullptr);
199
insn.
SetPrev
(nullptr);
331
void
SetPrev
(BB *arg)
H
A
D
insn.h
427
void
SetPrev
(Insn *prev)
in SetPrev()
function in maplebe::Insn
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H
A
D
pgo_profiler.h
269
void
SetPrev
(WorkNode *prev)
in SetPrev()
function in panda::ecmascript::pgo::PGOProfiler::WorkNode
H
A
D
pgo_profiler.cpp
2036
node->
SetPrev
(last_);
in PushBack()
2049
first_->
SetPrev
(nullptr);
in PopFront()
2066
node->GetNext()->
SetPrev
(node->GetPrev());
in Remove()
2074
node->
SetPrev
(nullptr);
in Remove()
/arkcompiler/runtime_core/compiler/tests/
H
A
D
compiler_basicblock_test.cpp
414
graph->GetFirstConstInst()->
SetPrev
(nullptr);
in HWTEST_F()
Completed in 23 milliseconds
1
2