HomeSort by relevance Sort by last modified time
    Searched refs:BinaryOpICState (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/v8/src/ic/
ic-state.h 60 class BinaryOpICState FINAL BASE_EMBEDDED {
62 BinaryOpICState(Isolate* isolate, ExtraICState extra_ic_state);
64 BinaryOpICState(Isolate* isolate, Token::Value op, OverwriteMode mode)
92 const BinaryOpICState&));
142 friend OStream& operator<<(OStream& os, const BinaryOpICState& s);
176 OStream& operator<<(OStream& os, const BinaryOpICState& s);
ic-state.cc 38 BinaryOpICState::BinaryOpICState(Isolate* isolate, ExtraICState extra_ic_state)
58 ExtraICState BinaryOpICState::GetExtraICState() const {
75 void BinaryOpICState::GenerateAheadOfTime(
76 Isolate* isolate, void (*Generate)(Isolate*, const BinaryOpICState&)) {
83 BinaryOpICState state(isolate, op, mode); \
278 BinaryOpICState state(isolate, op, mode); \
297 Type* BinaryOpICState::GetResultType(Zone* zone) const {
311 OStream& operator<<(OStream& os, const BinaryOpICState& s) {
318 os << ":" << BinaryOpICState::KindToString(s.left_kind_) << "*"
    [all...]
ic.cc     [all...]
  /external/chromium_org/v8/src/
type-info.cc 221 DCHECK(op < BinaryOpICState::FIRST_TOKEN ||
222 op > BinaryOpICState::LAST_TOKEN);
230 BinaryOpICState state(isolate(), code->extra_ic_state());
252 BinaryOpICState state(isolate(), code->extra_ic_state());
code-stubs.cc 278 BinaryOpICState::GenerateAheadOfTime(isolate, &GenerateAheadOfTime);
289 const BinaryOpICState& state) {
298 BinaryOpICState::GenerateAheadOfTime(isolate, &GenerateAheadOfTime);
310 Isolate* isolate, const BinaryOpICState& state) {
code-stubs.h     [all...]
code-stubs-hydrogen.cc     [all...]

Completed in 115 milliseconds