Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecodes.h378 enum class ConstDataIDType : uint8_t { enum
462 ConstDataId(ConstDataIDType type, uint16_t id) in ConstDataId()
469 type_ = ConstDataIDType(bitfield >> TYPE_SHIFT); in ConstDataId()
485 void SetType(ConstDataIDType type) in SetType()
490 ConstDataIDType GetType() const in GetType()
497 return type_ == ConstDataIDType::StringIDType; in IsStringId()
502 return type_ == ConstDataIDType::MethodIDType; in IsMethodId()
507 return type_ == ConstDataIDType::ClassLiteralIDType; in IsClassLiteraId()
512 return type_ == ConstDataIDType::ObjectLiteralIDType; in IsObjectLiteralID()
517 return type_ == ConstDataIDType::ArrayLiteralIDType; in IsArrayLiteralID()
[all …]
Dbytecodes.cpp477 info.inputs.emplace_back(ConstDataId(ConstDataIDType::StringIDType, stringId)); in InitBytecodeInfo()
750 info.inputs.emplace_back(ConstDataId(ConstDataIDType::MethodIDType, methodId)); in InitBytecodeInfo()
758 info.inputs.emplace_back(ConstDataId(ConstDataIDType::MethodIDType, methodId)); in InitBytecodeInfo()
766 info.inputs.emplace_back(ConstDataId(ConstDataIDType::MethodIDType, methodId)); in InitBytecodeInfo()
774 info.inputs.emplace_back(ConstDataId(ConstDataIDType::MethodIDType, methodId)); in InitBytecodeInfo()
930 info.inputs.emplace_back(ConstDataId(ConstDataIDType::StringIDType, stringId)); in InitBytecodeInfo()
937 info.inputs.emplace_back(ConstDataId(ConstDataIDType::StringIDType, stringId)); in InitBytecodeInfo()
944 info.inputs.emplace_back(ConstDataId(ConstDataIDType::StringIDType, stringId)); in InitBytecodeInfo()
951 info.inputs.emplace_back(ConstDataId(ConstDataIDType::StringIDType, stringId)); in InitBytecodeInfo()
962 info.inputs.emplace_back(ConstDataId(ConstDataIDType::ObjectLiteralIDType, imm)); in InitBytecodeInfo()
[all …]