Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_function_stub_builder.cpp734 SetCodeEntryToFunctionFromMethod(glue, func, method); in InitializeFunctionWithMethod()
/arkcompiler/ets_runtime/ecmascript/
Dshared_object_factory.cpp298 SetCodeEntryToFunctionFromMethod(function, method); in NewSFunctionByHClass()
Dobject_factory.h972 …void SetCodeEntryToFunctionFromMethod(const JSHandle<JSFunction> &func, const JSHandle<Method> &me…
Dobject_factory.cpp2075 void ObjectFactory::SetCodeEntryToFunctionFromMethod(const JSHandle<JSFunction> &func, const JSHand… in SetCodeEntryToFunctionFromMethod() function in panda::ecmascript::ObjectFactory
2113 SetCodeEntryToFunctionFromMethod(function, method); in SetupJSFunctionByHClass()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h925 void SetCodeEntryToFunctionFromMethod(GateRef glue, GateRef function, GateRef value);
Dnew_object_stub_builder.cpp639 SetCodeEntryToFunctionFromMethod(glue, func, method); in DefineFuncForJit()
Dstub_builder-inl.h3556 inline void StubBuilder::SetCodeEntryToFunctionFromMethod(GateRef glue, GateRef function, GateRef m… in SetCodeEntryToFunctionFromMethod() function