Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-typedarray.cc142 holder->set_byte_offset(*byte_offset_object); in RUNTIME_FUNCTION()
238 holder->set_byte_offset(Smi::FromInt(0)); in RUNTIME_FUNCTION()
446 holder->set_byte_offset(*byte_offset); in RUNTIME_FUNCTION()
/external/v8/src/
Dfactory.cc1854 obj->set_byte_offset(*byte_offset_object); in SetupArrayBufferView()
1928 obj->set_byte_offset(Smi::FromInt(0)); in NewJSTypedArray()
Dobjects-inl.h6536 void JSArrayBufferView::set_byte_offset(Object* value, WriteBarrierMode mode) { in set_byte_offset() function