Home
last modified time | relevance | path

Searched refs:SKIP_NUM (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
H A Dindex_accessor.h29 constexpr size_t SKIP_NUM = 3; // 3 : skip class_idx and proto_idx and name in IndexAccessor() local
30 auto sp = pf.GetSpanFromId(method_id).SubSpan(IDX_SIZE * (SKIP_NUM - 1) + ID_SIZE); in IndexAccessor()
H A Dmethod_data_accessor-inl.h29 constexpr size_t SKIP_NUM = 2; // skip class_idx and proto_idx in GetNameId() local
30 auto sp = panda_file.GetSpanFromId(method_id).SubSpan(IDX_SIZE * SKIP_NUM); in GetNameId()
43 constexpr size_t SKIP_NUM = 1; // skip class_idx in GetProtoId() local
44 auto sp = panda_file.GetSpanFromId(method_id).SubSpan(IDX_SIZE * SKIP_NUM); in GetProtoId()
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dmethod_data_accessor-inl.h31 constexpr size_t SKIP_NUM = 2; // skip class_idx and proto_idx in GetNameId() local
32 auto sp = pandaFile.GetSpanFromId(methodId).SubSpan(IDX_SIZE * SKIP_NUM); in GetNameId()
45 constexpr size_t SKIP_NUM = 1; // skip class_idx in GetProtoId() local
46 auto sp = pandaFile.GetSpanFromId(methodId).SubSpan(IDX_SIZE * SKIP_NUM); in GetProtoId()

Completed in 2 milliseconds