Home
last modified time | relevance | path

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

/external/v8/src/
Dconversions.h193 bool IsSpecialIndex(UnicodeCache* unicode_cache, String* string);
Dconversions.cc523 bool IsSpecialIndex(UnicodeCache* unicode_cache, String* string) { in IsSpecialIndex() function
Dlookup.cc794 return IsSpecialIndex(isolate_->unicode_cache(), *name_string) in NotFound()
/external/v8/src/compiler/
Daccess-info.cc404 IsSpecialIndex(isolate()->unicode_cache(), String::cast(*name))) { in ComputePropertyAccessInfo()
/external/v8/src/crankshaft/
Dhydrogen.cc6013 IsSpecialIndex(isolate()->unicode_cache(), String::cast(*name_)); in IsIntegerIndexedExotic()