| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | i2c_bridge_test.cpp | 145 …Method callee(nullptr, nullptr, panda_file::File::EntityId(), panda_file::File::EntityId(), ACC_ST… in TEST_F() local 174 …Method callee(nullptr, nullptr, panda_file::File::EntityId(), panda_file::File::EntityId(), 0, 1, … in TEST_F() local 211 …Method callee(nullptr, nullptr, panda_file::File::EntityId(), panda_file::File::EntityId(), ACC_ST… in TEST_F() local 246 …Method callee(nullptr, nullptr, panda_file::File::EntityId(), panda_file::File::EntityId(), ACC_ST… in TEST_F() local 281 …Method callee(nullptr, nullptr, panda_file::File::EntityId(), panda_file::File::EntityId(), ACC_ST… in TEST_F() local 309 …Method callee(nullptr, nullptr, panda_file::File::EntityId(), panda_file::File::EntityId(), ACC_ST… in TEST_F() local 337 …Method callee(nullptr, nullptr, panda_file::File::EntityId(), panda_file::File::EntityId(), ACC_ST… in TEST_F() local 365 …Method callee(nullptr, nullptr, panda_file::File::EntityId(), panda_file::File::EntityId(), ACC_ST… in TEST_F() local 393 …Method callee(nullptr, nullptr, panda_file::File::EntityId(), panda_file::File::EntityId(), ACC_ST… in TEST_F() local 421 …Method callee(nullptr, nullptr, panda_file::File::EntityId(), panda_file::File::EntityId(), ACC_ST… in TEST_F() local [all …]
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
| 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/ |
| D | directEvalExpression.h | 28 explicit DirectEvalExpression(Expression *callee, ArenaVector<Expression *> &&arguments, in DirectEvalExpression()
|
| D | newExpression.h | 37 explicit NewExpression(Expression *const callee, ArenaVector<Expression *> &&arguments) in NewExpression()
|
| D | callExpression.h | 74 void SetCallee(Expression *callee) noexcept in SetCallee()
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | newExpression.h | 36 explicit NewExpression(Expression *callee, TSTypeParameterInstantiation *typeParams, in NewExpression()
|
| D | callExpression.h | 37 explicit CallExpression(Expression *callee, ArenaVector<Expression *> &&arguments, in CallExpression()
|
| D | taggedTemplateExpression.cpp | 51 compiler::VReg callee = pg->AllocReg(); in Compile() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/function/ |
| D | generatorFunctionBuilder.cpp | 25 VReg callee = FunctionReg(node); in Prepare() local
|
| D | asyncGeneratorFunctionBuilder.cpp | 25 VReg callee = FunctionReg(node); in Prepare() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | compiler_intrinsics.cpp | 78 panda::Method *callee; in TryGetCallee() local 161 auto callee = TryGetCallee<FIELD_TYPE, true>(method, rawField, pc, klass); in CompilerEtsLdObjByName() local 251 auto callee = TryGetCallee<FIELD_TYPE, false>(method, rawField, pc, klass); in CompilerEtsStObjByName() local 282 …auto callee = TryGetCallee<panda_file::Type::TypeId::REFERENCE, false>(method, rawField, pc, klass… in CompilerEtsStObjByNameRef() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | dynamic.cpp | 62 static bool IsByValueCall(varbinder::ETSBinder *varbinder, ir::Expression *callee) in IsByValueCall() 85 ir::ScriptFunction *ETSChecker::CreateDynamicCallIntrinsic(ir::Expression *callee, const ArenaVecto… in CreateDynamicCallIntrinsic() 162 Signature *ETSChecker::ResolveDynamicCallExpression(ir::Expression *callee, const ArenaVector<T *> … in ResolveDynamicCallExpression() 287 …auto *callee = AllocNode<ir::MemberExpression>(classId, methodId, ir::MemberExpressionKind::PROPER… in CreateDynamicCallClassInitializer() local 402 auto *callee = AllocNode<ir::MemberExpression>(classId, methodId, in CreateDynamicModuleClassInitializer() local 532 auto *callee = AllocNode<ir::MemberExpression>(thisParam, properyId, in CreateLambdaObjectClassInvokeMethod() local 563 auto *callee = in EmitDynamicModuleClassInitCall() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/function/ |
| D | generatorFunctionBuilder.cpp | 26 VReg callee = FunctionReg(node); in Prepare() local
|
| D | asyncGeneratorFunctionBuilder.cpp | 26 VReg callee = FunctionReg(node); in Prepare() local
|
| /arkcompiler/ets_runtime/test/fuzztest/builtinsarraybufferisview_fuzzer/ |
| D | builtinsarraybufferisview_fuzzer.cpp | 37 …JSHandle<JSTaggedValue> callee(factory->NewJSObjectByConstructor(JSHandle<JSFunction>::Cast(hclass… in CreateEcmaRuntimeCallInfo() local
|
| /arkcompiler/ets_runtime/test/fuzztest/builtinsarraybufferarraybufferconstructor_fuzzer/ |
| D | builtinsarraybufferarraybufferconstructor_fuzzer.cpp | 37 …JSHandle<JSTaggedValue> callee(factory->NewJSObjectByConstructor(JSHandle<JSFunction>::Cast(hclass… in CreateEcmaRuntimeCallInfo() local
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | cha.cpp | 132 void ClassHierarchyAnalysis::AddDependency(Method *callee, Method *caller) in AddDependency()
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetclear_fuzzer/ |
| D | containerslightweightsetclear_fuzzer.cpp | 44 …JSHandle<JSTaggedValue> callee(factory->NewJSObjectByConstructor(JSHandle<JSFunction>::Cast(hclass… in CreateEcmaRuntimeCallInfo() local
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslightweightset_fuzzer/ |
| D | containerslightweightset_fuzzer.cpp | 44 …JSHandle<JSTaggedValue> callee(factory->NewJSObjectByConstructor(JSHandle<JSFunction>::Cast(hclass… in CreateEcmaRuntimeCallInfo() local
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetisempty_fuzzer/ |
| D | containerslightweightsetisempty_fuzzer.cpp | 44 …JSHandle<JSTaggedValue> callee(factory->NewJSObjectByConstructor(JSHandle<JSFunction>::Cast(hclass… in CreateEcmaRuntimeCallInfo() local
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslistadd_fuzzer/ |
| D | containerslistadd_fuzzer.cpp | 44 …JSHandle<JSTaggedValue> callee(factory->NewJSObjectByConstructor(JSHandle<JSFunction>::Cast(hclass… in CreateEcmaRuntimeCallInfo() local
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslistinsert_fuzzer/ |
| D | containerslistinsert_fuzzer.cpp | 44 …JSHandle<JSTaggedValue> callee(factory->NewJSObjectByConstructor(JSHandle<JSFunction>::Cast(hclass… in CreateEcmaRuntimeCallInfo() local
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslightweightsethashash_fuzzer/ |
| D | containerslightweightsethashash_fuzzer.cpp | 44 …JSHandle<JSTaggedValue> callee(factory->NewJSObjectByConstructor(JSHandle<JSFunction>::Cast(hclass… in CreateEcmaRuntimeCallInfo() local
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslisthas_fuzzer/ |
| D | containerslisthas_fuzzer.cpp | 44 …JSHandle<JSTaggedValue> callee(factory->NewJSObjectByConstructor(JSHandle<JSFunction>::Cast(hclass… in CreateEcmaRuntimeCallInfo() local
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetgetiteratorobj_fuzzer/ |
| D | containerslightweightsetgetiteratorobj_fuzzer.cpp | 44 …JSHandle<JSTaggedValue> callee(factory->NewJSObjectByConstructor(JSHandle<JSFunction>::Cast(hclass… in CreateEcmaRuntimeCallInfo() local
|