Home
last modified time | relevance | path

Searched refs:VisitConstant (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Drange_analysis.h41 GateRef VisitConstant(GateRef gate);
Dnumber_speculative_lowering.h43 void VisitConstant(GateRef gate);
Drange_analysis.cpp51 return VisitConstant(gate); in VisitGate()
93 GateRef RangeAnalysis::VisitConstant(GateRef gate) in VisitConstant() function in panda::ecmascript::kungfu::RangeAnalysis
Dnumber_speculative_retype.h63 GateRef VisitConstant(GateRef gate);
Dnumber_speculative_lowering.cpp72 VisitConstant(gate); in VisitGate()
457 void NumberSpeculativeLowering::VisitConstant(GateRef gate) in VisitConstant() function in panda::ecmascript::kungfu::NumberSpeculativeLowering
Dnumber_speculative_retype.cpp102 return VisitConstant(gate); in VisitGate()
170 GateRef NumberSpeculativeRetype::VisitConstant(GateRef gate) in VisitConstant() function in panda::ecmascript::kungfu::NumberSpeculativeRetype
Dllvm_ir_builder.cpp1149 VisitConstant(gate, value); in HandleConstant()
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/tests/
Dcodegen_test.cpp195 BytecodeGen::VisitConstant(&graph_visitor, const_inst); in __anon0774c0120302()
204 BytecodeGen::VisitConstant(&graph_visitor, const_inst1); in __anon0774c0120302()
213 BytecodeGen::VisitConstant(&graph_visitor, const_inst2); in __anon0774c0120302()
/arkcompiler/runtime_core/bytecode_optimizer/
Dcodegen.h104 static void VisitConstant(GraphVisitor *visitor, Inst *inst);
Dcodegen.cpp279 void BytecodeGen::VisitConstant(GraphVisitor *visitor, Inst *inst) in VisitConstant() function in panda::bytecodeopt::BytecodeGen