Home
last modified time | relevance | path

Searched refs:GetMethodFromJSFunctionOrProxy (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_stub_builder.h231 GateRef method = GetMethodFromJSFunctionOrProxy(function); in GetStartIdxAndNumArgs()
Dbaseline_stubs-inl.h259 GateRef method = GetMethodFromJSFunctionOrProxy(function); in GetStartIdxAndNumArgs()
Dbaseline_stubs.cpp1802 GateRef curMethod = GetMethodFromJSFunctionOrProxy(curFunc); in GenerateCircuit()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub-inl.h506 GateRef method = GetMethodFromJSFunctionOrProxy(function); in GetStartIdxAndNumArgs()
Dcall_stub_builder.cpp117 method_ = GetMethodFromJSFunctionOrProxy(func_); in JSCallInit()
Dprofiler_stub_builder.cpp1125 GateRef method = GetMethodFromJSFunctionOrProxy(func); in TryJitCompile()
Dstub_builder.h898 GateRef GetMethodFromJSFunctionOrProxy(GateRef jsfunc);
Dstub_builder-inl.h3007 inline GateRef StubBuilder::GetMethodFromJSFunctionOrProxy(GateRef object) in GetMethodFromJSFunctionOrProxy() function