Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dllvm_ir_builder.cpp1903 std::vector<LLVMTypeRef> paramTys = {LLVMInt64Type(), LLVMInt64Type()}; // glue type in GenDeoptEntry() local
2040 std::vector<LLVMTypeRef> paramTys; in GetFuncType() local
2060 std::vector<LLVMTypeRef> paramTys; in GenerateFuncType() local
2102 std::vector<LLVMTypeRef> paramTys = { glue, lexEnv, actualArgc }; in AddFunc() local