Home
last modified time | relevance | path

Searched defs:Call (Results 1 – 25 of 30) sorted by relevance

12

/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/connection/
Dserver.h47 void Call(const char *method, std::function<void(JsonObjectBuilder &)> &&params) in Call() function
52 void Call(const std::string &sessionId, const char *method) in Call() function
57 void Call(const char *method) in Call() function
Dserver_endpoint_base.cpp35 void ServerEndpointBase::Call(const std::string &sessionId, const char *method, in Call() function in ark::tooling::inspector::ServerEndpointBase
Dendpoint_base.cpp75 void EndpointBase::Call(const std::string &sessionId, std::optional<Id> id, const char *method, in Call() function in ark::tooling::inspector::EndpointBase
/arkcompiler/toolchain/tooling/static/connection/
Dserver.h47 void Call(const char *method, std::function<void(JsonObjectBuilder &)> &&params) in Call() function
52 void Call(const std::string &sessionId, const char *method) in Call() function
57 void Call(const char *method) in Call() function
Dserver_endpoint_base.cpp35 void ServerEndpointBase::Call(const std::string &sessionId, const char *method, in Call() function in ark::tooling::inspector::ServerEndpointBase
Dendpoint_base.cpp75 void EndpointBase::Call(const std::string &sessionId, std::optional<Id> id, const char *method, in Call() function in ark::tooling::inspector::EndpointBase
/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
Djs_mode_launch.cpp70 TEST_F(JsModeLaunchTest, Call) in TEST_F() argument
/arkcompiler/jsvm/src/inspector/
Djs_native_api_v8_inspector.cpp151 void Call(MainThreadInterface* thread) override in Call() function in v8impl::__anona063bacf0111::CreateObjectRequest
171 void Call(MainThreadInterface* thread) override in Call() function in v8impl::__anona063bacf0111::DeleteRequest
185 void Call(MainThreadInterface* thread) override in Call() function in v8impl::__anona063bacf0111::CallRequest
220 void Call(Fn fn) const in Call() function in v8impl::__anona063bacf0111::AnotherThreadObjectReference
227 void Call(void (T::*fn)(Arg), Arg argument) const in Call() function in v8impl::__anona063bacf0111::AnotherThreadObjectReference
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_Array.cpp272 … static EtsDouble Call(EtsObjectArray *buf, EtsClass *cls, EtsObject *val, EtsInt idx, EtsInt len) in Call() function
280 static EtsDouble Call(EtsObjectArray *buf, EtsClass *cls, EtsObject *val, EtsInt idx) in Call() function
/arkcompiler/jsvm/test/unittest/
Djsvm_utils.cpp275 JSVM_Value Call(JSVM_Value func) in Call() function
283 JSVM_Value Call(JSVM_Value func, JSVM_Value thisArg, std::initializer_list<JSVM_Value> args) in Call() function
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D9_classes.rst2388 .. _Default Constructor:
/arkcompiler/runtime_core/compiler/tests/
Dinst_test.cpp403 TEST_F(InstTest, Call) in TEST_F() argument
/arkcompiler/runtime_core/static_core/compiler/tests/
Dinst_test.cpp409 TEST_F(InstTest, Call) in TEST_F() argument
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/
Dassembler_aarch64_test.cpp347 HWTEST_F_L0(AssemblerAarch64Test, Call) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dasm_assembler.cpp1719 void AsmAssembler::Call(InsnSize insnSize, Reg reg) in Call() function in assembler::AsmAssembler
1728 void AsmAssembler::Call(InsnSize insnSize, const Mem &mem) in Call() function in assembler::AsmAssembler
1737 void AsmAssembler::Call(InsnSize insnSize, int64 symIdx) in Call() function in assembler::AsmAssembler
Delf_assembler.cpp2110 void ElfAssembler::Call(InsnSize insnSize, Reg reg) in Call() function in assembler::ElfAssembler
2116 void ElfAssembler::Call(InsnSize insnSize, const Mem &mem) in Call() function in assembler::ElfAssembler
2121 void ElfAssembler::Call(InsnSize insnSize, int64 symIdx) in Call() function in assembler::ElfAssembler
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_proxy_test.cpp505 HWTEST_F_L0(JSProxyTest, Call) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
Dhcr_circuit_builder.cpp131 GateRef CircuitBuilder::Call(const CallSignature* cs, GateRef glue, GateRef target, GateRef depend, in Call() function in panda::ecmascript::kungfu::CircuitBuilder
/arkcompiler/toolchain/tooling/static/tests/
Dinspector_server.cpp44 void Call(const std::string &session, const char *method_call, in Call() function in ark::tooling::inspector::test::TestServer
/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp536 JSTaggedValue JSFunction::Call(EcmaRuntimeCallInfo *info) in Call() function in panda::ecmascript::JSFunction
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/
Dinspector_server.cpp44 void Call(const std::string &session, const char *method_call, in Call() function in ark::tooling::inspector::test::TestServer
/arkcompiler/ets_runtime/ecmascript/napi/
DREADME.md4190 ### Call subsection
/arkcompiler/toolchain/tooling/dynamic/base/
Dpt_types.h1455 static std::string Call() in Call() function
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_ark_tools.cpp1461 JSTaggedValue BuiltinsArkTools::Call([[maybe_unused]] EcmaRuntimeCallInfo *info) in Call() function in panda::ecmascript::builtins::BuiltinsArkTools
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1338 void PandaGen::Call(const ir::AstNode *node, VReg startReg, size_t argCount) in Call() function in panda::es2panda::compiler::PandaGen

12