Home
last modified time | relevance | path

Searched defs:LENGTH_OFFSET (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_arraylist.h84 static constexpr size_t LENGTH_OFFSET = JSObject::SIZE; variable
87 DECL_VISIT_OBJECT_FOR_JS_OBJECT(JSObject, LENGTH_OFFSET, SIZE) in DECL_VISIT_OBJECT_FOR_JS_OBJECT() argument
Djs_api_plain_array.h75 DECL_VISIT_OBJECT_FOR_JS_OBJECT(JSObject, KEYS_OFFSET, LENGTH_OFFSET) in DECL_VISIT_OBJECT_FOR_JS_OBJECT() argument
Djs_api_queue.h64 static constexpr size_t LENGTH_OFFSET = JSObject::SIZE; variable
/arkcompiler/ets_runtime/ecmascript/
Djs_array.h59 static constexpr size_t LENGTH_OFFSET = JSObject::SIZE; variable
Dbyte_array.h46 static constexpr size_t LENGTH_OFFSET = TaggedObjectSize(); variable
Dtagged_array.h79 static constexpr size_t LENGTH_OFFSET = TaggedObjectSize(); variable
Djs_bigint.h156 static constexpr size_t LENGTH_OFFSET = TaggedObjectSize(); variable
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch64/
Dencode.cpp681 …4Encoder::EncodeStringEquals(Reg dst, Reg str1, Reg str2, bool COMPRESSION, uint32_t LENGTH_OFFSET, in EncodeStringEquals()
1153uint32_t LENGTH_OFFSET, uint32_t DATA_OFFSET, int32_t CHAR_CONST_VALUE) in EncodeStringIndexOfAfter()