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

/external/chromium_org/v8/src/
H A Dhydrogen-instructions.h7264 class HStringAdd FINAL : public HBinaryOperation {
7288 return flags_ == HStringAdd::cast(other)->flags_ &&
7289 pretenure_flag_ == HStringAdd::cast(other)->pretenure_flag_;
7293 HStringAdd(HValue* context, function in class:v8::FINAL::FINAL
7306 PrintF("HStringAdd with AllocationSite %p %s\n",

Completed in 200 milliseconds