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:SetVnObject
(Results
1 - 7
of
7
) sorted by relevance
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H
A
D
inst.cpp
317
void GetAnyTypeNameInst::
SetVnObject
(VnObject *vnObj)
in SetVnObject()
function in ark::compiler::GetAnyTypeNameInst
322
void CompareAnyTypeInst::
SetVnObject
(VnObject *vnObj)
in SetVnObject()
function in ark::compiler::CompareAnyTypeInst
327
void BinaryImmOperation::
SetVnObject
(VnObject *vnObj)
in SetVnObject()
function in ark::compiler::BinaryImmOperation
332
void BinaryShiftedRegisterOperation::
SetVnObject
(VnObject *vnObj)
in SetVnObject()
function in ark::compiler::BinaryShiftedRegisterOperation
338
void UnaryShiftedRegisterOperation::
SetVnObject
(VnObject *vnObj)
in SetVnObject()
function in ark::compiler::UnaryShiftedRegisterOperation
344
void CompareInst::
SetVnObject
(VnObject *vnObj)
in SetVnObject()
function in ark::compiler::CompareInst
349
void SelectInst::
SetVnObject
(VnObject *vnObj)
in SetVnObject()
function in ark::compiler::SelectInst
354
void IfInst::
SetVnObject
(VnObject *vnObj)
in SetVnObject()
function in ark::compiler::IfInst
359
void IfImmInst::
SetVnObject
(VnObject *vnObj)
in SetVnObject()
function in ark::compiler::IfImmInst
364
void UnaryOperation::
SetVnObject
(VnObjec
function in ark::compiler::UnaryOperation
371
void CmpInst::
SetVnObject
(VnObject *vnObj)
SetVnObject()
function in ark::compiler::CmpInst
379
void LoadFromPoolDynamic::
SetVnObject
(VnObject *vnObj)
SetVnObject()
function in ark::compiler::LoadFromPoolDynamic
384
void CastInst::
SetVnObject
(VnObject *vnObj)
SetVnObject()
function in ark::compiler::CastInst
389
void LoadImmediateInst::
SetVnObject
(VnObject *vnObj)
SetVnObject()
function in ark::compiler::LoadImmediateInst
395
void RuntimeClassInst::
SetVnObject
(VnObject *vnObj)
SetVnObject()
function in ark::compiler::RuntimeClassInst
400
void LoadObjFromConstInst::
SetVnObject
(VnObject *vnObj)
SetVnObject()
function in ark::compiler::LoadObjFromConstInst
405
void FunctionImmediateInst::
SetVnObject
(VnObject *vnObj)
SetVnObject()
function in ark::compiler::FunctionImmediateInst
[all...]
H
A
D
inst.h
1590
virtual void
SetVnObject
([[maybe_unused]] VnObject *vnObj) {}
in SetVnObject()
function
2531
void
SetVnObject
(VnObject *vnObj) override;
2605
void
SetVnObject
(VnObject *vnObj) override;
2643
void
SetVnObject
(VnObject *vnObj) override;
2666
void
SetVnObject
(VnObject *vnObj) override;
3061
void
SetVnObject
(VnObject *vnObj) override;
3161
void
SetVnObject
(VnObject *vnObj) override;
3184
void
SetVnObject
(VnObject *vnObj) override;
4698
void
SetVnObject
(VnObject *vnObj) override;
4760
void
SetVnObject
(VnObjec
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H
A
D
vn.cpp
52
inst->
SetVnObject
(obj);
in AddClassInst()
64
inst->
SetVnObject
(obj);
in AddGlobalVarInst()
108
inst->
SetVnObject
(obj);
in AddCommutativeInst()
175
inst->
SetVnObject
(obj);
in AddResolver()
213
inst->
SetVnObject
(this);
in Add()
/arkcompiler/runtime_core/compiler/optimizer/ir/
H
A
D
inst.cpp
153
void CompareInst::
SetVnObject
(VnObject *vn_obj)
in SetVnObject()
function in panda::compiler::CompareInst
158
void IfInst::
SetVnObject
(VnObject *vn_obj)
in SetVnObject()
function in panda::compiler::IfInst
163
void IfImmInst::
SetVnObject
(VnObject *vn_obj)
in SetVnObject()
function in panda::compiler::IfImmInst
168
void CmpInst::
SetVnObject
(VnObject *vn_obj)
in SetVnObject()
function in panda::compiler::CmpInst
H
A
D
inst.h
1284
virtual void
SetVnObject
([[maybe_unused]] VnObject *vn_obj) {}
in SetVnObject()
function
1874
void
SetVnObject
(VnObject *vn_obj) override;
2654
void
SetVnObject
(VnObject *vn_obj) override;
2710
void
SetVnObject
(VnObject *vn_obj) override;
2751
void
SetVnObject
(VnObject *vn_obj) override;
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
H
A
D
vn.cpp
58
inst->
SetVnObject
(this);
in Add()
/arkcompiler/runtime_core/compiler/tests/
H
A
D
compiler_inst_test.cpp
268
* @tc.desc: Verify the
SetVnObject
function.
276
if_inst.
SetVnObject
(&vn_object);
in HWTEST_F()
282
* @tc.desc: Verify the
SetVnObject
function.
290
compareInst.
SetVnObject
(&vn_object);
in HWTEST_F()
296
* @tc.desc: Verify the
SetVnObject
function.
304
if_imm_inst.
SetVnObject
(&vn_object);
in HWTEST_F()
Completed in 15 milliseconds