| /arkcompiler/ets_frontend/ets2panda/ir/ |
| H A D | astDump.h | 99 Property(const char *key, Constant constant) : key_(key), value_(constant) {} in Property() argument
|
| H A D | astDump.cpp | 166 void AstDumper::SerializeConstant(Property::Constant constant) in SerializeConstant() argument
|
| /arkcompiler/ets_frontend/es2panda/ir/ |
| H A D | astDump.h | 84 Property(const char *key, Constant constant) : key_(key), value_(constant) {} in Property() argument
|
| H A D | astDump.cpp | 161 void AstDumper::SerializeConstant(Property::Constant constant) in SerializeConstant() argument
|
| /arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
| H A D | snapshot.cpp | 119 auto constant = const_cast<GlobalEnvConstants *>(vm_->GetJSThread()->GlobalConstants()); in SerializeBuiltins() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| H A D | if_merging.cpp | 146 bool IfMerging::TryRemoveConstantPhiIf(IfImmInst *ifImm, PhiInst *phi, uint64_t constant, ConditionCode cc) in TryRemoveConstantPhiIf() argument 268 void IfMerging::SplitBlockWithConstantPhi(BasicBlock *bb, BasicBlock *trueBb, PhiInst *phi, uint64_t constant, in SplitBlockWithConstantPhi() argument [all...] |
| H A D | inlining.cpp | 740 auto constant = oldDef->CastToConstant(); in GetNewDefAndCorrectDF() local [all...] |
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| H A D | liveness_analyzer_test.cpp | 950 auto constant = &INS(0U); in TEST_F() local
|
| H A D | peepholes_test.cpp | 260 void CheckCompareFoldIntoTest(uint64_t constant, ConditionCode cc, bool success, ConditionCode expectedCc = CC_EQ) in CheckCompareFoldIntoTest() argument 300 void CheckIfAndZeroFoldIntoIfTest(uint64_t constant, ConditionCode cc, bool success, in CheckIfAndZeroFoldIntoIfTest() argument 359 void CheckCompareLenArrayWithZeroTest(int64_t constant, ConditionCode cc, std::optional<bool> expectedValue, in CheckCompareLenArrayWithZeroTest() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | async_function_lowering.cpp | 109 auto constant = builder_.UndefineConstant();
in RebuildGeneratorCfg() local
|
| H A D | array_bounds_check_elimination.cpp | 49 ArrayBoundsCheckElimination::Bound::Bound(TypedBinOp op, GateRef gate, int constant) in Bound() argument [all...] |
| H A D | bytecode_circuit_builder.cpp | 800 auto constant = circuit_->GetConstantGate(MachineType::I64, in MergeThrowGate() local 935 auto constant = circuit_->GetConstantGate(MachineType::I64, in NewReturn() local
|
| H A D | gate_accessor.cpp | 1232 auto constant = builder.ExceptionConstant(); in ExceptionReturn() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| H A D | llvm_ir_constructor.cpp | 974 llvm::Value *LLVMIrConstructor::GetInputValueFromConstant(ConstantInst *constant, DataType::Type pandaType) in GetInputValueFromConstant() argument
|