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

/external/webrtc/webrtc/libjingle/xmpp/
H A Dxmppclient.h125 std::string GetStateName(int state) const { function in class:buzz::XmppClient
129 default: return Task::GetStateName(state);
/external/webrtc/webrtc/base/
H A Dtask.h139 virtual std::string GetStateName(int state) const;
H A Dtask.cc182 std::string Task::GetStateName(int state) const { function in class:rtc::Task
/external/v8/src/ic/
H A Dic-state.h177 static const char* GetStateName(CompareICState::State state);
H A Dic.cc2928 ic_info.state += CompareICState::GetStateName(old_stub.left());
2930 ic_info.state += CompareICState::GetStateName(old_stub.right());
2932 ic_info.state += CompareICState::GetStateName(old_stub.state());
2934 ic_info.state += CompareICState::GetStateName(new_left);
2936 ic_info.state += CompareICState::GetStateName(new_right);
2938 ic_info.state += CompareICState::GetStateName(state);
2948 CompareICState::GetStateName(old_stub.left()),
2949 CompareICState::GetStateName(old_stub.right()),
2950 CompareICState::GetStateName(old_stub.state()),
2951 CompareICState::GetStateName(new_lef
[all...]
H A Dic-state.cc355 const char* CompareICState::GetStateName(State state) { function in class:v8::internal::CompareICState
/external/v8/src/
H A Dobjects.cc14490 os << "compare_state = " << CompareICState::GetStateName(stub.left())
14491 << "*" << CompareICState::GetStateName(stub.right()) << " -> "
14492 << CompareICState::GetStateName(stub.state()) << "\n";

Completed in 225 milliseconds