Home
last modified time | relevance | path

Searched defs:paramTys (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/aarch64/
Daarch64_builder.cpp48 std::vector<LLVMTypeRef> paramTys; in GetASMBarrierCall() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/x64/
Dx64_builder.cpp46 std::vector<LLVMTypeRef> paramTys; in GetASMBarrierCall() local
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/checker/migration/
DCustomBuilderCheck.ts118 … const paramTys = invokeExpr.getMethodSignature().getMethodSubSignature().getParameterTypes(); constant
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp2902 std::vector<LLVMTypeRef> paramTys = { GetInt64T(), GetInt64T(), GetInt64T() }; in GenDeoptEntry() local
3195 std::vector<LLVMTypeRef> paramTys; in GetFuncType() local
3215 std::vector<LLVMTypeRef> paramTys; in GenerateFuncType() local
3250 std::vector<LLVMTypeRef> paramTys = { glue }; in AddFunc() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp1385 std::vector<LiteCGType *> paramTys; in GenerateFuncType() local
1396 std::vector<LiteCGType *> paramTys; in GetFuncType() local
2834 …std::vector<LiteCGType *> paramTys = {lmirBuilder_->i64Type, lmirBuilder_->i64RefType, lmirBuilder… in GetExperimentalDeoptTy() local