Home
last modified time | relevance | path

Searched defs:GetArgType (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dintrinsics.cpp74 MIRType *IntrinDesc::GetArgType(uint32 index) const in GetArgType() function in maple::IntrinDesc
/arkcompiler/runtime_core/libpandafile/
Dproto_data_accessor-inl.h150 inline Type ProtoDataAccessor::GetArgType(size_t idx) const in GetArgType() function
/arkcompiler/runtime_core/static_core/libpandafile/
Dproto_data_accessor-inl.h157 inline Type ProtoDataAccessor::GetArgType(size_t idx) const in GetArgType() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_method.h79 EtsType GetArgType(size_t idx) const in GetArgType() function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_method_test.cpp165 TEST_F(EtsMethodTest, GetArgType) in TEST_F() argument
/arkcompiler/runtime_core/static_core/runtime/
Dmethod.cpp235 panda_file::Type Method::GetArgType(size_t idx) const in GetArgType() function in ark::Method