Searched refs:kHasIndexedInterceptor (Results 1 – 12 of 12) sorted by relevance
/external/v8/src/ic/x87/ |
D | ic-x87.cc | 207 (1 << Map::kIsAccessCheckNeeded) | (1 << Map::kHasIndexedInterceptor)); in GenerateFastArrayLoad() 284 Map::kHasIndexedInterceptor, &slow); in GenerateMegamorphic()
|
/external/v8/src/ic/ia32/ |
D | ic-ia32.cc | 207 (1 << Map::kIsAccessCheckNeeded) | (1 << Map::kHasIndexedInterceptor)); in GenerateFastArrayLoad() 284 Map::kHasIndexedInterceptor, &slow); in GenerateMegamorphic()
|
/external/v8/src/ic/x64/ |
D | ic-x64.cc | 218 (1 << Map::kHasIndexedInterceptor))); in GenerateFastArrayLoad() 296 Map::kHasIndexedInterceptor, &slow); in GenerateMegamorphic()
|
/external/v8/src/ic/arm/ |
D | ic-arm.cc | 211 (1 << Map::kHasIndexedInterceptor))); in GenerateFastArrayLoad() 377 Map::kHasIndexedInterceptor, &slow); in GenerateMegamorphic()
|
/external/v8/src/ic/arm64/ |
D | ic-arm64.cc | 201 __ Tbnz(scratch1, Map::kHasIndexedInterceptor, slow); in GenerateFastArrayLoad() 355 Map::kHasIndexedInterceptor, slow); in GenerateKeyedLoadWithSmiKey()
|
/external/v8/src/ic/ppc/ |
D | ic-ppc.cc | 217 (1 << Map::kHasIndexedInterceptor))); in GenerateFastArrayLoad() 386 Map::kHasIndexedInterceptor, &slow); in GenerateMegamorphic()
|
/external/v8/src/ic/mips64/ |
D | ic-mips64.cc | 211 (1 << Map::kHasIndexedInterceptor))); in GenerateFastArrayLoad() 380 Map::kHasIndexedInterceptor, &slow); in GenerateMegamorphic()
|
/external/v8/src/ic/mips/ |
D | ic-mips.cc | 212 (1 << Map::kHasIndexedInterceptor))); in GenerateFastArrayLoad() 383 Map::kHasIndexedInterceptor, &slow); in GenerateMegamorphic()
|
/external/v8/src/ic/ |
D | ic.h | 413 (1 << Map::kIsAccessCheckNeeded) | (1 << Map::kHasIndexedInterceptor);
|
/external/v8/src/ |
D | code-stubs-hydrogen.cc | 2262 (1 << Map::kHasIndexedInterceptor); in BuildCodeStub()
|
D | objects-inl.h | 4494 set_bit_field(bit_field() | (1 << kHasIndexedInterceptor)); in set_has_indexed_interceptor() 4499 return ((1 << kHasIndexedInterceptor) & bit_field()) != 0; in has_indexed_interceptor()
|
D | objects.h | 6023 static const int kHasIndexedInterceptor = 3; variable
|