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

/external/v8/src/ic/
H A Dic-state.h227 class StoreICState final BASE_EMBEDDED {
229 explicit StoreICState(ExtraICState extra_ic_state) : state_(extra_ic_state) {} function in class:v8::internal::BASE_EMBEDDED
231 explicit StoreICState(LanguageMode mode) function in class:v8::internal::BASE_EMBEDDED
241 return StoreICState(state).language_mode();

Completed in 128 milliseconds