Home
last modified time | relevance | path

Searched defs:VisitConstant (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Drange_analysis.cpp93 GateRef RangeAnalysis::VisitConstant(GateRef gate) in VisitConstant() function in panda::ecmascript::kungfu::RangeAnalysis
Dnumber_speculative_lowering.cpp457 void NumberSpeculativeLowering::VisitConstant(GateRef gate) in VisitConstant() function in panda::ecmascript::kungfu::NumberSpeculativeLowering
Dnumber_speculative_retype.cpp170 GateRef NumberSpeculativeRetype::VisitConstant(GateRef gate) in VisitConstant() function in panda::ecmascript::kungfu::NumberSpeculativeRetype
Dllvm_ir_builder.cpp1152 void LLVMIRBuilder::VisitConstant(GateRef gate, std::bitset<64> value) // 64: bit width in VisitConstant() function in panda::ecmascript::kungfu::LLVMIRBuilder
/arkcompiler/runtime_core/bytecode_optimizer/
Dcodegen.cpp279 void BytecodeGen::VisitConstant(GraphVisitor *visitor, Inst *inst) in VisitConstant() function in panda::bytecodeopt::BytecodeGen