Home
last modified time | relevance | path

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

/external/v8/src/objects/
Delements.h217 Address raw_source,
222 void CopyTypedArrayElementsToTypedArray(Address raw_source,
226 void CopyTypedArrayElementsSlice(Address raw_source, Address raw_destination,
Delements.cc4725 Address raw_source, in CopyFastNumberJSArrayElementsToTypedArray() argument
4730 JSArray source = JSArray::cast(Object(raw_source)); in CopyFastNumberJSArrayElementsToTypedArray()
4746 void CopyTypedArrayElementsToTypedArray(Address raw_source, in CopyTypedArrayElementsToTypedArray() argument
4749 JSTypedArray source = JSTypedArray::cast(Object(raw_source)); in CopyTypedArrayElementsToTypedArray()
4765 void CopyTypedArrayElementsSlice(Address raw_source, Address raw_destination, in CopyTypedArrayElementsSlice() argument
4767 JSTypedArray source = JSTypedArray::cast(Object(raw_source)); in CopyTypedArrayElementsSlice()
/external/v8/src/heap/
Dobject-stats.cc927 Object raw_source = script.source(); in RecordVirtualScriptDetails() local
928 if (raw_source.IsExternalString()) { in RecordVirtualScriptDetails()
932 ExternalString string = ExternalString::cast(raw_source); in RecordVirtualScriptDetails()
941 } else if (raw_source.IsString()) { in RecordVirtualScriptDetails()
942 String source = String::cast(raw_source); in RecordVirtualScriptDetails()