Searched defs:VisitConstant (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/runtime_core/bytecode_optimizer/ | ||
| D | codegen.cpp | 282 void BytecodeGen::VisitConstant(GraphVisitor *visitor, Inst *inst) in VisitConstant() function in panda::bytecodeopt::BytecodeGen |
| /arkcompiler/runtime_core/compiler/optimizer/ir/ | ||
| D | graph_checker.cpp | 1442 void GraphChecker::VisitConstant([[maybe_unused]] GraphVisitor *v, [[maybe_unused]] Inst *inst) in CheckDataFlow() function in panda::compiler::GraphChecker |
| /arkcompiler/ets_runtime/ecmascript/compiler/ | ||
| D | llvm_ir_builder.cpp | 1007 void LLVMIRBuilder::VisitConstant(GateRef gate, std::bitset<64> value) // 64: bit width in VisitConstant() function in panda::ecmascript::kungfu::LLVMIRBuilder |
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/ | ||
| D | codegen.cpp | 2634 void EncodeVisitor::VisitConstant(GraphVisitor *visitor, Inst *inst) in VisitConstant() function in panda::compiler::EncodeVisitor |