Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_typedarray_stub_builder.cpp34 Label notByteArray(env); in GetDataPointFromBuffer() local
36 BRANCH(IsByteArray(arrBuf), &isByteArray, &notByteArray); in GetDataPointFromBuffer()
42 Bind(&notByteArray); in GetDataPointFromBuffer()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp10001 Label notByteArray(env); in IsDetachedBuffer() local
10003 BRANCH(IsByteArray(buffer), &isByteArray, &notByteArray); in IsDetachedBuffer()
10008 Bind(&notByteArray); in IsDetachedBuffer()