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

/external/chromium_org/v8/src/
H A Dinterface.h49 static Interface* NewConst() { function in class:v8::internal::Interface
H A Dparser.cc2201 is_const ? Interface::NewConst() : Interface::NewValue();
3127 is_const ? Interface::NewConst() : Interface::NewValue();
3607 Interface::NewConst());
3776 factory(), function_name, Interface::NewConst());
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1422 SDValue NewConst = DAG.getConstant(C1.trunc(InSize), newVT); local
1425 NewConst, Cond);

Completed in 520 milliseconds