Home
last modified time | relevance | path

Searched defs:from_start (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/objects/
Delements.cc170 ElementsKind from_kind, uint32_t from_start, in CopyObjectToObjectElements()
205 uint32_t from_start, FixedArrayBase to_base, in CopyDictionaryToObjectElements()
246 uint32_t from_start, FixedArrayBase to_base, in CopyDoubleToObjectElements()
289 void CopyDoubleToDoubleElements(FixedArrayBase from_base, uint32_t from_start, in CopyDoubleToDoubleElements()
325 void CopySmiToDoubleElements(FixedArrayBase from_base, uint32_t from_start, in CopySmiToDoubleElements()
355 uint32_t from_start, FixedArrayBase to_base, in CopyPackedSmiToDoubleElements()
386 void CopyObjectToDoubleElements(FixedArrayBase from_base, uint32_t from_start, in CopyObjectToDoubleElements()
416 uint32_t from_start, FixedArrayBase to_base, in CopyDictionaryToDoubleElements()
916 uint32_t from_start, FixedArrayBase to, in CopyElementsImpl()
922 void CopyElements(JSObject from_holder, uint32_t from_start, in CopyElements()
[all …]
/external/python/cpython3/Objects/
Dunicodeobject.c1471 PyObject *from, Py_ssize_t from_start, in _copy_characters()
1613 PyObject *from, Py_ssize_t from_start, Py_ssize_t how_many) in _PyUnicode_FastCopyCharacters()
1620 PyObject *from, Py_ssize_t from_start, in PyUnicode_CopyCharacters()
/external/python/cpython3/Modules/
D_testcapimodule.c1951 Py_ssize_t from_start, to_start, how_many, copied; in unicode_copycharacters() local