Home
last modified time | relevance | path

Searched defs:getMethod (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/class_ops/
Dcall_static_method_void_test.cpp34 ani_static_method getMethod; in GetMethodData() local
46 void GetCount(ani_class cls, ani_static_method getMethod, ani_int *value) in GetCount()
58 ani_static_method getMethod {}; in TestCombineScene() local
80 ani_static_method getMethod; in TEST_F() local
95 ani_static_method getMethod; in TEST_F() local
110 ani_static_method getMethod; in TEST_F() local
126 ani_static_method getMethod; in TEST_F() local
138 ani_static_method getMethod; in TEST_F() local
150 ani_static_method getMethod; in TEST_F() local
162 ani_static_method getMethod; in TEST_F() local
[all …]
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/save/source/
DSourceBase.ts43 public getMethod(signature: MethodSignature): ArkMethod | null { method in SourceBase
DSourceTransformer.ts86 getMethod(signature: MethodSignature): ArkMethod | null; method
DSourceBody.ts97 public getMethod(signature: MethodSignature): ArkMethod | null { method in SourceBody
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/object_ops/
Dcall_object_method_void_test.cpp47 ani_method getMethod {}; in TEST_F() local
66 ani_method getMethod {}; in TEST_F() local
82 ani_method getMethod {}; in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_refconvert_record.cpp75 Method *getMethod = PlatformTypes()->escompatRecordGetter->GetPandaMethod(); in RecordGetHandler() local
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/callgraph/model/
DCallGraph.ts92 public getMethod(): Method { method in CallGraphNode