Home
last modified time | relevance | path

Searched defs:const (Results 1 – 25 of 864) sorted by relevance

12345678910>>...35

/arkcompiler/ets_runtime/ecmascript/
Ddump.cpp1232 void JSTaggedValue::DumpSpecialValue(std::ostream &os) const in DumpSpecialValue()
1262 void JSTaggedValue::DumpHeapObjectType(std::ostream &os) const in DumpHeapObjectType()
1292 void JSTaggedValue::DumpTaggedValue(std::ostream &os) const in DumpTaggedValue()
1306 void JSTaggedValue::Dump(std::ostream &os) const in Dump()
1333 void NumberDictionary::Dump(std::ostream &os) const in Dump()
1351 void NameDictionary::Dump(std::ostream &os) const in Dump()
1370 void GlobalDictionary::Dump(std::ostream &os) const in Dump()
1389 void LayoutInfo::Dump(std::ostream &os) const in Dump()
1405 void TransitionsDictionary::Dump(std::ostream &os) const in Dump()
1423 void LinkedHashSet::Dump(std::ostream &os) const in Dump()
[all …]
/arkcompiler/ets_frontend/ets2panda/checker/
DTSAnalyzer.cpp29 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::NamedType *node) const in Check()
34 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::PrefixAssertionExpression *expr) const in Check()
39 checker::Type *TSAnalyzer::Check(ir::CatchClause *st) const in Check()
58 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ClassDefinition *node) const in Check()
65 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ClassProperty *st) const in Check()
70 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ClassStaticBlock *st) const in Check()
75 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::Decorator *st) const in Check()
80 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::MetaProperty *expr) const in Check()
87 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::MethodDefinition *node) const in Check()
92 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::Property *expr) const in Check()
[all …]
DETSAnalyzer.cpp34 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::NamedType *node) const in Check()
39 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::PrefixAssertionExpression *expr) const in Check()
44 checker::Type *ETSAnalyzer::Check(ir::CatchClause *st) const in Check()
65 checker::Type *ETSAnalyzer::Check(ir::ClassDefinition *node) const in Check()
76 checker::Type *ETSAnalyzer::Check(ir::ClassProperty *st) const in Check()
98 checker::Type *ETSAnalyzer::Check(ir::ClassStaticBlock *st) const in Check()
116 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::Decorator *st) const in Check()
121 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::MetaProperty *expr) const in Check()
259 checker::Type *ETSAnalyzer::Check(ir::MethodDefinition *node) const in Check()
308 void ETSAnalyzer::CheckMethodModifiers(ir::MethodDefinition *node) const in CheckMethodModifiers()
[all …]
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSCompiler.cpp35 void ETSCompiler::Compile([[maybe_unused]] const ir::NamedType *node) const in Compile() argument
40 void ETSCompiler::Compile([[maybe_unused]] const ir::PrefixAssertionExpression *expr) const in Compile() argument
45 void ETSCompiler::Compile(const ir::CatchClause *st) const in Compile() argument
55 void ETSCompiler::Compile([[maybe_unused]] const ir::ClassDefinition *node) const in Compile() argument
60 void ETSCompiler::Compile(const ir::ClassProperty *st) const in Compile() argument
82 void ETSCompiler::Compile([[maybe_unused]] const ir::ClassStaticBlock *st) const in Compile() argument
87 void ETSCompiler::Compile([[maybe_unused]] const ir::Decorator *st) const in Compile() argument
92 void ETSCompiler::Compile([[maybe_unused]] const ir::MetaProperty *expr) const in Compile() argument
97 void ETSCompiler::Compile([[maybe_unused]] const ir::MethodDefinition *node) const in Compile() argument
102 void ETSCompiler::Compile([[maybe_unused]] const ir::Property *expr) const in Compile() argument
[all …]
DJSCompiler.cpp35 void JSCompiler::Compile([[maybe_unused]] const ir::NamedType *node) const in Compile() argument
40 void JSCompiler::Compile([[maybe_unused]] const ir::PrefixAssertionExpression *expr) const in Compile() argument
46 void JSCompiler::Compile(const ir::CatchClause *st) const in Compile() argument
362 void JSCompiler::Compile(const ir::ClassDefinition *node) const in Compile() argument
398 void JSCompiler::Compile([[maybe_unused]] const ir::ClassProperty *st) const in Compile() argument
403 void JSCompiler::Compile([[maybe_unused]] const ir::ClassStaticBlock *st) const in Compile() argument
408 void JSCompiler::Compile([[maybe_unused]] const ir::Decorator *st) const in Compile() argument
413 void JSCompiler::Compile(const ir::MetaProperty *expr) const in Compile() argument
427 void JSCompiler::Compile([[maybe_unused]] const ir::MethodDefinition *node) const in Compile() argument
432 void JSCompiler::Compile([[maybe_unused]] const ir::Property *expr) const in Compile() argument
[all …]
/arkcompiler/toolchain/tooling/base/
Dpt_json.cpp61 bool PtJson::Add(const char *key, bool value) const in Add()
79 bool PtJson::Add(const char *key, int32_t value) const in Add()
84 bool PtJson::Add(const char *key, int64_t value) const in Add()
89 bool PtJson::Add(const char *key, uint32_t value) const in Add()
94 bool PtJson::Add(const char *key, double value) const in Add()
112 bool PtJson::Add(const char *key, const char *value) const in Add() argument
130 bool PtJson::Add(const char *key, const std::unique_ptr<PtJson> &value) const in Add() argument
147 bool PtJson::Push(bool value) const in Push()
163 bool PtJson::Push(int32_t value) const in Push()
168 bool PtJson::Push(int64_t value) const in Push()
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_const.cpp23 void MIRIntConst::Dump(const MIRSymbolTable *) const in Dump() argument
28 bool MIRIntConst::operator==(const MIRConst &rhs) const in operator ==() argument
58 void MIRAddrofConst::Dump(const MIRSymbolTable *localSymTab) const in Dump() argument
74 bool MIRAddrofConst::operator==(const MIRConst &rhs) const in operator ==() argument
89 void MIRAddroffuncConst::Dump(const MIRSymbolTable *) const in Dump() argument
97 bool MIRAddroffuncConst::operator==(const MIRConst &rhs) const in operator ==() argument
109 void MIRLblConst::Dump(const MIRSymbolTable *) const in Dump() argument
116 bool MIRLblConst::operator==(const MIRConst &rhs) const in operator ==() argument
128 bool MIRFloatConst::operator==(const MIRConst &rhs) const in operator ==() argument
150 bool MIRDoubleConst::operator==(const MIRConst &rhs) const in operator ==() argument
[all …]
Dmir_nodes.cpp77 bool AddrofNode::CheckNode(const MIRModule &mod) const in CheckNode() argument
164 bool AddrofNode::IsVolatile(const MIRModule &mod) const in IsVolatile() argument
171 bool DreadoffNode::IsVolatile(const MIRModule &mod) const in IsVolatile() argument
178 bool DassignNode::AssigningVolatile(const MIRModule &mod) const in AssigningVolatile() argument
334 void BaseNode::DumpBase(int32 indent) const in DumpBase()
340 void CatchNode::Dump(int32 indent) const in Dump()
352 void CppCatchNode::Dump(int32 indent) const in Dump()
364 void UnaryNode::DumpOpnd(const MIRModule &, int32 indent) const in DumpOpnd()
369 void UnaryNode::DumpOpnd(int32 indent) const in DumpOpnd()
378 void UnaryNode::Dump(int32 indent) const in Dump()
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate_accessor.cpp25 size_t GateAccessor::GetNumIns(GateRef gate) const in GetNumIns()
31 MarkCode GateAccessor::GetMark(GateRef gate) const in GetMark()
41 bool GateAccessor::IsFinished(GateRef gate) const in IsFinished()
46 bool GateAccessor::IsVisited(GateRef gate) const in IsVisited()
51 bool GateAccessor::IsPrevisit(GateRef gate) const in IsPrevisit()
56 bool GateAccessor::IsNotMarked(GateRef gate) const in IsNotMarked()
76 OpCode GateAccessor::GetOpCode(GateRef gate) const in GetOpCode()
82 BitField GateAccessor::TryGetValue(GateRef gate) const in TryGetValue()
88 ICmpCondition GateAccessor::GetICmpCondition(GateRef gate) const in GetICmpCondition()
95 FCmpCondition GateAccessor::GetFCmpCondition(GateRef gate) const in GetFCmpCondition()
[all …]
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
Dregexp_opcode.cpp117 uint32_t SaveStartOpCode::EmitOpCode(DynChunk *buf, uint32_t para) const in EmitOpCode()
125 uint32_t SaveStartOpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode()
132 uint32_t SaveEndOpCode::EmitOpCode(DynChunk *buf, uint32_t para) const in EmitOpCode()
140 uint32_t SaveEndOpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode()
147 uint32_t CharOpCode::EmitOpCode(DynChunk *buf, uint32_t para) const in EmitOpCode()
155 uint32_t CharOpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode()
162 uint32_t Char32OpCode::EmitOpCode(DynChunk *buf, uint32_t para) const in EmitOpCode()
169 uint32_t Char32OpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode()
176 uint32_t GotoOpCode::EmitOpCode(DynChunk *buf, uint32_t para) const in EmitOpCode()
183 void GotoOpCode::UpdateOpPara(DynChunk *buf, uint32_t offset, uint32_t para) const in UpdateOpPara()
[all …]
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_opcode.cpp121 uint32_t SaveStartOpCode::EmitOpCode(DynChunk *buf, uint32_t para) const in EmitOpCode()
129 uint32_t SaveStartOpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode()
136 uint32_t SaveEndOpCode::EmitOpCode(DynChunk *buf, uint32_t para) const in EmitOpCode()
144 uint32_t SaveEndOpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode()
151 uint32_t CharOpCode::EmitOpCode(DynChunk *buf, uint32_t para) const in EmitOpCode()
159 uint32_t CharOpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode()
166 uint32_t Char32OpCode::EmitOpCode(DynChunk *buf, uint32_t para) const in EmitOpCode()
173 uint32_t Char32OpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode()
180 uint32_t GotoOpCode::EmitOpCode(DynChunk *buf, uint32_t para) const in EmitOpCode()
187 void GotoOpCode::UpdateOpPara(DynChunk *buf, uint32_t offset, uint32_t para) const in UpdateOpPara()
[all …]
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.cpp53 bool PandaRuntimeInterface::IsGcValidForFastPath(SourceLanguage lang) const in IsGcValidForFastPath()
64MethodIndex index) const in ResolveMethodIndex()
70 FieldIndex index) const in ResolveFieldIndex()
76 TypeIndex index) const in ResolveTypeIndex()
81 …nterface::MethodPtr PandaRuntimeInterface::GetMethodById(MethodPtr parentMethod, MethodId id) const in GetMethodById()
89 compiler::RuntimeInterface::MethodId PandaRuntimeInterface::GetMethodId(MethodPtr method) const in GetMethodId()
94 …mpiler::RuntimeInterface::IntrinsicId PandaRuntimeInterface::GetIntrinsicId(MethodPtr method) const in GetIntrinsicId()
99 uint64_t PandaRuntimeInterface::GetUniqMethodId(MethodPtr method) const in GetUniqMethodId()
104 …erface::MethodPtr PandaRuntimeInterface::ResolveVirtualMethod(ClassPtr cls, MethodPtr method) const in ResolveVirtualMethod()
112MethodPtr method) const in ResolveInterfaceMethod()
[all …]
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Ddump.cpp205 bool Inst::DumpInputs(std::ostream *out) const in DumpInputs()
226 bool SaveStateInst::DumpInputs(std::ostream *out) const in DumpInputs()
259 bool BinaryImmOperation::DumpInputs(std::ostream *out) const in DumpInputs()
266 bool BinaryShiftedRegisterOperation::DumpInputs(std::ostream *out) const in DumpInputs()
273 bool UnaryShiftedRegisterOperation::DumpInputs(std::ostream *out) const in DumpInputs()
280 bool SelectImmInst::DumpInputs(std::ostream *out) const in DumpInputs()
287 bool IfImmInst::DumpInputs(std::ostream *out) const in DumpInputs()
294 bool PhiInst::DumpInputs(std::ostream *out) const in DumpInputs()
309 bool ConstantInst::DumpInputs(std::ostream *out) const in DumpInputs()
339 bool SpillFillInst::DumpInputs(std::ostream *out) const in DumpInputs()
[all …]
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsVoidKeyword.cpp23 void TSVoidKeyword::Iterate([[maybe_unused]] const NodeTraverser &cb) const {} in Iterate() argument
25 void TSVoidKeyword::Dump(ir::AstDumper *dumper) const in Dump()
30 void TSVoidKeyword::Compile([[maybe_unused]] compiler::PandaGen *pg) const {} in Compile()
32 checker::Type *TSVoidKeyword::Check([[maybe_unused]] checker::Checker *checker) const in Check()
37 checker::Type *TSVoidKeyword::GetType(checker::Checker *checker) const in GetType()
DtsArrayType.cpp23 void TSArrayType::Iterate(const NodeTraverser &cb) const in Iterate() argument
28 void TSArrayType::Dump(ir::AstDumper *dumper) const in Dump()
33 void TSArrayType::Compile([[maybe_unused]] compiler::PandaGen *pg) const {} in Compile()
35 checker::Type *TSArrayType::Check(checker::Checker *checker) const in Check()
41 checker::Type *TSArrayType::GetType(checker::Checker *checker) const in GetType()
DtsUnknownKeyword.cpp23 void TSUnknownKeyword::Iterate([[maybe_unused]] const NodeTraverser &cb) const {} in Iterate() argument
25 void TSUnknownKeyword::Dump(ir::AstDumper *dumper) const in Dump()
30 void TSUnknownKeyword::Compile([[maybe_unused]] compiler::PandaGen *pg) const {} in Compile()
32 checker::Type *TSUnknownKeyword::Check([[maybe_unused]] checker::Checker *checker) const in Check()
37 checker::Type *TSUnknownKeyword::GetType(checker::Checker *checker) const in GetType()
DtsSymbolKeyword.cpp23 void TSSymbolKeyword::Iterate([[maybe_unused]] const NodeTraverser &cb) const {} in Iterate() argument
25 void TSSymbolKeyword::Dump(ir::AstDumper *dumper) const in Dump()
30 void TSSymbolKeyword::Compile([[maybe_unused]] compiler::PandaGen *pg) const {} in Compile()
32 checker::Type *TSSymbolKeyword::Check([[maybe_unused]] checker::Checker *checker) const in Check()
38 checker::Type *TSSymbolKeyword::GetType(checker::Checker *checker) const in GetType()
DtsNullKeyword.cpp23 void TSNullKeyword::Iterate([[maybe_unused]] const NodeTraverser &cb) const {} in Iterate() argument
25 void TSNullKeyword::Dump(ir::AstDumper *dumper) const in Dump()
30 void TSNullKeyword::Compile([[maybe_unused]] compiler::PandaGen *pg) const {} in Compile()
32 checker::Type *TSNullKeyword::Check([[maybe_unused]] checker::Checker *checker) const in Check()
37 checker::Type *TSNullKeyword::GetType(checker::Checker *checker) const in GetType()
DtsObjectKeyword.cpp23 void TSObjectKeyword::Iterate([[maybe_unused]] const NodeTraverser &cb) const {} in Iterate() argument
25 void TSObjectKeyword::Dump(ir::AstDumper *dumper) const in Dump()
30 void TSObjectKeyword::Compile([[maybe_unused]] compiler::PandaGen *pg) const {} in Compile()
32 checker::Type *TSObjectKeyword::Check([[maybe_unused]] checker::Checker *checker) const in Check()
37 checker::Type *TSObjectKeyword::GetType(checker::Checker *checker) const in GetType()
DtsStringKeyword.cpp23 void TSStringKeyword::Iterate([[maybe_unused]] const NodeTraverser &cb) const {} in Iterate() argument
25 void TSStringKeyword::Dump(ir::AstDumper *dumper) const in Dump()
30 void TSStringKeyword::Compile([[maybe_unused]] compiler::PandaGen *pg) const {} in Compile()
32 checker::Type *TSStringKeyword::Check([[maybe_unused]] checker::Checker *checker) const in Check()
37 checker::Type *TSStringKeyword::GetType(checker::Checker *checker) const in GetType()
DtsConditionalType.cpp22 void TSConditionalType::Iterate(const NodeTraverser &cb) const in Iterate() argument
30 void TSConditionalType::Dump(ir::AstDumper *dumper) const in Dump()
39 void TSConditionalType::Compile([[maybe_unused]] compiler::PandaGen *pg) const {} in Compile()
41 checker::Type *TSConditionalType::Check([[maybe_unused]] checker::Checker *checker) const in Check()
46 checker::Type *TSConditionalType::GetType([[maybe_unused]] checker::Checker *checker) const in GetType()
DtsInferType.cpp23 void TSInferType::Iterate(const NodeTraverser &cb) const in Iterate() argument
28 void TSInferType::Dump(ir::AstDumper *dumper) const in Dump()
33 void TSInferType::Compile([[maybe_unused]] compiler::PandaGen *pg) const {} in Compile()
35 checker::Type *TSInferType::Check([[maybe_unused]] checker::Checker *checker) const in Check()
40 checker::Type *TSInferType::GetType([[maybe_unused]] checker::Checker *checker) const in GetType()
DtsBooleanKeyword.cpp23 void TSBooleanKeyword::Iterate([[maybe_unused]] const NodeTraverser &cb) const {} in Iterate() argument
25 void TSBooleanKeyword::Dump(ir::AstDumper *dumper) const in Dump()
30 void TSBooleanKeyword::Compile([[maybe_unused]] compiler::PandaGen *pg) const {} in Compile()
32 checker::Type *TSBooleanKeyword::Check([[maybe_unused]] checker::Checker *checker) const in Check()
37 checker::Type *TSBooleanKeyword::GetType(checker::Checker *checker) const in GetType()
DtsBigintKeyword.cpp23 void TSBigintKeyword::Iterate([[maybe_unused]] const NodeTraverser &cb) const {} in Iterate() argument
25 void TSBigintKeyword::Dump(ir::AstDumper *dumper) const in Dump()
30 void TSBigintKeyword::Compile([[maybe_unused]] compiler::PandaGen *pg) const {} in Compile()
32 checker::Type *TSBigintKeyword::Check([[maybe_unused]] checker::Checker *checker) const in Check()
37 checker::Type *TSBigintKeyword::GetType(checker::Checker *checker) const in GetType()
DtsNumberKeyword.cpp23 void TSNumberKeyword::Iterate([[maybe_unused]] const NodeTraverser &cb) const {} in Iterate() argument
25 void TSNumberKeyword::Dump(ir::AstDumper *dumper) const in Dump()
30 void TSNumberKeyword::Compile([[maybe_unused]] compiler::PandaGen *pg) const {} in Compile()
32 checker::Type *TSNumberKeyword::Check([[maybe_unused]] checker::Checker *checker) const in Check()
37 checker::Type *TSNumberKeyword::GetType(checker::Checker *checker) const in GetType()

12345678910>>...35