Searched refs:GetMethodArgumentType (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/ |
| D | ir_build_intrinsics_ets.cpp | 37 auto type = GetMethodArgumentType(methodId, 0); in BuildIsFiniteIntrinsic()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| D | inst_builder-inl.h | 124 call->AddInputType(GetMethodArgumentType(methodId, i)); in SetCallArgs() 129 call->AddInputType(GetMethodArgumentType(methodId, i)); in SetCallArgs() 360 … GetMethodArgumentType(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()
|
| D | inst_builder.cpp | 431 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()
|
| D | inst_builder.h | 494 DataType::Type GetMethodArgumentType(uintptr_t id, size_t index) const;
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/ |
| D | runtime_adapter_test.cpp | 195 EXPECT_EQ(adapter.GetMethodArgumentType(main, methodId, 0U), compiler::DataType::Type::INT32); in TEST()
|
| /arkcompiler/runtime_core/bytecode_optimizer/tests/ |
| D | runtime_adapter_test.cpp | 195 EXPECT_EQ(adapter.GetMethodArgumentType(main, method_id, 0), compiler::DataType::Type::INT32); in TEST()
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| D | runtime_adapter.h | 102 compiler::DataType::Type GetMethodArgumentType([[maybe_unused]] MethodPtr caller, MethodId id, in GetMethodArgumentType() function
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | compiler.h | 172 …compiler::DataType::Type GetMethodArgumentType(MethodPtr parentMethod, MethodId id, size_t index) …
|
| D | compiler.cpp | 325 compiler::DataType::Type PandaRuntimeInterface::GetMethodArgumentType(MethodPtr parentMethod, Metho… in GetMethodArgumentType() function in panda::PandaRuntimeInterface
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | runtime_interface.h | 234 …virtual DataType::Type GetMethodArgumentType([[maybe_unused]] MethodPtr parentMethod, [[maybe_unus… in GetMethodArgumentType() function
|