Home
last modified time | relevance | path

Searched refs:GetMethodArgumentType (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/compiler/
Dir_build_intrinsics_ets.cpp37 auto type = GetMethodArgumentType(methodId, 0); in BuildIsFiniteIntrinsic()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h124 call->AddInputType(GetMethodArgumentType(methodId, i)); in SetCallArgs()
129 call->AddInputType(GetMethodArgumentType(methodId, i)); in SetCallArgs()
360GetMethodArgumentType(methodId, 0), ConditionCode::CC_NE); in BuildIsNanIntrinsic()
361 inst->SetOperandsType(GetMethodArgumentType(methodId, 0)); in BuildIsNanIntrinsic()
1279 inst->AddInputType(GetMethodArgumentType(methodId, i)); in BuildInitObjectMultiDimensionalArray()
1284 inst->AddInputType(GetMethodArgumentType(methodId, i)); in BuildInitObjectMultiDimensionalArray()
1388 call->AddInputType(GetMethodArgumentType(methodId, i)); in BuildInitObject()
1393 call->AddInputType(GetMethodArgumentType(methodId, i)); in BuildInitObject()
Dinst_builder.cpp431 DataType::Type InstBuilder::GetMethodArgumentType(uintptr_t id, size_t index) const in GetMethodArgumentType() function in panda::compiler::InstBuilder
433 return GetRuntime()->GetMethodArgumentType(GetMethod(), id, index); in GetMethodArgumentType()
Dinst_builder.h494 DataType::Type GetMethodArgumentType(uintptr_t id, size_t index) const;
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
Druntime_adapter_test.cpp195 EXPECT_EQ(adapter.GetMethodArgumentType(main, methodId, 0U), compiler::DataType::Type::INT32); in TEST()
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Druntime_adapter_test.cpp195 EXPECT_EQ(adapter.GetMethodArgumentType(main, method_id, 0), compiler::DataType::Type::INT32); in TEST()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Druntime_adapter.h102 compiler::DataType::Type GetMethodArgumentType([[maybe_unused]] MethodPtr caller, MethodId id, in GetMethodArgumentType() function
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.h172 …compiler::DataType::Type GetMethodArgumentType(MethodPtr parentMethod, MethodId id, size_t index) …
Dcompiler.cpp325 compiler::DataType::Type PandaRuntimeInterface::GetMethodArgumentType(MethodPtr parentMethod, Metho… in GetMethodArgumentType() function in panda::PandaRuntimeInterface
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h234 …virtual DataType::Type GetMethodArgumentType([[maybe_unused]] MethodPtr parentMethod, [[maybe_unus… in GetMethodArgumentType() function