Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dinterface.h48 static Interface* NewConst() { in NewConst() function
Dparser.cc2107 is_const ? Interface::NewConst() : Interface::NewValue(); in ParseVariableDeclarations()
3066 is_const ? Interface::NewConst() : Interface::NewValue(); in ParseForStatement()
3465 Variable::NORMAL, kCreatedInitialized, Interface::NewConst()); in ParseFunctionLiteral()
3674 factory(), function_name, Interface::NewConst()); in ParseEagerFunctionBody()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1422 SDValue NewConst = DAG.getConstant(C1.trunc(InSize), newVT); in SimplifySetCC() local
1425 NewConst, Cond); in SimplifySetCC()