/arkcompiler/ets_frontend/merge_abc/protos/ |
D | assemblyDebug.proto | 29 bytes signature = 2; field
|
/arkcompiler/ets_frontend/ts2panda/ts2abc/tests/ |
D | functions_test.cpp | 56 auto signature = function["signature"]; variable
|
/arkcompiler/ets_frontend/es2panda/ir/expressions/ |
D | arrowFunctionExpression.cpp | 56 auto *signature = in Check() local
|
D | functionExpression.cpp | 56 auto *signature = in Check() local
|
/arkcompiler/ets_frontend/es2panda/ir/ts/ |
D | tsSignatureDeclaration.cpp | 82 auto *signature = checker->Allocator()->New<checker::Signature>(signatureInfo, returnType); in Check() local
|
/arkcompiler/runtime_core/assembler/ |
D | assembly-debug.h | 49 std::string signature; member
|
D | assembly-parser.cpp | 1907 auto signature = GetFunctionSignatureFromName(curr_func_->name, curr_func_->params); in UpdateFunctionName() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | call_signature.cpp | 376 …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 …]
|
D | llvm_ir_builder.h | 374 #define DECLAREVISITOPCODE(name, signature) void Visit##name signature; argument
|
D | llvm_ir_builder.cpp | 515 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/ |
D | debug_info_extractor.h | 56 std::string signature; member
|
/arkcompiler/ets_frontend/es2panda/typescript/core/ |
D | object.cpp | 128 for (auto *signature : objType->CallSignatures()) { in ResolveUnionTypeMembers() local 134 for (auto *signature : objType->ConstructSignatures()) { in ResolveUnionTypeMembers() local
|
D | function.cpp | 711 bool Checker::CallMatchesSignature(const ArenaVector<ir::Expression *> &args, Signature *signature,… in CallMatchesSignature()
|
/arkcompiler/ets_frontend/ts2panda/ts2abc/tests/sources/ |
D | add.json | 5 "signature": { object
|
/arkcompiler/runtime_core/disassembler/ |
D | disassembler.cpp | 153 … 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/ |
D | parserImpl.cpp | 1277 ir::Expression *ParserImpl::ParseTsTypeLiteralOrInterfaceKey(bool *computed, bool *signature, bool … in ParseTsTypeLiteralOrInterfaceKey() 1383 bool signature = false; in ParseTsTypeLiteralOrInterfaceMember() local
|
/arkcompiler/ets_frontend/ts2panda/ts2abc/ |
D | ts2abc.cpp | 532 auto signature = function["s"]; in GetFunctionDefintion() local
|
/arkcompiler/ets_frontend/legacy_bin/api8/src/ |
D | index.js | 2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… function
|