Home
last modified time | relevance | path

Searched defs:constant (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/
DastDump.h84 Property(const char *key, Constant constant) : key_(key), value_(constant) {} in Property()
DastDump.cpp161 void AstDumper::SerializeConstant(Property::Constant constant) in SerializeConstant()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dasync_function_lowering.cpp104 auto constant = builder_.UndefineConstant(); in RebuildGeneratorCfg() local
Dbytecode_circuit_builder.cpp874 auto constant = circuit_->GetConstantGate(MachineType::I64, in NewJSGate() local
976 auto constant = circuit_->GetConstantGate(MachineType::I64, in NewReturn() local
Dslowpath_lowering.cpp102 auto constant = builder_.ExceptionConstant(); in ExceptionReturn() local
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot.cpp124 auto constant = const_cast<GlobalEnvConstants *>(vm_->GetJSThread()->GlobalConstants()); in SerializeBuiltins() local
/arkcompiler/runtime_core/compiler/tests/
Dliveness_analyzer_test.cpp940 auto constant = &INS(0); in TEST_F() local
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph.cpp407 …for (auto constant = GetFirstConstInst(); constant != nullptr; constant = constant->GetNextConst()… in FindConstant() local