Home
last modified time | relevance | path

Searched refs:BinaryOpICState (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/ic/
Dic-state.h60 class BinaryOpICState FINAL BASE_EMBEDDED {
62 BinaryOpICState(Isolate* isolate, ExtraICState extra_ic_state);
64 BinaryOpICState(Isolate* isolate, Token::Value op, OverwriteMode mode) in BinaryOpICState() function
92 const BinaryOpICState&));
142 friend OStream& operator<<(OStream& os, const BinaryOpICState& s);
176 OStream& operator<<(OStream& os, const BinaryOpICState& s);
Dic-state.cc38 BinaryOpICState::BinaryOpICState(Isolate* isolate, ExtraICState extra_ic_state) in BinaryOpICState() function in v8::internal::BinaryOpICState
58 ExtraICState BinaryOpICState::GetExtraICState() const { in GetExtraICState()
75 void BinaryOpICState::GenerateAheadOfTime( in GenerateAheadOfTime()
76 Isolate* isolate, void (*Generate)(Isolate*, const BinaryOpICState&)) { in GenerateAheadOfTime() argument
83 BinaryOpICState state(isolate, op, mode); \ in GenerateAheadOfTime()
278 BinaryOpICState state(isolate, op, mode); \ in GenerateAheadOfTime()
297 Type* BinaryOpICState::GetResultType(Zone* zone) const { in GetResultType()
311 OStream& operator<<(OStream& os, const BinaryOpICState& s) { in operator <<()
318 os << ":" << BinaryOpICState::KindToString(s.left_kind_) << "*"; in operator <<()
322 os << BinaryOpICState::KindToString(s.right_kind_); in operator <<()
[all …]
Dic.cc2221 BinaryOpICState state(isolate(), target()->extra_ic_state()); in Transition()
2236 BinaryOpICState old_state(isolate(), target()->extra_ic_state()); in Transition()
/external/v8/src/
Dtype-info.cc221 DCHECK(op < BinaryOpICState::FIRST_TOKEN || in BinaryType()
222 op > BinaryOpICState::LAST_TOKEN); in BinaryType()
230 BinaryOpICState state(isolate(), code->extra_ic_state()); in BinaryType()
252 BinaryOpICState state(isolate(), code->extra_ic_state()); in CountType()
Dcode-stubs.h1097 BinaryOpICState state(isolate, op, mode); in HydrogenCodeStub()
1101 BinaryOpICStub(Isolate* isolate, const BinaryOpICState& state) in BinaryOpICStub()
1120 BinaryOpICState state() const { in state()
1121 return BinaryOpICState(isolate(), GetExtraICState()); in state()
1132 const BinaryOpICState& state);
1144 const BinaryOpICState& state) in BinaryOpICWithAllocationSiteStub()
1172 BinaryOpICState state() const { in state()
1173 return BinaryOpICState(isolate(), static_cast<ExtraICState>(minor_key_)); in state()
1177 const BinaryOpICState& state);
1191 BinaryOpWithAllocationSiteStub(Isolate* isolate, const BinaryOpICState& state) in BinaryOpWithAllocationSiteStub()
Dcode-stubs.cc278 BinaryOpICState::GenerateAheadOfTime(isolate, &GenerateAheadOfTime); in GenerateAheadOfTime()
289 const BinaryOpICState& state) { in GenerateAheadOfTime()
298 BinaryOpICState::GenerateAheadOfTime(isolate, &GenerateAheadOfTime); in GenerateAheadOfTime()
310 Isolate* isolate, const BinaryOpICState& state) { in GenerateAheadOfTime()
Dcode-stubs-hydrogen.cc1027 BinaryOpICState state = casted_stub()->state(); in BuildCodeInitializedStub()
1126 BinaryOpICState state = casted_stub()->state(); in BuildCodeStub()