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

/external/v8/src/crankshaft/
H A Dhydrogen-instructions.h6294 class HStringAdd final : public HBinaryOperation {
6315 return flags_ == HStringAdd::cast(other)->flags_ &&
6316 pretenure_flag_ == HStringAdd::cast(other)->pretenure_flag_;
6320 HStringAdd(HValue* context, HValue* left, HValue* right, function in class:final::final
6336 PrintF("HStringAdd with AllocationSite %p %s\n",

Completed in 147 milliseconds