Home
last modified time | relevance | path

Searched refs:GetBody (Results 1 - 15 of 15) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dlabel_creation.cpp36 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 Dmemlayout.cpp34 StmtNode *stmt = mirFunction->GetBody()->GetFirst(); in FindLargestActualArea()
H A Dcg_phasemanager.cpp178 if (mirFunc->GetBody() == nullptr) { in PhaseRun()
H A Dcgfunc.cpp554 BlockNode *block = func.GetBody(); in HandleFirstStmt()
596 BlockNode *block = func.GetBody(); in GenerateInstruction()
H A Disel.cpp1145 BlockNode *block = mirFunc.GetBody(); in HandleFuncEntry()
1322 BlockNode *block = cgFunc->GetFunction().GetBody(); in HandleFuncExit()
/arkcompiler/ets_frontend/es2panda/ir/base/
H A DclassStaticBlock.h42 BlockStatement* GetBody() const in GetBody() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::ClassStaticBlock
/arkcompiler/ets_frontend/es2panda/parser/transformer/
H A Dtransformer.cpp1129 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 Dmir_function.cpp287 } else if (GetBody() != nullptr && !withoutBody && symbol->GetStorageClass() != kScExtern) { in Dump()
289 GetBody()->Dump(0, module->GetFlavor() == kMmpl ? nullptr : GetSymTab(), in Dump()
H A Dmir_lower.cpp405 BlockNode *origBody = func.GetBody(); in LowerFunc()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
H A Dlower.cpp573 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 Dmir_function.h735 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 Dobj_emit.h409 if (func->GetBody() != nullptr) { in ObjEmitter()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
H A Dlmir_builder.cpp397 module.CurFunction()->GetBody()->AddStatement(&bb); in AppendBB()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_proepilog.cpp950 CHECK_FATAL(cgFunc.GetFunction().GetBody()->GetFirst()->GetOpCode() == OP_label, in Run()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js[all...]

Completed in 50 milliseconds