Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/bytecode_optimizer/
Dcodegen.cpp282 void BytecodeGen::VisitConstant(GraphVisitor *visitor, Inst *inst) in VisitConstant() function in panda::bytecodeopt::BytecodeGen
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph_checker.cpp1442 void GraphChecker::VisitConstant([[maybe_unused]] GraphVisitor *v, [[maybe_unused]] Inst *inst) in CheckDataFlow() function in panda::compiler::GraphChecker
/arkcompiler/ets_runtime/ecmascript/compiler/
Dllvm_ir_builder.cpp1007 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/
Dcodegen.cpp2634 void EncodeVisitor::VisitConstant(GraphVisitor *visitor, Inst *inst) in VisitConstant() function in panda::compiler::EncodeVisitor