Searched refs:DefineAsConstant (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/compiler/
H A Dinstruction-selector-impl.h64 InstructionOperand DefineAsConstant(Node* node) { function in class:v8::internal::compiler::OperandGenerator
65 return DefineAsConstant(node, ToConstant(node));
68 InstructionOperand DefineAsConstant(Node* node, Constant constant) { function in class:v8::internal::compiler::OperandGenerator
H A Dinstruction-selector.cc2333 Emit(kArchNop, g.DefineAsConstant(node));

Completed in 352 milliseconds