Home
last modified time | relevance | path

Searched refs:GetICState (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/v8/src/
Dcode-stubs.h177 virtual InlineCacheState GetICState() { in GetICState() function
766 virtual InlineCacheState GetICState() { return MONOMORPHIC; } in GetICState() function
808 virtual InlineCacheState GetICState() V8_FINAL V8_OVERRIDE { in GetICState() function
809 return state_.GetICState(); in GetICState()
879 virtual InlineCacheState GetICState() { return MONOMORPHIC; } in GetICState() function
1120 virtual InlineCacheState GetICState() V8_FINAL V8_OVERRIDE { in GetICState() function
1121 return state_.GetICState(); in GetICState()
1173 virtual InlineCacheState GetICState() V8_OVERRIDE { in GetICState() function
1174 return state_.GetICState(); in GetICState()
1310 virtual InlineCacheState GetICState();
[all …]
Dcode-stubs.cc100 GetICState(), in GenerateCode()
251 InlineCacheState ICCompareStub::GetICState() { in GetICState() function in v8::internal::ICCompareStub
Dic.h345 InlineCacheState GetICState() const { return ::v8::internal::GENERIC; } in GetICState() function
791 InlineCacheState GetICState() const { in GetICState() function
Dcompiler.cc200 code_stub()->GetICState(), in flags()
Dcode-stubs-hydrogen.cc240 GetICState(), in GenerateLightweightMissCode()