Home
last modified time | relevance | path

Searched refs:kHasIndexedInterceptor (Results 1 – 12 of 12) sorted by relevance

/external/v8/src/ic/x87/
Dic-x87.cc207 (1 << Map::kIsAccessCheckNeeded) | (1 << Map::kHasIndexedInterceptor)); in GenerateFastArrayLoad()
284 Map::kHasIndexedInterceptor, &slow); in GenerateMegamorphic()
/external/v8/src/ic/ia32/
Dic-ia32.cc207 (1 << Map::kIsAccessCheckNeeded) | (1 << Map::kHasIndexedInterceptor)); in GenerateFastArrayLoad()
284 Map::kHasIndexedInterceptor, &slow); in GenerateMegamorphic()
/external/v8/src/ic/x64/
Dic-x64.cc218 (1 << Map::kHasIndexedInterceptor))); in GenerateFastArrayLoad()
296 Map::kHasIndexedInterceptor, &slow); in GenerateMegamorphic()
/external/v8/src/ic/arm/
Dic-arm.cc211 (1 << Map::kHasIndexedInterceptor))); in GenerateFastArrayLoad()
377 Map::kHasIndexedInterceptor, &slow); in GenerateMegamorphic()
/external/v8/src/ic/arm64/
Dic-arm64.cc201 __ Tbnz(scratch1, Map::kHasIndexedInterceptor, slow); in GenerateFastArrayLoad()
355 Map::kHasIndexedInterceptor, slow); in GenerateKeyedLoadWithSmiKey()
/external/v8/src/ic/ppc/
Dic-ppc.cc217 (1 << Map::kHasIndexedInterceptor))); in GenerateFastArrayLoad()
386 Map::kHasIndexedInterceptor, &slow); in GenerateMegamorphic()
/external/v8/src/ic/mips64/
Dic-mips64.cc211 (1 << Map::kHasIndexedInterceptor))); in GenerateFastArrayLoad()
380 Map::kHasIndexedInterceptor, &slow); in GenerateMegamorphic()
/external/v8/src/ic/mips/
Dic-mips.cc212 (1 << Map::kHasIndexedInterceptor))); in GenerateFastArrayLoad()
383 Map::kHasIndexedInterceptor, &slow); in GenerateMegamorphic()
/external/v8/src/ic/
Dic.h413 (1 << Map::kIsAccessCheckNeeded) | (1 << Map::kHasIndexedInterceptor);
/external/v8/src/
Dcode-stubs-hydrogen.cc2262 (1 << Map::kHasIndexedInterceptor); in BuildCodeStub()
Dobjects-inl.h4494 set_bit_field(bit_field() | (1 << kHasIndexedInterceptor)); in set_has_indexed_interceptor()
4499 return ((1 << kHasIndexedInterceptor) & bit_field()) != 0; in has_indexed_interceptor()
Dobjects.h6023 static const int kHasIndexedInterceptor = 3; variable