Home
last modified time | relevance | path

Searched defs:signature (Results 1 – 18 of 18) 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.cpp82 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.cpp1907 auto signature = GetFunctionSignatureFromName(curr_func_->name, curr_func_->params); in UpdateFunctionName() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_signature.cpp376 …CallSignature signature("TryLdGlobalByName", 0, 4, ArgumentsOrder::DEFAULT_ORDER, VariableType::JS… in DEF_CALL_SIGNATURE() local
392 …CallSignature signature("TryStGlobalByName", 0, 5, ArgumentsOrder::DEFAULT_ORDER, VariableType::JS… in DEF_CALL_SIGNATURE() local
409 …CallSignature signature("LdGlobalVar", 0, 4, ArgumentsOrder::DEFAULT_ORDER, VariableType::JS_ANY()… in DEF_CALL_SIGNATURE() local
425 …CallSignature signature("StGlobalVar", 0, 5, ArgumentsOrder::DEFAULT_ORDER, VariableType::JS_ANY()… in DEF_CALL_SIGNATURE() local
616 CallSignature signature("NewThisObjectChecked", 0, 2, in DEF_CALL_SIGNATURE() local
631 CallSignature signature("ConstructorCheck", 0, 4, in DEF_CALL_SIGNATURE() local
648 CallSignature signature("CreateEmptyArray", 0, 1, in DEF_CALL_SIGNATURE() local
662 CallSignature signature("CreateArrayWithBuffer", 0, 3, in DEF_CALL_SIGNATURE() local
678 CallSignature signature("NewJSObject", 0, 2, in DEF_CALL_SIGNATURE() local
693 CallSignature signature("NewLexicalEnv", 0, 3, in DEF_CALL_SIGNATURE() local
[all …]
Dllvm_ir_builder.h374 #define DECLAREVISITOPCODE(name, signature) void Visit##name signature; argument
Dllvm_ir_builder.cpp515 LLVMValueRef LLVMIRBuilder::GetFunction(LLVMValueRef glue, const CallSignature *signature, in GetFunction()
532 const CallSignature *signature, LLVMValueRef reloc) const in GetFunctionFromGlobalValue() argument
564 … const CallSignature *signature = RuntimeStubCSigns::Get(std::get<RuntimeStubCSigns::ID>(stubId)); in VisitRuntimeCall() local
633 … const CallSignature *signature = RuntimeStubCSigns::Get(std::get<RuntimeStubCSigns::ID>(stubId)); in VisitRuntimeCallWithArgv() local
787 …lueRef LLVMIRBuilder::GetCallee(const std::vector<GateRef> &inList, const CallSignature *signature, in GetCallee()
938 const CallSignature *signature = BytecodeStubCSigns::BCHandler(); in VisitBytecodeCall() local
/arkcompiler/runtime_core/libpandafile/
Ddebug_info_extractor.h56 std::string signature; member
/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.cpp711 bool Checker::CallMatchesSignature(const ArenaVector<ir::Expression *> &args, Signature *signature,… in CallMatchesSignature()
/arkcompiler/ets_frontend/ts2panda/ts2abc/tests/sources/
Dadd.json5 "signature": { object
/arkcompiler/runtime_core/disassembler/
Ddisassembler.cpp153 … const auto signature = pandasm::GetFunctionSignatureFromName(new_method.name, new_method.params); in AddMethodToTables() local
1356 const std::string signature = pandasm::GetFunctionSignatureFromName(method.name, method.params); in Serialize() local
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp1277 ir::Expression *ParserImpl::ParseTsTypeLiteralOrInterfaceKey(bool *computed, bool *signature, bool … in ParseTsTypeLiteralOrInterfaceKey()
1383 bool signature = false; in ParseTsTypeLiteralOrInterfaceMember() local
/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc.cpp532 auto signature = function["s"]; in GetFunctionDefintion() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… function