Home
last modified time | relevance | path

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

/external/v8/src/
Delements.cc3331 static bool HasSimpleRepresentation(InstanceType type) { in HasSimpleRepresentation() function in v8::internal::__anon05e7137f0111::TypedElementsAccessor
3375 bool both_are_simple = HasSimpleRepresentation(source_type) && in CopyElementsFromTypedArray()
3376 HasSimpleRepresentation(destination_type); in CopyElementsFromTypedArray()