Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/
Dbytecode_emitter.cpp75 size_t byte_offset = offset / BIT_8; in EmitImpl() local
/arkcompiler/ets_frontend/ets2panda/bindings/native/src/
Dwin-dynamic-node.cpp162 … napi_value *arraybuffer, size_t *byte_offset) in napi_get_typedarray_info()
414 … napi_value array_buffer, size_t byte_offset, in napi_create_typedarray()
515 … void **data, napi_value *arraybuffer, size_t *byte_offset) in napi_get_dataview_info()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_dataview_test.cpp166 JSTaggedValue CreateBuiltinsDataView(JSThread *thread, int32_t length, int32_t byte_offset) in CreateBuiltinsDataView()