Searched refs:SetCodeEntryToFunctionFromMethod (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_function_stub_builder.cpp | 732 SetCodeEntryToFunctionFromMethod(glue, func, method); in InitializeFunctionWithMethod()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | shared_object_factory.cpp | 259 SetCodeEntryToFunctionFromMethod(function, method); in NewSFunctionByHClass()
|
| D | object_factory.h | 914 …void SetCodeEntryToFunctionFromMethod(const JSHandle<JSFunction> &func, const JSHandle<Method> &me…
|
| D | object_factory.cpp | 2036 void ObjectFactory::SetCodeEntryToFunctionFromMethod(const JSHandle<JSFunction> &func, const JSHand… in SetCodeEntryToFunctionFromMethod() function in panda::ecmascript::ObjectFactory 2072 SetCodeEntryToFunctionFromMethod(function, method); in NewJSFunctionByHClass()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder.h | 810 void SetCodeEntryToFunctionFromMethod(GateRef glue, GateRef function, GateRef value);
|
| D | stub_builder-inl.h | 3342 inline void StubBuilder::SetCodeEntryToFunctionFromMethod(GateRef glue, GateRef function, GateRef m… in SetCodeEntryToFunctionFromMethod() function
|