Home
last modified time | relevance | path

Searched defs:callSignature (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.h51 InterpreterStubBuilder(CallSignature *callSignature, Environment *env) in InterpreterStubBuilder()
157 explicit InterpreterToolsStubBuilder(CallSignature *callSignature, Environment *env) in InterpreterToolsStubBuilder()
Dstub.cpp20 Stub::Stub(const CallSignature *callSignature, Circuit *circuit) in Stub()
Dstub_builder.h74 explicit StubBuilder(CallSignature *callSignature, Environment *env) in StubBuilder()
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dstub_tests.cpp116 CallSignature callSignature; in HWTEST_F_L0() local
159 CallSignature callSignature; in HWTEST_F_L0() local
198 CallSignature callSignature; in HWTEST_F_L0() local
256 CallSignature callSignature; in HWTEST_F_L0() local
307 CallSignature callSignature; in HWTEST_F_L0() local
375 CallSignature callSignature; in HWTEST_F_L0() local
398 CallSignature callSignature; in HWTEST_F_L0() local
421 CallSignature callSignature; in HWTEST_F_L0() local
444 CallSignature callSignature; in HWTEST_F_L0() local
602 CallSignature callSignature; in HWTEST_F_L0() local
[all …]
/arkcompiler/ets_frontend/es2panda/typescript/core/
DtypeCreation.cpp126 Type *Checker::CreateObjectTypeWithCallSignature(Signature *callSignature) in CreateObjectTypeWithCallSignature()
140 Type *Checker::CreateFunctionTypeWithSignature(Signature *callSignature) in CreateFunctionTypeWithSignature()
Dhelpers.cpp401 … auto *callSignature = allocator_->New<checker::Signature>(signatureInfo, GlobalAnyType()); in GetTypeOfVariable() local
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsMethodSignature.cpp70 …auto *callSignature = checker->Allocator()->New<checker::Signature>(signatureInfo, checker->Global… in Check() local
DtsFunctionType.cpp58 auto *callSignature = in Check() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.h30 BuiltinsStubBuilder(CallSignature *callSignature, Environment *env) in BuiltinsStubBuilder()