Searched defs:DATA_OFFSET (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_arraybuffer.h | 39 static constexpr size_t DATA_OFFSET = JSObject::SIZE; variable
|
| D | byte_array.h | 50 static constexpr size_t DATA_OFFSET = SIZE; // DATA_OFFSET equal to Empty ByteArray size variable
|
| D | tagged_array.h | 83 static constexpr size_t DATA_OFFSET = SIZE; // DATA_OFFSET equal to Empty Array size variable
|
| D | js_bigint.h | 160 static constexpr size_t DATA_OFFSET = SIZE; variable
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | machine_code.h | 40 static constexpr size_t DATA_OFFSET = SIZE; variable
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch64/ |
| D | encode.cpp | 682 uint32_t DATA_OFFSET) in EncodeStringEquals() 756 … vixl::aarch64::Label *label_cset, const uint32_t DATA_OFFSET) in EncodeStringEqualsMainLoop() 832 … const 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() 964 … const 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() 1088 … const 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() 1247 … const uint32_t DATA_OFFSET, const int32_t CHAR_CONST_VALUE, in EncodeStringIndexOfAfterMainCase()
|
| /arkcompiler/runtime_core/libpandafile/tests/ |
| D | file_item_container_test.cpp | 775 constexpr size_t DATA_OFFSET = 12U; variable 813 constexpr size_t DATA_OFFSET = 12U; variable
|