Home
last modified time | relevance | path

Searched refs:ParamCount (Results 1 – 4 of 4) sorted by relevance

/external/v8/test/cctest/compiler/
Dtest-run-native-calls.cc421 int ParamCount(CallDescriptor* desc) { in ParamCount() function
433 int num_params = ParamCount(desc); in Run()
721 for (int i = 0; i < ParamCount(desc); i++) { in Build_Int32_WeightedSum()
731 for (int i = 0; i < ParamCount(desc); i++) { in Compute_Int32_WeightedSum()
789 int count = ParamCount(desc); in RunSelect()
954 int num_params = ParamCount(desc); in Build_Select_With_Call()
/external/zlib/src/contrib/pascal/
Dexample.pas557 if ParamCount >= 1 then
/external/llvm/include/llvm-c/
DCore.h801 LLVMTypeRef *ParamTypes, unsigned ParamCount,
/external/llvm/lib/IR/
DCore.cpp400 LLVMTypeRef *ParamTypes, unsigned ParamCount, in LLVMFunctionType() argument
402 ArrayRef<Type*> Tys(unwrap(ParamTypes), ParamCount); in LLVMFunctionType()