| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | runtime_interface.h | 89 …virtual size_t GetMethodArgumentsCount([[maybe_unused]] MethodPtr parent_method, [[maybe_unused]] … in GetMethodArgumentsCount() function 93 virtual size_t GetMethodArgumentsCount([[maybe_unused]] MethodPtr method) const in GetMethodArgumentsCount() function
|
| /arkcompiler/runtime_core/static_core/irtoc/backend/ |
| D | irtoc_runtime.h | 83 return GetMethodArgumentsCount(method); in GetMethodTotalArgumentsCount() 86 size_t GetMethodArgumentsCount(MethodPtr method) const override in GetMethodArgumentsCount() function
|
| /arkcompiler/runtime_core/static_core/irtoc/backend/compiler/ |
| D | codegen_fastpath.cpp | 113 auto argsNum = GetRuntime()->GetMethodArgumentsCount(GetGraph()->GetMethod()); in GeneratePrologue() 144 auto argsNum = GetRuntime()->GetMethodArgumentsCount(GetGraph()->GetMethod()); in GetCallerRegistersToRestore() 295 auto argsNum = GetRuntime()->GetMethodArgumentsCount(GetGraph()->GetMethod()); in CreateTailCall()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| D | inst_builder-inl.h | 91 size_t argsCount = Builder()->GetMethodArgumentsCount(methodId_); in SetCallArgs() 280 ASSERT(GetMethodArgumentsCount(methodId) == 1); in BuildAbsIntrinsic() 314 ASSERT(GetMethodArgumentsCount(methodId) == 2U); in BuildBinaryOperationIntrinsic() 329 ASSERT(GetMethodArgumentsCount(methodId) == 1); in BuildSqrtIntrinsic() 399 …ASSERT(GetMethodArgumentsCount(GetRuntime()->ResolveMethodIndex(GetMethod(), bcInst->GetId(0).AsIn… in BuildCharIsUpperCaseIntrinsic() 426 …ASSERT(GetMethodArgumentsCount(GetRuntime()->ResolveMethodIndex(GetMethod(), bcInst->GetId(0).AsIn… in BuildCharToUpperCaseIntrinsic() 454 …ASSERT(GetMethodArgumentsCount(GetRuntime()->ResolveMethodIndex(GetMethod(), bcInst->GetId(0).AsIn… in BuildCharIsLowerCaseIntrinsic() 477 …ASSERT(GetMethodArgumentsCount(GetRuntime()->ResolveMethodIndex(GetMethod(), bcInst->GetId(0).AsIn… in BuildCharToLowerCaseIntrinsic() 533 ASSERT(Builder()->GetMethodArgumentsCount(methodId_) == 1); in BuildMonitorIntrinsic() 1224 size_t argsCount = GetMethodArgumentsCount(methodId); in BuildMultiDimensionalArrayObject() [all …]
|
| D | inst_builder.cpp | 628 size_t InstBuilder::GetMethodArgumentsCount(uintptr_t id) const in GetMethodArgumentsCount() function in ark::compiler::InstBuilder 630 return GetRuntime()->GetMethodArgumentsCount(GetMethod(), id); in GetMethodArgumentsCount()
|
| D | inst_builder.h | 397 size_t GetMethodArgumentsCount(uintptr_t id) const;
|
| /arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
| D | inst_builder.cpp | 274 size_t InstBuilder::GetMethodArgumentsCount(uintptr_t id) const in GetMethodArgumentsCount() function in panda::compiler::InstBuilder 276 return GetRuntime()->GetMethodArgumentsCount(GetMethod(), id); in GetMethodArgumentsCount()
|
| D | inst_builder.h | 270 size_t GetMethodArgumentsCount(uintptr_t id) const;
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| D | runtime_adapter.h | 66 size_t GetMethodArgumentsCount([[maybe_unused]] MethodPtr caller, MethodId id) const override in GetMethodArgumentsCount() function
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | unit_test.h | 52 size_t GetMethodArgumentsCount(MethodPtr /* unused */) const override in GetMethodArgumentsCount() function
|
| D | compiler_inst_test.cpp | 1003 EXPECT_EQ(interface.GetMethodArgumentsCount(method, 0), 0); in __anon1b18b9e21602() 1004 EXPECT_EQ(interface.GetMethodArgumentsCount(method), 0); in __anon1b18b9e21602()
|
| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| D | runtime_interface.h | 76 static uint32_t GetMethodArgumentsCount(Method *caller, BytecodeId methodId) in GetMethodArgumentsCount() function
|
| D | interpreter-inl.h | 3728 … auto nargs = RuntimeIfaceT::GetMethodArgumentsCount(this->GetFrame()->GetMethod(), methodId); in InitializeObject()
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | compiler.h | 174 size_t GetMethodArgumentsCount(MethodPtr parentMethod, MethodId id) const override; 175 size_t GetMethodArgumentsCount(MethodPtr method) const override in GetMethodArgumentsCount() function
|
| D | compiler.cpp | 334 size_t PandaRuntimeInterface::GetMethodArgumentsCount(MethodPtr parentMethod, MethodId id) const in GetMethodArgumentsCount() function in ark::PandaRuntimeInterface
|
| /arkcompiler/runtime_core/static_core/runtime/tests/interpreter/ |
| D | test_runtime_interface.h | 443 …static uint32_t GetMethodArgumentsCount([[maybe_unused]] Method *caller, [[maybe_unused]] Bytecode… in GetMethodArgumentsCount() function
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | unit_test.h | 83 size_t GetMethodArgumentsCount(MethodPtr /* unused */) const override in GetMethodArgumentsCount() function
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | runtime_interface.h | 238 …virtual size_t GetMethodArgumentsCount([[maybe_unused]] MethodPtr parentMethod, [[maybe_unused]] M… in GetMethodArgumentsCount() function 242 virtual size_t GetMethodArgumentsCount([[maybe_unused]] MethodPtr method) const in GetMethodArgumentsCount() function
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| D | runtime_adapter.h | 121 size_t GetMethodArgumentsCount([[maybe_unused]] MethodPtr caller, MethodId id) const override in GetMethodArgumentsCount() function
|
| /arkcompiler/runtime_core/bytecode_optimizer/tests/ |
| D | codegen_test.cpp | 437 EXPECT_EQ(runtime_adapter.GetMethodArgumentsCount(caller, id), 0); in __anon85c438b50702()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | inlining.cpp | 259 << GetGraph()->GetRuntime()->GetMethodArgumentsCount(ctx.method) + in TryInline() 1045 auto vregsNum = GetGraph()->GetRuntime()->GetMethodArgumentsCount(ctx.method) + in CheckBytecode()
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/ |
| D | llvm_ark_interface.cpp | 792 … return runtime_->GetMethodRegistersCount(method) + runtime_->GetMethodArgumentsCount(method) + 1; in GetVirtualRegistersCount()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | codegen.cpp | 917 runtime->GetMethodArgumentsCount(caller->GetCallMethod()); in CreateStackMapRec() 920 runtime->GetMethodArgumentsCount(saveState->GetMethod()); in CreateStackMapRec()
|
| /arkcompiler/runtime_core/static_core/runtime/entrypoints/ |
| D | entrypoints.cpp | 1194 … auto nargs = interpreter::RuntimeInterface::GetMethodArgumentsCount(caller, BytecodeId(methodId)); in CreateMultiDimArray()
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| D | llvm_ir_constructor.cpp | 2481 for (size_t i = 0; i < runtime->GetMethodArgumentsCount(methodPtr, methodId); i++) { in GetFunctionTypeForCall()
|