Searched refs:DECL_VISIT_ARRAY (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
H A D | tagged_array.h | 104 DECL_VISIT_ARRAY(DATA_OFFSET, GetLength(), GetLength()); 129 DECL_VISIT_ARRAY(DATA_OFFSET, 0, GetLength()); 141 DECL_VISIT_ARRAY(DATA_OFFSET, 0, GetLength());
|
H A D | byte_array.h | 64 DECL_VISIT_ARRAY(DATA_OFFSET, 0, GetPointerLength());
|
H A D | js_bigint.h | 167 DECL_VISIT_ARRAY(DATA_OFFSET, 0, GetPointerLength());
|
H A D | ecma_macros.h | 553 #define DECL_VISIT_ARRAY(BEGIN_OFFSET, REF_LENGTH, LENGTH) \ macro
|
H A D | ecma_string.h | 766 DECL_VISIT_ARRAY(DATA_OFFSET, 0, GetPointerLength());
|
/arkcompiler/ets_runtime/ecmascript/ic/ |
H A D | profile_type_info.h | 368 DECL_VISIT_ARRAY(DATA_OFFSET, GetIcSlotToOsrLength(), GetIcSlotToOsrLength());
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
H A D | program_object.h | 677 DECL_VISIT_ARRAY(DATA_OFFSET, GetCacheLength(), GetLength());
|
Completed in 8 milliseconds