Home
last modified time | relevance | path

Searched refs:ConstPoolTypeField (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dconstpool_value.h39 : value_(ConstPoolIndexField::Encode(index) | ConstPoolTypeField::Encode(type)) in ConstPoolValue()
60 return ConstPoolTypeField::Get(value_); in GetConstpoolType()
67 using ConstPoolTypeField = BitField<ConstPoolType, 32, 4>; // 32: offset, 4: 4bit variable