Home
last modified time | relevance | path

Searched defs:signature (Results 1 – 21 of 21) sorted by relevance

/arkcompiler/ets_frontend/merge_abc/protos/
DassemblyDebug.proto29 bytes signature = 2; field
/arkcompiler/ets_frontend/ts2panda/ts2abc/tests/
Dfunctions_test.cpp56 auto signature = function["signature"]; variable
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DarrowFunctionExpression.cpp56 auto *signature = in Check() local
DfunctionExpression.cpp56 auto *signature = in Check() local
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsSignatureDeclaration.cpp83 auto *signature = checker->Allocator()->New<checker::Signature>(signatureInfo, returnType); in Check() local
/arkcompiler/runtime_core/assembler/
Dassembly-debug.h49 std::string signature; member
Dassembly-parser.cpp1913 auto signature = GetFunctionSignatureFromName(curr_func_->name, curr_func_->params); in UpdateFunctionName() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_signature.cpp354 …CallSignature signature("TryLdGlobalByName", 0, 4, ArgumentsOrder::DEFAULT_ORDER, VariableType::JS… in DEF_CALL_SIGNATURE() local
370 …CallSignature signature("TryStGlobalByName", 0, 5, ArgumentsOrder::DEFAULT_ORDER, VariableType::JS… in DEF_CALL_SIGNATURE() local
387 …CallSignature signature("LdGlobalVar", 0, 4, ArgumentsOrder::DEFAULT_ORDER, VariableType::JS_ANY()… in DEF_CALL_SIGNATURE() local
403 …CallSignature signature("StGlobalVar", 0, 5, ArgumentsOrder::DEFAULT_ORDER, VariableType::JS_ANY()… in DEF_CALL_SIGNATURE() local
594 CallSignature signature("NewThisObjectChecked", 0, 2, in DEF_CALL_SIGNATURE() local
609 CallSignature signature("ConstructorCheck", 0, 4, in DEF_CALL_SIGNATURE() local
626 CallSignature signature("NewLexicalEnv", 0, 3, in DEF_CALL_SIGNATURE() local
642 CallSignature signature("GetUnmapedArgs", 0, 2, in DEF_CALL_SIGNATURE() local
Dllvm_ir_builder.h252 #define DECLAREVISITOPCODE(name, signature) void Visit##name signature; argument
Dllvm_ir_builder.cpp483 LLVMValueRef LLVMIRBuilder::GetFunction(LLVMValueRef glue, const CallSignature *signature, in GetFunction()
500 const CallSignature *signature, LLVMValueRef reloc) const in GetFunctionFromGlobalValue() argument
527 … const CallSignature *signature = RuntimeStubCSigns::Get(std::get<RuntimeStubCSigns::ID>(stubId)); in VisitRuntimeCall() local
566 … const CallSignature *signature = RuntimeStubCSigns::Get(std::get<RuntimeStubCSigns::ID>(stubId)); in VisitRuntimeCallWithArgv() local
815 const CallSignature *signature = BytecodeStubCSigns::BCHandler(); in VisitBytecodeCall() local
/arkcompiler/ets_frontend/es2panda/typescript/core/
Dobject.cpp128 for (auto *signature : objType->CallSignatures()) { in ResolveUnionTypeMembers() local
134 for (auto *signature : objType->ConstructSignatures()) { in ResolveUnionTypeMembers() local
Dfunction.cpp713 bool Checker::CallMatchesSignature(const ArenaVector<ir::Expression *> &args, Signature *signature,… in CallMatchesSignature()
/arkcompiler/runtime_core/libpandafile/
Ddebug_info_extractor.h56 std::string signature; member
/arkcompiler/runtime_core/verification/absint/
Dabsint.cpp75 const auto &signature = verifCtx.Types().MethodSignature(cached_method); in PrepareVerificationContext() local
/arkcompiler/ets_frontend/ts2panda/ts2abc/tests/sources/
Dadd.json5 "signature": { object
/arkcompiler/runtime_core/runtime/tests/
Dc2i_bridge_test.cpp168 std::ostringstream signature; in MakeCheckArgsMethod() local
/arkcompiler/runtime_core/disassembler/
Ddisassembler.cpp153 … const auto signature = pandasm::GetFunctionSignatureFromName(new_method.name, new_method.params); in AddMethodToTables() local
1360 const std::string signature = pandasm::GetFunctionSignatureFromName(method.name, method.params); in Serialize() local
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp1194 ir::Expression *ParserImpl::ParseTsTypeLiteralOrInterfaceKey(bool *computed, bool *signature, bool … in ParseTsTypeLiteralOrInterfaceKey()
1300 bool signature = false; in ParseTsTypeLiteralOrInterfaceMember() local
/arkcompiler/runtime_core/verification/jobs/
Dcache.h305 PandaVector<CachedClassRefOrDescriptor> signature; member
/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc.cpp532 auto signature = function["s"]; in GetFunctionDefintion() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …md(e);const n=r("./node_modules/color-convert/index.js"),i=(e,t)=>function(){const r=e.apply(n,arg… property