Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_call.cpp199 Register jsfunc(X7); in OptimizedCallAndPushArgv() local
426 Register jsfunc(X1); in GenJSCall() local
444 void OptimizedCall::JSCallInternal(ExtendedAssembler *assembler, Register jsfunc, bool isNew) in JSCallInternal()
668 Register jsfunc(X1); in AOTCallToAsmInterBridge() local
722 Register jsfunc(X1); in FastCallToAsmInterBridge() local
861 void OptimizedCall::JSCallCheck(ExtendedAssembler *assembler, Register jsfunc, Register taggedValue, in JSCallCheck()
916 Register actualArgC, Register jsfunc, int stubId) in JSBoundFunctionCallInternal()
1028 Register jsfunc(X1); in JSProxyCallInternalWithArgV() local
1091 void OptimizedCall::PushMandatoryJSArgs(ExtendedAssembler *assembler, Register jsfunc, in PushMandatoryJSArgs()
1277 Register jsfunc(X2); in GenJSCallWithArgV() local
[all …]
Doptimized_fast_call.cpp91 Register jsfunc(X3); in OptimizedFastCallAndPushArgv() local
256 Register jsfunc(X1); in JSFastCallWithArgV() local
334 Register jsfunc(X1); in JSFastCallWithArgVAndPushArgv() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Dtest_runtime_stubs.cpp69 JSHandle<JSFunction> jsfunc = factory->NewJSFunction(env, method); in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Doptimized_call.cpp960 Register jsfunc = rsi; in JSBoundFunctionCallInternal() local
1129 void OptimizedCall::PushMandatoryJSArgs(ExtendedAssembler *assembler, Register jsfunc, in PushMandatoryJSArgs()
1138 void OptimizedCall::PushArgsWithArgV(ExtendedAssembler *assembler, Register jsfunc, in PushArgsWithArgV()
1287 Register jsfunc(rdx); in GenJSCallWithArgV() local
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_profiler.cpp891 auto jsfunc = *jsFunction_; in ConvertExternalModuleVar() local
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp2329 JSHandle<JSFunction> jsfunc = NewJSFunction(env, method); in NewAotFunction() local
5396 JSHandle<JSFunction> jsfunc = NewJSFunctionByHClass(methodHandle, hclass); in NewJSFunction() local