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:Stub
(Results
1 - 6
of
6
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
stub.h
25
class
Stub
{
class
27
Stub
(const CallSignature *callSignature, Circuit *circuit);
28
~
Stub
();
29
NO_MOVE_SEMANTIC(
Stub
);
30
NO_COPY_SEMANTIC(
Stub
);
H
A
D
stub.cpp
20
Stub
::
Stub
(const CallSignature *callSignature, Circuit *circuit)
in Stub()
function in panda::ecmascript::kungfu::Stub
30
void
Stub
::InitializeArguments()
in InitializeArguments()
46
void
Stub
::GenerateCircuit(const CompilationConfig *cfg)
in GenerateCircuit()
53
Stub
::~
Stub
()
in ~Stub()
H
A
D
assembler_module.cpp
48
LOG_COMPILER(INFO) << "
Stub
Name: " << cs->GetName();
in GenerateStubsX64()
67
LOG_COMPILER(INFO) << "
Stub
Name: " << cs->GetName();
in GenerateStubsAarch64()
286
void name##
Stub
::GenerateX64(Assembler *assembler) \
294
void name##
Stub
::GenerateX64(Assembler *assembler) \
302
void name##
Stub
::GenerateX64(Assembler *assembler) \
310
void name##
Stub
::GenerateX64(Assembler *assembler) \
319
void name##
Stub
::GenerateAarch64(Assembler *assembler) \
326
void name##
Stub
::GenerateAarch64(Assembler *assembler) \
333
void name##
Stub
::GenerateAarch64(Assembler *assembler) \
340
void name##
Stub
[all...]
H
A
D
stub_compiler.cpp
36
StubPassData(
Stub
*stub, LLVMModule *module, CompilerLog *log)
in StubPassData()
58
Stub
*GetStub() const
in GetStub()
66
Stub
*stub_;
74
LOG_COMPILER(INFO) << "
Stub
Name: " << stub->GetMethodName();
in Run()
107
Stub
stub(cs, &circuit);
in RunPipeline()
145
LOG_COMPILER(FATAL) << "
Stub
compiler is not supported for litecg ===============";
in BuildStubModuleAndSave()
154
LOG_COMPILER(FATAL) << "
Stub
compiler is not supported for litecg ===============";
in BuildStubModuleAndSave()
164
LOG_COMPILER(FATAL) << "
Stub
compiler is not supported for litecg ===============";
in BuildStubModuleAndSave()
174
LOG_COMPILER(FATAL) << "
Stub
compiler is not supported for litecg ===============";
in BuildStubModuleAndSave()
H
A
D
assembler_module.h
114
class name##
Stub
: public AssemblerStub { \
116
~name##
Stub
() = default; \
H
A
D
rt_call_signature.cpp
46
return static_cast<void*>(new name##
Stub
()); \
in Initialize()
Completed in 3 milliseconds