Searched refs:kHasIndexedInterceptor (Results 1 – 10 of 10) sorted by relevance
423 (1 << Map::kIsAccessCheckNeeded) | (1 << Map::kHasIndexedInterceptor);
325 Map::kHasIndexedInterceptor, &slow); in GenerateGeneric()
327 Map::kHasIndexedInterceptor, &slow); in GenerateGeneric()
272 Map::kHasIndexedInterceptor, &slow); in GenerateGeneric()
455 Map::kHasIndexedInterceptor, &slow); in GenerateGeneric()
453 Map::kHasIndexedInterceptor, &slow); in GenerateGeneric()
446 Map::kHasIndexedInterceptor, &slow); in GenerateGeneric()
456 Map::kHasIndexedInterceptor, slow); in GenerateKeyedLoadWithSmiKey()
1701 (1 << Map::kHasIndexedInterceptor); in BuildCodeStub()
5685 set_bit_field(bit_field() | (1 << kHasIndexedInterceptor)); in set_has_indexed_interceptor()5689 return ((1 << kHasIndexedInterceptor) & bit_field()) != 0; in has_indexed_interceptor()6240 static const int kHasIndexedInterceptor = 3; variable