Home
last modified time | relevance | path

Searched defs:callNode (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_memlayout.cpp41 CallNode *callNode = static_cast<CallNode *>(&stmt); in ComputeStackSpaceRequirementForCall() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dcgfunc.cpp384 auto &callNode = static_cast<CallNode &>(stmt); in HandleCall() local
H A Disel.cpp252 auto &callNode = static_cast<CallNode &>(stmt); in HandleCall() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_cgfunc.cpp59 void X64CGFunc::SelectCall(CallNode &callNode) in SelectCall() argument
H A Dx64_MPIsel.cpp234 void X64MPIsel::SelectCall(CallNode &callNode) in SelectCall() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
H A Dlower.cpp162 auto &callNode = static_cast<NaryStmtNode&>(*newStmt); in LowerCallStmt() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
H A Dlmir_builder.cpp108 void LMIRBuilder::SetCallStmtDeoptBundleInfo(Stmt &callNode, in SetCallStmtDeoptBundleInfo() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H A Dlitecg_ir_builder.cpp1358 Stmt &callNode = in VisitRuntimeCall() local
1467 Stmt &callNode = lmirBuilder_->ICall(callee, params, returnVar); in VisitRuntimeCallWithArgv() local
1583 Stmt &callNode = in VisitCall() local
2820 Stmt &callNode = lmirBuilder_->ICall(lmirBuilder_->Dread(funcVar), params, pregIdx); GenDeoptEntry() local
3004 Stmt &callNode = lmirBuilder_->Call(*callee, params, returnPregIdx); VisitDeoptCheck() local
[all...]

Completed in 17 milliseconds