Home
last modified time | relevance | path

Searched defs:DATA_OFFSET (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/shared_objects/
H A Djs_sendable_arraybuffer.h40 static constexpr size_t DATA_OFFSET = JSObject::SIZE; member in panda::ecmascript::final
/arkcompiler/ets_runtime/ecmascript/
H A Djs_arraybuffer.h40 static constexpr size_t DATA_OFFSET = JSObject::SIZE; member in panda::ecmascript::final
H A Dbyte_array.h62 static constexpr size_t DATA_OFFSET = SIZE; // DATA_OFFSET equal to Empty ByteArray size member in panda::ecmascript::ByteArray
H A Dtagged_array.h102 static constexpr size_t DATA_OFFSET = SIZE; // DATA_OFFSET equal to Empty Array size member in panda::ecmascript::TaggedArray
/arkcompiler/runtime_core/static_core/libpandafile/tests/
H A Dfile_item_container_test.cpp703 constexpr size_t DATA_OFFSET = 12U; in TEST() local
742 constexpr size_t DATA_OFFSET = 12U; in TEST() local
/arkcompiler/runtime_core/libpandafile/tests/
H A Dfile_item_container_test.cpp817 constexpr size_t DATA_OFFSET = 12U; in HWTEST() local
855 constexpr size_t DATA_OFFSET = 12U; in HWTEST() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dtyped_native_inline_lowering.cpp2137 builder_.StoreConstOffset(VariableType::INT32(), object, BigInt::DATA_OFFSET, value); in LowerBigIntConstructorInt32() member in panda::ecmascript::kungfu::BigInt

Completed in 12 milliseconds