Searched refs:IsCodeStubOrIC (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/v8/src/ic/
H A Daccess-compiler.cc20 if (code->IsCodeStubOrIC()) code->set_stub_key(CodeStub::NoCacheKey());
/external/chromium_org/v8/src/
H A Dobjects-debug.cc645 raw_type_feedback_info()->IsSmi() == IsCodeStubOrIC());
H A Dobjects-inl.h4626 bool Code::IsCodeStubOrIC() { function in class:v8::internal::Code
6160 DCHECK(IsCodeStubOrIC());
6167 DCHECK(IsCodeStubOrIC());
H A Dserialize.cc1847 if (code_object->IsCodeStubOrIC()) {
H A Dobjects.h5069 inline bool IsCodeStubOrIC();
H A Dobjects.cc10847 if (IsCodeStubOrIC()) {

Completed in 186 milliseconds