Home
last modified time | relevance | path

Searched defs:jsfunc (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_call.cpp204 Register jsfunc(X7); in OptimizedCallAndPushUndefined() local
370 Register jsfunc(X1); in GenJSCall() local
388 void OptimizedCall::JSCallInternal(ExtendedAssembler *assembler, Register jsfunc, bool isNew) in JSCallInternal()
535 void OptimizedCall::JSCallCheck(ExtendedAssembler *assembler, Register jsfunc, Register taggedValue, in JSCallCheck()
588 Register actualArgC, Register jsfunc, int stubId) in JSBoundFunctionCallInternal()
684 void OptimizedCall::JSProxyCallInternal(ExtendedAssembler *assembler, Register sp, Register jsfunc) in JSProxyCallInternal()
711 Register jsfunc(X1); in JSProxyCallInternalWithArgV() local
774 void OptimizedCall::PushMandatoryJSArgs(ExtendedAssembler *assembler, Register jsfunc, in PushMandatoryJSArgs()
960 Register jsfunc(X2); in GenJSCallWithArgV() local
1024 Register jsfunc(X7); in CallOptimized() local
Doptimized_fast_call.cpp101 Register jsfunc(X2); in OptimizedFastCallAndPushUndefined() local
253 Register jsfunc(X1); in JSFastCallWithArgV() local
331 Register jsfunc(X1); in JSFastCallWithArgVAndPushUndefined() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Dtest_runtime_stubs.cpp72 JSHandle<JSFunction> jsfunc = factory->NewJSFunction(env, method); in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Doptimized_call.cpp640 Register jsfunc = rsi; in JSBoundFunctionCallInternal() local
814 void OptimizedCall::PushMandatoryJSArgs(ExtendedAssembler *assembler, Register jsfunc, in PushMandatoryJSArgs()
823 void OptimizedCall::PushArgsWithArgV(ExtendedAssembler *assembler, Register jsfunc, in PushArgsWithArgV()
972 Register jsfunc(rdx); in GenJSCallWithArgV() local
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp1657 JSHandle<JSFunction> jsfunc = NewJSFunction(env, method); in NewAotFunction() local
4208 JSHandle<JSFunction> jsfunc = NewJSFunctionByHClass(methodHandle, hclass); in NewJSFunction() local