Searched defs:jsfunc (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
| D | optimized_call.cpp | 354 Register jsfunc(X1); in GenJSCall() local 372 void OptimizedCall::JSCallInternal(ExtendedAssembler *assembler, Register jsfunc, bool isNew) in JSCallInternal() 530 Register jsfunc(X1); in ConstructorJSCall() local 536 void OptimizedCall::ConstructorJSCallInternal(ExtendedAssembler *assembler, Register jsfunc) in ConstructorJSCallInternal() 607 void OptimizedCall::JSCallCheck(ExtendedAssembler *assembler, Register jsfunc, Register taggedValue, in JSCallCheck() 659 void OptimizedCall::CallOptimziedMethodInternal(ExtendedAssembler *assembler, Register jsfunc, Regi… in CallOptimziedMethodInternal() 689 Register actualArgC, Register jsfunc, int stubId) in JSBoundFunctionCallInternal() 757 void OptimizedCall::JSProxyCallInternal(ExtendedAssembler *assembler, Register sp, Register jsfunc) in JSProxyCallInternal() 786 Register jsfunc(X1); in JSProxyCallInternalWithArgV() local 851 void OptimizedCall::PushMandatoryJSArgs(ExtendedAssembler *assembler, Register jsfunc, in PushMandatoryJSArgs() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | test_runtime_stubs.cpp | 72 JSHandle<JSFunction> jsfunc = factory->NewJSFunction(env, method); in DEF_RUNTIME_STUBS() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
| D | optimized_call.cpp | 1152 void OptimizedCall::PushMandatoryJSArgs(ExtendedAssembler *assembler, Register jsfunc, in PushMandatoryJSArgs() 1161 void OptimizedCall::PushArgsWithArgV(ExtendedAssembler *assembler, Register jsfunc, in PushArgsWithArgV() 1313 Register jsfunc(rdx); in GenJSCallWithArgV() local 1369 Register jsfunc(rdx); in ConstructorJSCallWithArgV() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/tests/ |
| D | stub_tests.cpp | 99 JSHandle<JSFunction> jsfunc = factory->NewJSFunction(env, method); in NewAotFunction() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_factory.cpp | 1606 JSHandle<JSFunction> jsfunc = NewJSFunction(env, method); in NewAotFunction() local
|