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

/external/v8/src/crankshaft/
H A Dhydrogen-instructions.h1535 class HUseConst final : public HUnaryOperation {
1537 DECLARE_INSTRUCTION_FACTORY_P1(HUseConst, HValue*);
1546 explicit HUseConst(HValue* old_value) : HUnaryOperation(old_value) { } function in class:final

Completed in 79 milliseconds