Home
last modified time | relevance | path

Searched refs:constantCount (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/bindings/v8/
DV8Proxy.h106 …::FunctionTemplate>, v8::Handle<v8::ObjectTemplate>, const BatchedConstant*, size_t constantCount);
DV8Proxy.cpp118 size_t constantCount) in batchConfigureConstants() argument
120 for (size_t i = 0; i < constantCount; ++i) { in batchConfigureConstants()
/external/clang/lib/CodeGen/
DCGClass.cpp1147 llvm::ConstantInt *constantCount in EmitCXXAggrConstructorCall() local
1149 if (constantCount) { in EmitCXXAggrConstructorCall()
1151 if (constantCount->isZero()) return; in EmitCXXAggrConstructorCall()