Home
last modified time | relevance | path

Searched defs:ConstantElement (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/bytecode_optimizer/constant_propagation/
Dlattice_element.cpp71 ConstantElement::ConstantElement(bool val) in ConstantElement() function in panda::bytecodeopt::ConstantElement
76 ConstantElement::ConstantElement(int32_t val) in ConstantElement() function in panda::bytecodeopt::ConstantElement
81 ConstantElement::ConstantElement(int64_t val) in ConstantElement() function in panda::bytecodeopt::ConstantElement
86 ConstantElement::ConstantElement(double val) in ConstantElement() function in panda::bytecodeopt::ConstantElement
91 ConstantElement::ConstantElement(std::string val) in ConstantElement() function in panda::bytecodeopt::ConstantElement
96 ConstantElement::ConstantElement(const ConstantValue &val) in ConstantElement() function in panda::bytecodeopt::ConstantElement
Dlattice_element.h42 class ConstantElement; variable