| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
| H A D | check_external.cpp | 46 auto callee = call->getCalledFunction(); in run() local
|
| H A D | ark_inlining.cpp | 68 auto callee = callBase->getCalledFunction(); in CheckShouldInline() local 114 llvm::Function *callee = callBase->getCalledFunction(); in run() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/expressions/ |
| H A D | newExpression.h | 37 explicit NewExpression(Expression *const callee, ArenaVector<Expression *> &&arguments) in NewExpression() argument
|
| H A D | directEvalExpression.h | 28 explicit DirectEvalExpression(Expression *callee, ArenaVector<Expression *> &&arguments, in DirectEvalExpression() argument
|
| H A D | callExpression.h | 44 explicit CallExpression(Expression *const callee, ArenaVector<Expression *> &&arguments, in CallExpression() argument
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/dynamic/ |
| H A D | dynamicCall.h | 42 static bool IsByValue(const varbinder::ETSBinder *varbinder, const ir::Expression *callee) in IsByValue() argument
|
| H A D | dynamicCall.cpp | 26 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 D | enumPostCheckLowering.cpp | 33 auto *callee = checker->AllocNode<ir::MemberExpression>(classId, methodId, in CreateCall() local
|
| H A D | stringComparison.cpp | 85 auto *const callee = checker->AllocNode<ir::Identifier>("compareTo", checker->Allocator()); in ProcessBinaryExpression() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/function/ |
| H A D | asyncGeneratorFunctionBuilder.cpp | 25 VReg callee = FunctionReg(node); in Prepare() local
|
| H A D | generatorFunctionBuilder.cpp | 25 VReg callee = FunctionReg(node); in Prepare() local
|
| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| H A D | callExpressionBuilder.h | 32 CallExpressionBuilder &SetCallee(Expression *const callee) in SetCallee() argument
|
| H A D | directEvalExpressionBuilder.h | 32 DirectEvalExpressionBuilder &SetCallee(Expression *const callee) in SetCallee() argument
|
| H A D | newExpressionBuilder.h | 32 NewExpressionBuilder &SetCallee(Expression *const callee) in SetCallee() argument
|
| /arkcompiler/ets_frontend/ets2panda/ast_verifier/ |
| H A D | modifierAccessValid.cpp | 55 const auto *callee = callExpr->Callee(); in HandleCallExpression() local
|
| H A D | importExportAccessValid.cpp | 49 const auto *callee = callExpr->Callee(); in operator ()() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/function/ |
| H A D | generatorFunctionBuilder.cpp | 26 VReg callee = FunctionReg(node); in Prepare() local
|
| H A D | asyncGeneratorFunctionBuilder.cpp | 26 VReg callee = FunctionReg(node); in Prepare() local
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| H A D | taggedTemplateExpression.cpp | 51 compiler::VReg callee = pg->AllocReg(); in Compile() local
|
| H A D | newExpression.h | 36 explicit NewExpression(Expression *callee, TSTypeParameterInstantiation *typeParams, in NewExpression() argument
|
| H A D | callExpression.cpp | 168 compiler::VReg callee = pg->AllocReg(); in Compile() local
|
| H A D | callExpression.h | 37 explicit CallExpression(Expression *callee, ArenaVector<Expression *> &&arguments, in CallExpression() argument
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | cha.cpp | 132 void ClassHierarchyAnalysis::AddDependency(Method *callee, Method *caller) in AddDependency() argument
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/ |
| H A D | globalDeclTransformer.cpp | 88 auto *const callee = util::NodeAllocator::Alloc<ir::Identifier>(allocator_, name, allocator_); in RefIdent() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/vmstat/ |
| H A D | function_call_timer.cpp | 41 auto callee = &callTimer_[id]; in StopCount() local
|