Searched defs:HUseConst (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dhydrogen-instructions.h1618 class HUseConst FINAL : public HUnaryOperation {
1620 DECLARE_INSTRUCTION_FACTORY_P1(HUseConst, HValue*);
1629 explicit HUseConst(HValue* old_value) : HUnaryOperation(old_value) { } function in class:v8::FINAL

Completed in 45 milliseconds