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

/external/v8/src/ic/
H A Dic-state.h26 class BinaryOpICState final BASE_EMBEDDED {
28 BinaryOpICState(Isolate* isolate, ExtraICState extra_ic_state);
29 BinaryOpICState(Isolate* isolate, Token::Value op) function in class:v8::internal::BASE_EMBEDDED
58 const BinaryOpICState&));
105 friend std::ostream& operator<<(std::ostream& os, const BinaryOpICState& s);
147 std::ostream& operator<<(std::ostream& os, const BinaryOpICState& s);
H A Dic-state.cc23 STATIC_CONST_MEMBER_DEFINITION const int BinaryOpICState::FIRST_TOKEN;
27 STATIC_CONST_MEMBER_DEFINITION const int BinaryOpICState::LAST_TOKEN;
30 BinaryOpICState::BinaryOpICState(Isolate* isolate, ExtraICState extra_ic_state) function in class:v8::internal::BinaryOpICState
48 ExtraICState BinaryOpICState::GetExtraICState() const {
62 std::string BinaryOpICState::ToString() const {
67 ret += BinaryOpICState::KindToString(left_kind_);
72 ret += BinaryOpICState::KindToString(right_kind_);
75 ret += BinaryOpICState::KindToString(result_kind_);
81 void BinaryOpICState argument
[all...]
H A Dic.cc271 BinaryOpICState state(isolate, code->extra_ic_state());
2744 BinaryOpICState state(isolate(), extra_ic_state());
2809 BinaryOpICState old_state(isolate(), target()->extra_ic_state());
/external/v8/src/
H A Dtype-info.cc297 DCHECK(op < BinaryOpICState::FIRST_TOKEN ||
298 op > BinaryOpICState::LAST_TOKEN);
320 BinaryOpICState state(isolate(), code->extra_ic_state());
372 BinaryOpICState state(isolate(), code->extra_ic_state());
H A Dcode-stubs.h1013 BinaryOpICState state(isolate, op);
1017 BinaryOpICStub(Isolate* isolate, const BinaryOpICState& state)
1030 BinaryOpICState state() const {
1031 return BinaryOpICState(isolate(), GetExtraICState());
1038 const BinaryOpICState& state);
1050 const BinaryOpICState& state)
1072 BinaryOpICState state() const {
1073 return BinaryOpICState(isolate(), GetExtraICState());
1077 const BinaryOpICState& state);
1089 BinaryOpWithAllocationSiteStub(Isolate* isolate, const BinaryOpICState
[all...]
H A Dcode-stubs-hydrogen.cc388 BinaryOpICState state = casted_stub()->state();
465 BinaryOpICState state = casted_stub()->state();
H A Dcode-stubs.cc291 BinaryOpICState::GenerateAheadOfTime(isolate, &GenerateAheadOfTime);
302 const BinaryOpICState& state) {
312 BinaryOpICState::GenerateAheadOfTime(isolate, &GenerateAheadOfTime);
324 Isolate* isolate, const BinaryOpICState& state) {

Completed in 315 milliseconds