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.h435 GateRef method = GetMethodFromJSFunction(function); in GetStartIdxAndNumArgs()
Dstub_builder.h530 GateRef GetMethodFromJSFunction(GateRef jsfunc);
Dstub_builder-inl.h1910 inline GateRef StubBuilder::GetMethodFromJSFunction(GateRef object) in GetMethodFromJSFunction() function
Dstub_builder.cpp4531 GateRef method = GetMethodFromJSFunction(func); in JSCallDispatch()