HomeSort by relevance Sort by last modified time
    Searched defs:ParamCount (Results 1 - 2 of 2) sorted by null

  /external/v8/test/cctest/compiler/
test-run-native-calls.cc 421 int ParamCount(CallDescriptor* desc) {
433 int num_params = ParamCount(desc);
721 for (int i = 0; i < ParamCount(desc); i++) {
731 for (int i = 0; i < ParamCount(desc); i++) {
789 int count = ParamCount(desc);
954 int num_params = ParamCount(desc);
    [all...]
  /external/llvm/lib/IR/
Core.cpp 400 LLVMTypeRef *ParamTypes, unsigned ParamCount,
402 ArrayRef<Type*> Tys(unwrap(ParamTypes), ParamCount);
    [all...]

Completed in 122 milliseconds