Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dframes.h184 return GetOffset<static_cast<size_t>(Index::TypeIndex)>(isArch32);
194 …ize_t slotOffset = static_cast<size_t>(Index::PrevFpIndex) - static_cast<size_t>(Index::TypeIndex); in ComputeReservedSize()
204 TypeIndex = 0, enumerator
239 return GetOffset<static_cast<size_t>(Index::TypeIndex)>(isArch32);
259 TypeIndex = 0, enumerator
306 return GetOffset<static_cast<size_t>(Index::TypeIndex)>(isArch32);
322 TypeIndex, enumerator
379 return GetOffset<static_cast<size_t>(Index::TypeIndex)>(isArch32);
394 TypeIndex = 0, enumerator
455 TypeIndex, enumerator
[all …]
/arkcompiler/runtime_core/compiler/optimizer/ir/
Druntime_interface.h59 using TypeIndex = uint16_t; variable