Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_arraybuffer.h39 static constexpr size_t DATA_OFFSET = JSObject::SIZE; variable
Dbyte_array.h50 static constexpr size_t DATA_OFFSET = SIZE; // DATA_OFFSET equal to Empty ByteArray size variable
Dtagged_array.h83 static constexpr size_t DATA_OFFSET = SIZE; // DATA_OFFSET equal to Empty Array size variable
Djs_bigint.h160 static constexpr size_t DATA_OFFSET = SIZE; variable
/arkcompiler/ets_runtime/ecmascript/mem/
Dmachine_code.h40 static constexpr size_t DATA_OFFSET = SIZE; variable
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch64/
Dencode.cpp682 uint32_t DATA_OFFSET) in EncodeStringEquals()
756 … vixl::aarch64::Label *label_cset, const uint32_t DATA_OFFSET) in EncodeStringEqualsMainLoop()
832const uint32_t DATA_OFFSET, const vixl::aarch64::Register &tmp1, in IndexOfHandleLatin1Case()
887 … Reg str, Reg character, Reg tmp, const uint32_t DATA_OFFSET, const vixl::aarch64::Register &tmp1, in IndexOfHandleLatin1CaseMainLoop()
964const uint32_t DATA_OFFSET, const vixl::aarch64::Register &tmp1, in IndexOfHandleUtf16NormalCase()
1013 … Reg str, Reg character, Reg tmp, const uint32_t DATA_OFFSET, const vixl::aarch64::Register &tmp1, in IndexOfHandleUtf16NormalCaseMainLoop()
1088const uint32_t DATA_OFFSET, const vixl::aarch64::Register &tmp1, in IndexOfHandleSurrogateCase()
1153 … uint32_t LENGTH_OFFSET, uint32_t DATA_OFFSET, int32_t CHAR_CONST_VALUE) in EncodeStringIndexOfAfter()
1247const uint32_t DATA_OFFSET, const int32_t CHAR_CONST_VALUE, in EncodeStringIndexOfAfterMainCase()
/arkcompiler/runtime_core/libpandafile/tests/
Dfile_item_container_test.cpp775 constexpr size_t DATA_OFFSET = 12U; variable
813 constexpr size_t DATA_OFFSET = 12U; variable