Home
last modified time | relevance | path

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

12

/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dserver.h38 void Call(const char *method, std::function<void(JsonObjectBuilder &)> &&params) in Call() function
43 void Call(const std::string &sessionId, const char *method) in Call() function
48 void Call(const char *method) in Call() function
Dserver_endpoint-inl.h53 void ServerEndpoint<CONFIG>::Call(const std::string &sessionId, const char *method, in Call() function
/arkcompiler/ets_frontend/ets2panda/ir/ets/
DetsLaunchExpression.h66 [[nodiscard]] const CallExpression *Call() const noexcept in Call() function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
Djs_mode_launch.cpp71 TEST_F(JsModeLaunchTest, Call) in TEST_F() argument
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D3_types.rst1971 .. _DynamicObject Indexing Access:
D9_classes.rst2380 .. _Default Constructor:
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dets_vm_plugin.cpp95 static napi_value Call(napi_env env, napi_callback_info info) in Call() function
/arkcompiler/runtime_core/static_core/compiler/tests/
Dinst_test.cpp400 TEST_F(InstTest, Call) in TEST_F() argument
Dir_builder_test.cpp4892 TEST_F(IrBuilderTest, Call) in TEST_F() argument
/arkcompiler/runtime_core/compiler/tests/
Dinst_test.cpp403 TEST_F(InstTest, Call) in TEST_F() argument
Dir_builder_test.cpp4874 TEST_F(IrBuilderTest, 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/litecg/
Dlmir_builder.cpp551 Stmt &LMIRBuilder::Call(Function &func, Args &args_, Var *result) in Call() function in maple::litecg::LMIRBuilder
565 Stmt &LMIRBuilder::Call(Function &func, Args &args_, PregIdx pregIdx) in Call() function in maple::litecg::LMIRBuilder
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dasm_assembler.cpp1704 void AsmAssembler::Call(InsnSize insnSize, Reg reg) in Call() function in assembler::AsmAssembler
1713 void AsmAssembler::Call(InsnSize insnSize, const Mem &mem) in Call() function in assembler::AsmAssembler
1722 void AsmAssembler::Call(InsnSize insnSize, int64 symIdx) in Call() function in assembler::AsmAssembler
Delf_assembler.cpp2077 void ElfAssembler::Call(InsnSize insnSize, Reg reg) in Call() function in assembler::ElfAssembler
2083 void ElfAssembler::Call(InsnSize insnSize, const Mem &mem) in Call() function in assembler::ElfAssembler
2088 void ElfAssembler::Call(InsnSize insnSize, int64 symIdx) in Call() function in assembler::ElfAssembler
/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp364 JSTaggedValue JSFunction::Call(EcmaRuntimeCallInfo *info) in Call() function in panda::ecmascript::JSFunction
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_proxy_test.cpp548 HWTEST_F_L0(JSProxyTest, Call) in HWTEST_F_L0() argument
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/
Dinspector_server.cpp41 void Call(const std::string &session, const char *method_call, in Call() function in panda::tooling::inspector::test::TestServer
/arkcompiler/ets_runtime/ecmascript/compiler/
Dhcr_circuit_builder.cpp113 GateRef CircuitBuilder::Call(const CallSignature* cs, GateRef glue, GateRef target, GateRef depend, in Call() function in panda::ecmascript::kungfu::CircuitBuilder
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_ark_tools.cpp1028 JSTaggedValue BuiltinsArkTools::Call([[maybe_unused]] EcmaRuntimeCallInfo *info) in Call() function in panda::ecmascript::builtins::BuiltinsArkTools
/arkcompiler/ets_runtime/ecmascript/napi/
DJSNapi接口说明.md4188 ### Call subsection
Djsnapi_expo.cpp2147 Local<JSValueRef> FunctionRef::Call(const EcmaVM *vm, Local<JSValueRef> thisObj, in Call() function in panda::FunctionRef
/arkcompiler/toolchain/tooling/base/
Dpt_types.h1417 static std::string Call() in Call() function
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1304 void PandaGen::Call(const ir::AstNode *node, VReg startReg, size_t argCount) in Call() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_frontend/ets2panda/compiler/core/
Dpandagen.cpp943 void PandaGen::Call(const ir::AstNode *node, VReg callee, VReg thisReg, const ArenaVector<ir::Expre… in Call() function in panda::es2panda::compiler::PandaGen

12