Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libabckit/src/adapter_static/
Druntime_adapter_static.cpp27 std::initializer_list<std::string_view> refTypes) in IsEqual()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Druntime_adapter.cpp23 std::initializer_list<std::string_view> refTypes) in IsEqual()
/arkcompiler/runtime_core/static_core/runtime/
Dmethod.cpp78 const auto &refTypes = other.GetRefTypes(); in operator ==() local
146 auto &refTypes = GetRefTypes(); in GetSignature() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_method.cpp251 auto &refTypes = proto.GetRefTypes(); in GetMethodSignature() local
/arkcompiler/runtime_core/static_core/runtime/include/
Dmethod.h92 …Proto(ShortyVector shorty, RefTypeVector refTypes) : shorty_(std::move(shorty)), refTypes_(std::mo… in Proto()
/arkcompiler/runtime_core/static_core/libpandafile/tests/
Dfile_item_container_test.cpp438 std::vector<ClassItem *> refTypes; in TestProtos() local