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:GetBody
(Results
1 - 15
of
15
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H
A
D
label_creation.cpp
36
cgFunc->GetFunction().
GetBody
()->InsertFirst(startLabel);
in CreateStartEndLabel()
40
cgFunc->GetFunction().
GetBody
()->InsertLast(returnLabel);
in CreateStartEndLabel()
46
cgFunc->GetFunction().
GetBody
()->InsertLast(endLabel);
in CreateStartEndLabel()
47
DEBUG_ASSERT(cgFunc->GetFunction().
GetBody
()->GetLast() == endLabel, "last stmt must be a endLabel");
in CreateStartEndLabel()
H
A
D
memlayout.cpp
34
StmtNode *stmt = mirFunction->
GetBody
()->GetFirst();
in FindLargestActualArea()
H
A
D
cg_phasemanager.cpp
178
if (mirFunc->
GetBody
() == nullptr) {
in PhaseRun()
H
A
D
cgfunc.cpp
554
BlockNode *block = func.
GetBody
();
in HandleFirstStmt()
596
BlockNode *block = func.
GetBody
();
in GenerateInstruction()
H
A
D
isel.cpp
1145
BlockNode *block = mirFunc.
GetBody
();
in HandleFuncEntry()
1322
BlockNode *block = cgFunc->GetFunction().
GetBody
();
in HandleFuncExit()
/arkcompiler/ets_frontend/es2panda/ir/base/
H
A
D
classStaticBlock.h
42
BlockStatement*
GetBody
() const
in GetBody()
function in panda::es2panda::panda::es2panda::panda::es2panda::ir::ClassStaticBlock
/arkcompiler/ets_frontend/es2panda/parser/transformer/
H
A
D
transformer.cpp
1129
hasPrivateIdentifier ? staticBlock->
GetBody
()->Scope() : Scope());
in VisitClassDeclaration()
1164
staticBlock->
GetBody
()->AddStatementAtPos(
in VisitClassDeclaration()
1165
staticBlock->
GetBody
()->Statements().size(), it->AsStatement());
in VisitClassDeclaration()
1168
staticBlock->
GetBody
()->AddStatementAtPos(
in VisitClassDeclaration()
1169
staticBlock->
GetBody
()->Statements().size(), it->AsStatement());
in VisitClassDeclaration()
1172
staticBlock->
GetBody
()->AddStatementAtPos(
in VisitClassDeclaration()
1173
staticBlock->
GetBody
()->Statements().size(), it->AsStatement());
in VisitClassDeclaration()
1205
staticBlock->
GetBody
()->AddStatementAtPos(
in VisitClassDeclaration()
1206
staticBlock->
GetBody
()->Statements().size(), it->AsStatement());
in VisitClassDeclaration()
1209
staticBlock->
GetBody
()
in VisitClassDeclaration()
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H
A
D
mir_function.cpp
287
} else if (
GetBody
() != nullptr && !withoutBody && symbol->GetStorageClass() != kScExtern) {
in Dump()
289
GetBody
()->Dump(0, module->GetFlavor() == kMmpl ? nullptr : GetSymTab(),
in Dump()
H
A
D
mir_lower.cpp
405
BlockNode *origBody = func.
GetBody
();
in LowerFunc()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
H
A
D
lower.cpp
573
BlockNode *block = func.
GetBody
();
in CleanupBranches()
643
func.
GetBody
()->SetLast(curr);
in CleanupBranches()
648
CHECK_FATAL(func.
GetBody
()->GetLast() == prev, "make sure the return value of GetLast equal prev");
in CleanupBranches()
924
BlockNode *origBody = func.
GetBody
();
in LowerFunc()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H
A
D
mir_function.h
735
BlockNode *
GetBody
()
in GetBody()
function in maple::MIRFunction
739
const BlockNode *
GetBody
() const
in GetBody()
function in maple::MIRFunction
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H
A
D
obj_emit.h
409
if (func->
GetBody
() != nullptr) {
in ObjEmitter()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
H
A
D
lmir_builder.cpp
397
module.CurFunction()->
GetBody
()->AddStatement(&bb);
in AppendBB()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H
A
D
aarch64_proepilog.cpp
950
CHECK_FATAL(cgFunc.GetFunction().
GetBody
()->GetFirst()->GetOpCode() == OP_label,
in Run()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H
A
D
cocos_worker_test.js
[all...]
Completed in 50 milliseconds