Searched defs:VisitConstant (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ | ||
| D | range_analysis.cpp | 93 GateRef RangeAnalysis::VisitConstant(GateRef gate) in VisitConstant() function in panda::ecmascript::kungfu::RangeAnalysis |
| D | number_speculative_lowering.cpp | 457 void NumberSpeculativeLowering::VisitConstant(GateRef gate) in VisitConstant() function in panda::ecmascript::kungfu::NumberSpeculativeLowering |
| D | number_speculative_retype.cpp | 170 GateRef NumberSpeculativeRetype::VisitConstant(GateRef gate) in VisitConstant() function in panda::ecmascript::kungfu::NumberSpeculativeRetype |
| D | llvm_ir_builder.cpp | 1152 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/ | ||
| D | codegen.cpp | 279 void BytecodeGen::VisitConstant(GraphVisitor *visitor, Inst *inst) in VisitConstant() function in panda::bytecodeopt::BytecodeGen |