Home
last modified time | relevance | path

Searched defs:callee (Results 1 - 25 of 56) sorted by relevance

123

/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
H A Dcheck_external.cpp46 auto callee = call->getCalledFunction(); in run() local
H A Dark_inlining.cpp68 auto callee = callBase->getCalledFunction(); in CheckShouldInline() local
114 llvm::Function *callee = callBase->getCalledFunction(); in run() local
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
H A DnewExpression.h37 explicit NewExpression(Expression *const callee, ArenaVector<Expression *> &&arguments) in NewExpression() argument
H A DdirectEvalExpression.h28 explicit DirectEvalExpression(Expression *callee, ArenaVector<Expression *> &&arguments, in DirectEvalExpression() argument
H A DcallExpression.h44 explicit CallExpression(Expression *const callee, ArenaVector<Expression *> &&arguments, in CallExpression() argument
/arkcompiler/ets_frontend/ets2panda/checker/ets/dynamic/
H A DdynamicCall.h42 static bool IsByValue(const varbinder::ETSBinder *varbinder, const ir::Expression *callee) in IsByValue() argument
H A DdynamicCall.cpp26 DynamicCall::Result DynamicCall::ResolveCall(const varbinder::ETSBinder *varbinder, const ir::Expression *callee) in ResolveCall() argument
[all...]
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DenumPostCheckLowering.cpp33 auto *callee = checker->AllocNode<ir::MemberExpression>(classId, methodId, in CreateCall() local
H A DstringComparison.cpp85 auto *const callee = checker->AllocNode<ir::Identifier>("compareTo", checker->Allocator()); in ProcessBinaryExpression() local
/arkcompiler/ets_frontend/ets2panda/compiler/function/
H A DasyncGeneratorFunctionBuilder.cpp25 VReg callee = FunctionReg(node); in Prepare() local
H A DgeneratorFunctionBuilder.cpp25 VReg callee = FunctionReg(node); in Prepare() local
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DcallExpressionBuilder.h32 CallExpressionBuilder &SetCallee(Expression *const callee) in SetCallee() argument
H A DdirectEvalExpressionBuilder.h32 DirectEvalExpressionBuilder &SetCallee(Expression *const callee) in SetCallee() argument
H A DnewExpressionBuilder.h32 NewExpressionBuilder &SetCallee(Expression *const callee) in SetCallee() argument
/arkcompiler/ets_frontend/ets2panda/ast_verifier/
H A DmodifierAccessValid.cpp55 const auto *callee = callExpr->Callee(); in HandleCallExpression() local
H A DimportExportAccessValid.cpp49 const auto *callee = callExpr->Callee(); in operator ()() local
/arkcompiler/ets_frontend/es2panda/compiler/function/
H A DgeneratorFunctionBuilder.cpp26 VReg callee = FunctionReg(node); in Prepare() local
H A DasyncGeneratorFunctionBuilder.cpp26 VReg callee = FunctionReg(node); in Prepare() local
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DtaggedTemplateExpression.cpp51 compiler::VReg callee = pg->AllocReg(); in Compile() local
H A DnewExpression.h36 explicit NewExpression(Expression *callee, TSTypeParameterInstantiation *typeParams, in NewExpression() argument
H A DcallExpression.cpp168 compiler::VReg callee = pg->AllocReg(); in Compile() local
H A DcallExpression.h37 explicit CallExpression(Expression *callee, ArenaVector<Expression *> &&arguments, in CallExpression() argument
/arkcompiler/runtime_core/static_core/runtime/
H A Dcha.cpp132 void ClassHierarchyAnalysis::AddDependency(Method *callee, Method *caller) in AddDependency() argument
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
H A DglobalDeclTransformer.cpp88 auto *const callee = util::NodeAllocator::Alloc<ir::Identifier>(allocator_, name, allocator_); in RefIdent() local
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
H A Dfunction_call_timer.cpp41 auto callee = &callTimer_[id]; in StopCount() local

Completed in 8 milliseconds

123