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:HandleReturn
(Results
1 - 9
of
9
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
bc_call_signature.h
159
T(
HandleReturn
) \
430
APPEND_JIT_SUFFIX(
HandleReturn
, V) \
489
APPEND_SUFFIX(
HandleReturn
, V) \
H
A
D
interpreter_stub.cpp
2700
DECLARE_ASM_HANDLER(
HandleReturn
)
in DECLARE_ASM_HANDLER()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H
A
D
cgfunc.cpp
369
static void
HandleReturn
(StmtNode &stmt, CGFunc &cgFunc)
in HandleReturn()
function
468
RegisterFactoryFunction<HandleStmtFactory>(OP_return,
HandleReturn
);
in InitHandleStmtFactory()
H
A
D
isel.cpp
221
void
HandleReturn
(StmtNode &stmt, MPISel &iSel)
in HandleReturn()
function
461
RegisterFactoryFunction<HandleStmtFactory>(OP_return,
HandleReturn
);
in InitHandleStmtFactory()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H
A
D
llvm_ir_builder.cpp
149
{OpCode::RETURN, &LLVMIRBuilder::
HandleReturn
},
in InitializeHandlers()
1240
void LLVMIRBuilder::
HandleReturn
(GateRef gate)
in HandleReturn()
function in panda::ecmascript::kungfu::LLVMIRBuilder
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H
A
D
litecg_ir_builder.cpp
255
HandleReturn
(gate);
in HandleBB()
1181
void LiteCGIRBuilder::
HandleReturn
(GateRef gate)
in HandleReturn()
function in panda::ecmascript::kungfu::LiteCGIRBuilder
/arkcompiler/runtime_core/static_core/runtime/interpreter/
H
A
D
interpreter-inl.h
2367
ALWAYS_INLINE void
HandleReturn
()
in HandleReturn()
function in ark::interpreter::InstructionHandler
/arkcompiler/runtime_core/static_core/verification/absint/
H
A
D
abs_int_inl.h
2495
bool
HandleReturn
()
in HandleReturn()
function in ark::verifier::AbsIntInstructionHandler
/arkcompiler/ets_runtime/ecmascript/interpreter/
H
A
D
interpreter_assembly.cpp
523
void InterpreterAssembly::
HandleReturn
(
in HandleReturn()
function in panda::ecmascript::InterpreterAssembly
Completed in 48 milliseconds