Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stackmap/
Dllvm_stackmap_type.h70 using KindType = int8_t; variable
84 static constexpr KindType CONSTANT_TYPE = 0;
85 static constexpr KindType OFFSET_TYPE = 1;
102 static void DecodeVRegsInfo(SLeb128Type vregsInfo, VRegId &id, KindType &kind);
Dllvm_stackmap_type.cpp64 void LLVMStackMapType::DecodeVRegsInfo(SLeb128Type vregsInfo, VRegId &id, KindType &kind) in DecodeVRegsInfo()
Dark_stackmap_parser.cpp182 LLVMStackMapType::KindType kindType; in ParseArkDeopt()