Home
last modified time | relevance | path

Searched defs:GetICState (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dcode-stubs.h198 virtual InlineCacheState GetICState() const { return UNINITIALIZED; } in GetICState() function
802 virtual InlineCacheState GetICState() const OVERRIDE { return DEFAULT; } in GetICState() function
835 virtual InlineCacheState GetICState() const FINAL OVERRIDE { in GetICState() function
880 virtual InlineCacheState GetICState() const { return MONOMORPHIC; } in GetICState() function
1112 virtual InlineCacheState GetICState() const FINAL OVERRIDE { in GetICState() function
1161 virtual InlineCacheState GetICState() const OVERRIDE { in GetICState() function
1332 virtual InlineCacheState GetICState() const { in GetICState() function
1775 virtual InlineCacheState GetICState() const { return GENERIC; } in GetICState() function
1791 virtual InlineCacheState GetICState() const FINAL OVERRIDE { in GetICState() function
1831 virtual InlineCacheState GetICState() const FINAL OVERRIDE { in GetICState() function
[all …]
Dcode-stubs.cc333 InlineCacheState CompareICStub::GetICState() const { in GetICState() function in v8::internal::CompareICStub
/external/v8/src/ic/
Dic-state.h75 InlineCacheState GetICState() const { in GetICState() function