Home
last modified time | relevance | path

Searched defs:Call (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/connection/
H A Dserver_endpoint_base.cpp21 void ServerEndpointBase::Call(const std::string &sessionId, const char *method, in Call() function in ark::tooling::inspector::ServerEndpointBase
H A Dserver.h38 void Call(const char *method, std::function<void(JsonObjectBuilder &)> &&params) in Call() function in ark::tooling::inspector::Server
43 void Call(const std::string &sessionId, const char *method) in Call() function in ark::tooling::inspector::Server
48 void Call(const char *method) in Call() function in ark::tooling::inspector::Server
H A Dendpoint_base.cpp73 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/runtime/interop_js/
H A Dets_vm_plugin.cpp131 static napi_value Call(napi_env env, napi_callback_info info) in Call() function
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dhcr_circuit_builder.cpp115 GateRef CircuitBuilder::Call(const CallSignature* cs, GateRef glue, GateRef target, GateRef depend, in Call() function in panda::ecmascript::kungfu::CircuitBuilder
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dasm_assembler.cpp1721 void AsmAssembler::Call(InsnSize insnSize, Reg reg) in Call() function in assembler::AsmAssembler
1730 void AsmAssembler::Call(InsnSize insnSize, const Mem &mem) in Call() function in assembler::AsmAssembler
1739 void AsmAssembler::Call(InsnSize insnSize, int64 symIdx) in Call() function in assembler::AsmAssembler
H A Delf_assembler.cpp2107 void ElfAssembler::Call(InsnSize insnSize, Reg reg) in Call() function in ElfAssembler
2113 void ElfAssembler::Call(InsnSize insnSize, const Mem &mem) in Call() function in ElfAssembler
2118 void ElfAssembler::Call(InsnSize insnSize, int64 symIdx) in Call() function in ElfAssembler
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
H A Dlmir_builder.cpp449 Stmt &LMIRBuilder::Call(Function &func, Args &args_, PregIdx pregIdx) in Call() function in maple::litecg::LMIRBuilder
/arkcompiler/ets_runtime/ecmascript/
H A Djs_function.cpp437 JSTaggedValue JSFunction::Call(EcmaRuntimeCallInfo *info) in Call() function in panda::ecmascript::JSFunction
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A Dpandagen.cpp1005 void PandaGen::Call(const ir::AstNode *node, VReg callee, VReg thisReg, const ArenaVector<ir::Expression *> &arguments) in Call() function in ark::es2panda::compiler::PandaGen
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.cpp1310 void PandaGen::Call(const ir::AstNode *node, VReg startReg, size_t argCount) in Call() function in panda::es2panda::compiler::PandaGen
/arkcompiler/toolchain/tooling/base/
H A Dpt_types.h1444 static std::string Call() in Call() function
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp3480 Local<JSValueRef> FunctionRef::Call(const EcmaVM *vm, Local<JSValueRef> thisObj, in Call() function in panda::FunctionRef

Completed in 41 milliseconds