Home
last modified time | relevance | path

Searched refs:GetMethodFromJSFunction (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub-inl.h434 GateRef method = GetMethodFromJSFunction(function); in GetStartIdxAndNumArgs()
Dstub_builder.h602 GateRef GetMethodFromJSFunction(GateRef jsfunc);
Dstub_builder-inl.h2152 inline GateRef StubBuilder::GetMethodFromJSFunction(GateRef object) in GetMethodFromJSFunction() function
Dstub_builder.cpp5171 GateRef method = GetMethodFromJSFunction(func); in JSCallDispatch()