Searched refs:RuntimeDefineMethod (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.h | 721 …static inline JSTaggedValue RuntimeDefineMethod(JSThread *thread, const JSHandle<Method> &methodHa…
|
| D | runtime_stubs-inl.h | 2237 JSTaggedValue RuntimeStubs::RuntimeDefineMethod(JSThread *thread, const JSHandle<Method> &methodHan… in RuntimeDefineMethod() function
|
| D | runtime_stubs.cpp | 2251 return RuntimeDefineMethod(thread, method, homeObject, length, env).GetRawData(); in DEF_RUNTIME_STUBS()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.cpp | 1032 …return RuntimeStubs::RuntimeDefineMethod(thread, methodHandle, homeObjectHandle, length, envHandle… in DefineMethod()
|