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:GetArgument
(Results
1 - 10
of
10
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
stub.cpp
35
GateRef argument = env_.
GetArgument
(i);
in InitializeArguments()
H
A
D
circuit_builder_helper.h
330
inline GateRef
GetArgument
(size_t index) const
in GetArgument()
function in panda::panda::ecmascript::kungfu::Environment
H
A
D
stub_builder-inl.h
155
return env_->
GetArgument
(index);
in Argument()
/arkcompiler/runtime_core/static_core/runtime/tests/
H
A
D
debugger_test.cpp
133
EXPECT_EQ(debugFrame.
GetArgument
(i), regs[i + nregs].value);
in CheckFrame()
158
EXPECT_EQ(debugFrame.
GetArgument
(i), regs[i + nregs].value);
in CheckFrame()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/
H
A
D
test_frame.h
92
uint64_t
GetArgument
(size_t index) const override
/arkcompiler/runtime_core/static_core/runtime/include/tooling/
H
A
D
debug_interface.h
109
virtual uint64_t
GetArgument
(size_t i) const = 0;
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
H
A
D
debug_info_cache.cpp
303
localHandler(parameter.name, parameter.signature, frame.
GetArgument
(i), frame.GetArgumentKind(i));
in GetLocals()
/arkcompiler/runtime_core/static_core/runtime/tooling/
H
A
D
debugger.h
510
uint64_t
GetArgument
(size_t i) const override
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
H
A
D
llvm_ir_constructor.h
203
llvm::Argument *
GetArgument
(size_t index)
in GetArgument()
function in ark::compiler::LLVMIrConstructor
H
A
D
llvm_ir_constructor.cpp
2910
func_->addParamAttr(
GetArgument
(0)->getArgNo(), llvm::Attribute::NonNull);
in InitializeEntryBlock()
2917
builder_.CreateCall(KeepThis(func_->getParent()),
GetArgument
(0));
in InitializeEntryBlock()
2965
auto n = ctor->
GetArgument
(inst->CastToParameter()->GetArgNumber());
in VisitParameter()
Completed in 24 milliseconds