Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-stubs.h239 virtual InlineCacheState GetICState() const { return UNINITIALIZED; } in GetICState() function
618 InlineCacheState GetICState() const override { return MONOMORPHIC; } in GetICState() function
914 InlineCacheState GetICState() const override { return GENERIC; } in GetICState() function
990 InlineCacheState GetICState() const override { return MONOMORPHIC; } in GetICState() function
1463 InlineCacheState GetICState() const final { return state().GetICState(); } in GetICState() function
1508 InlineCacheState GetICState() const override { return state().GetICState(); } in GetICState() function
1597 InlineCacheState GetICState() const override;
1671 InlineCacheState GetICState() const override { in GetICState() function
2115 InlineCacheState GetICState() const override { return GENERIC; } in GetICState() function
2136 InlineCacheState GetICState() const final { return GENERIC; } in GetICState() function
[all …]
Dcodegen.cc131 info->output_code_kind(), info->code_stub()->GetICState(), in MakeCodeEpilogue()
Dcode-stubs.cc132 GetICState(), in GenerateCode()
345 InlineCacheState CompareICStub::GetICState() const { in GetICState() function in v8::internal::CompareICStub
Dcode-stubs-hydrogen.cc274 GetICState(), in GenerateLightweightMissCode()
/external/v8/src/ic/
Dic-state.h70 InlineCacheState GetICState() const { in GetICState() function