Searched refs:ExternalByteArray (Results 1 – 6 of 6) sorted by relevance
121 ExternalByteArray::cast(this)->ExternalByteArrayPrint(); in HeapObjectPrint()221 ExternalByteArray::cast(this)->ExternalByteArrayVerify(); in HeapObjectVerify()320 void ExternalByteArray::ExternalByteArrayPrint() { in ExternalByteArrayPrint()365 void ExternalByteArray::ExternalByteArrayVerify() { in ExternalByteArrayVerify()462 ExternalByteArray* p = ExternalByteArray::cast(elements()); in PrintElements()
1593 CAST_ACCESSOR(ExternalByteArray) in CAST_ACCESSOR()1874 int8_t ExternalByteArray::get(int index) { in get()1881 void ExternalByteArray::set(int index, int8_t value) { in set()
2424 class ExternalByteArray: public ExternalArray {2435 static inline ExternalByteArray* cast(Object* obj);2443 DISALLOW_IMPLICIT_CONSTRUCTORS(ExternalByteArray);
944 ExternalByteArray::cast(this)->length()); in HeapObjectShortPrint()5692 ExternalByteArray* array = ExternalByteArray::cast(elements()); in SetElementWithoutInterceptor()5949 ExternalByteArray* array = ExternalByteArray::cast(elements()); in GetElementWithReceiver()7243 Object* ExternalByteArray::SetValue(uint32_t index, Object* value) { in SetValue()7244 return ExternalArrayIntSetter<ExternalByteArray, int8_t> in SetValue()
5868 IterateExternalArrayElements<ExternalByteArray, int8_t>( in IterateElements()
9236 THREADED_TEST(ExternalByteArray) { in THREADED_TEST() argument9237 ExternalArrayTestHelper<v8::internal::ExternalByteArray, int8_t>( in THREADED_TEST()