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

/external/chromium_org/v8/src/
H A Dcode-stubs.h1092 class BinaryOpICStub : public HydrogenCodeStub { class in inherits:HydrogenCodeStub
1094 BinaryOpICStub(Isolate* isolate, Token::Value op, function in class:BinaryOpICStub
1101 BinaryOpICStub(Isolate* isolate, const BinaryOpICState& state) function in class:BinaryOpICStub
1139 // TODO(bmeurer): Merge this into the BinaryOpICStub once we have proper tail
1184 class BinaryOpWithAllocationSiteStub FINAL : public BinaryOpICStub {
1189 : BinaryOpICStub(isolate, op, mode) {}
1192 : BinaryOpICStub(isolate, state) {}
1204 DEFINE_HYDROGEN_CODE_STUB(BinaryOpWithAllocationSite, BinaryOpICStub);

Completed in 169 milliseconds