Home
last modified time | relevance | path

Searched refs:SetCodeEntryToFunctionFromMethod (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_function_stub_builder.cpp732 SetCodeEntryToFunctionFromMethod(glue, func, method); in InitializeFunctionWithMethod()
/arkcompiler/ets_runtime/ecmascript/
Dshared_object_factory.cpp259 SetCodeEntryToFunctionFromMethod(function, method); in NewSFunctionByHClass()
Dobject_factory.h914 …void SetCodeEntryToFunctionFromMethod(const JSHandle<JSFunction> &func, const JSHandle<Method> &me…
Dobject_factory.cpp2036 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/
Dstub_builder.h810 void SetCodeEntryToFunctionFromMethod(GateRef glue, GateRef function, GateRef value);
Dstub_builder-inl.h3342 inline void StubBuilder::SetCodeEntryToFunctionFromMethod(GateRef glue, GateRef function, GateRef m… in SetCodeEntryToFunctionFromMethod() function