Home
last modified time | relevance | path

Searched defs:GetDirectMethod (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_class.cpp133 EtsMethod *EtsClass::GetDirectMethod(const char *name, const char *signature) in GetDirectMethod() function in ark::ets::EtsClass
139 EtsMethod *EtsClass::GetDirectMethod(const char *name) in GetDirectMethod() function in ark::ets::EtsClass
146 EtsMethod *EtsClass::GetDirectMethod(const uint8_t *name, const char *signature) in GetDirectMethod() function in ark::ets::EtsClass
158 EtsMethod *EtsClass::GetDirectMethod(const char *name, const Method::Proto &proto) const in GetDirectMethod() function in ark::ets::EtsClass
Dets_class.h121 … PANDA_PUBLIC_API EtsMethod *GetDirectMethod(const PandaString &name, const PandaString &signature) in GetDirectMethod() function
/arkcompiler/runtime_core/static_core/runtime/include/
Dclass-inl.h456 inline Method *Class::GetDirectMethod(const uint8_t *mutf8Name, const Method::Proto &proto) const in GetDirectMethod() function
503 inline Method *Class::GetDirectMethod(const uint8_t *mutf8Name) const in GetDirectMethod() function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_class_file_test.cpp455 TEST_F(EtsClassTest, GetDirectMethod) in TEST_F() argument