Home
last modified time | relevance | path

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

12345678910>>...16

/arkcompiler/ets_runtime/ecmascript/
Ddump.cpp1023 void JSTaggedValue::DumpSpecialValue(std::ostream &os) const in DumpSpecialValue()
1052 void JSTaggedValue::DumpHeapObjectType(std::ostream &os) const in DumpHeapObjectType()
1083 void JSTaggedValue::DumpTaggedValue(std::ostream &os) const in DumpTaggedValue()
1097 void JSTaggedValue::Dump(std::ostream &os) const in Dump()
1124 void NumberDictionary::Dump(std::ostream &os) const in Dump()
1142 void NameDictionary::Dump(std::ostream &os) const in Dump()
1161 void GlobalDictionary::Dump(std::ostream &os) const in Dump()
1180 void LayoutInfo::Dump(std::ostream &os) const in Dump()
1196 void TransitionsDictionary::Dump(std::ostream &os) const in Dump()
1214 void LinkedHashSet::Dump(std::ostream &os) const in Dump()
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate_accessor.cpp23 size_t GateAccessor::GetNumIns(GateRef gate) const in GetNumIns()
29 MarkCode GateAccessor::GetMark(GateRef gate) const in GetMark()
39 bool GateAccessor::IsFinished(GateRef gate) const in IsFinished()
44 bool GateAccessor::IsVisited(GateRef gate) const in IsVisited()
49 bool GateAccessor::IsNotMarked(GateRef gate) const in IsNotMarked()
64 OpCode GateAccessor::GetOpCode(GateRef gate) const in GetOpCode()
70 BitField GateAccessor::TryGetValue(GateRef gate) const in TryGetValue()
76 ICmpCondition GateAccessor::GetICmpCondition(GateRef gate) const in GetICmpCondition()
83 FCmpCondition GateAccessor::GetFCmpCondition(GateRef gate) const in GetFCmpCondition()
90 ConstDataId GateAccessor::GetConstDataId(GateRef gate) const in GetConstDataId()
[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, double value) const in Add()
107 bool PtJson::Add(const char *key, const char *value) const in Add() argument
125 bool PtJson::Add(const char *key, const std::unique_ptr<PtJson> &value) const in Add() argument
142 bool PtJson::Push(bool value) const in Push()
158 bool PtJson::Push(int32_t value) const in Push()
163 bool PtJson::Push(int64_t value) const in Push()
168 bool PtJson::Push(double value) const in Push()
[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/verification/type/
Dtype_type.cpp29 TypeSet Type::operator|(const Type &t) const in operator |() argument
59 TypeParam Type::operator*(TypeVariance variance) const in operator *()
64 bool Type::operator==(const Type &t) const in operator ==() argument
69 bool Type::operator!=(const Type &t) const in operator !=() argument
74 const Type &Type::operator<<(const Type &t) const in operator <<() argument
82 const TypeSet &Type::operator<<(const TypeSet &s) const in operator <<() argument
91 bool Type::operator<=(const Type &rhs) const in operator <=() argument
96 bool Type::operator<=(const TypeParams &rhs) const in operator <=() argument
146 TypeSet Type::operator&(const Type &rhs) const in operator &() argument
154 TypeSet Type::operator&(const TypeSet &rhs) const in operator &() argument
/arkcompiler/runtime_core/compiler/optimizer/ir/
Ddump.cpp200 bool Inst::DumpInputs(std::ostream *out) const in DumpInputs()
216 bool SaveStateInst::DumpInputs(std::ostream *out) const in DumpInputs()
246 bool BinaryImmOperation::DumpInputs(std::ostream *out) const in DumpInputs()
253 bool BinaryShiftedRegisterOperation::DumpInputs(std::ostream *out) const in DumpInputs()
260 bool UnaryShiftedRegisterOperation::DumpInputs(std::ostream *out) const in DumpInputs()
267 bool SelectImmInst::DumpInputs(std::ostream *out) const in DumpInputs()
274 bool IfImmInst::DumpInputs(std::ostream *out) const in DumpInputs()
281 bool PhiInst::DumpInputs(std::ostream *out) const in DumpInputs()
296 bool ConstantInst::DumpInputs(std::ostream *out) const in DumpInputs()
326 bool SpillFillInst::DumpInputs(std::ostream *out) const in DumpInputs()
[all …]
/arkcompiler/runtime_core/runtime/
Dcompiler.cpp69MethodIndex index) const in ResolveMethodIndex()
75 FieldIndex index) const in ResolveFieldIndex()
81 TypeIndex index) const in ResolveTypeIndex()
86 …terface::MethodPtr PandaRuntimeInterface::GetMethodById(MethodPtr parent_method, MethodId id) const in GetMethodById()
94 compiler::RuntimeInterface::MethodId PandaRuntimeInterface::GetMethodId(MethodPtr method) const in GetMethodId()
99 …mpiler::RuntimeInterface::IntrinsicId PandaRuntimeInterface::GetIntrinsicId(MethodPtr method) const in GetIntrinsicId()
104 …erface::MethodPtr PandaRuntimeInterface::ResolveVirtualMethod(ClassPtr cls, MethodPtr method) const in ResolveVirtualMethod()
112MethodPtr method) const in ResolveInterfaceMethod()
119 …iler::RuntimeInterface::ClassPtr PandaRuntimeInterface::GetClass(MethodPtr method, IdType id) const in GetClass()
129 compiler::RuntimeInterface::ClassPtr PandaRuntimeInterface::GetStringClass(MethodPtr method) const in GetStringClass()
[all …]
/arkcompiler/ets_frontend/es2panda/ir/ts/
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()
DtsImportType.cpp24 void TSImportType::Iterate(const NodeTraverser &cb) const in Iterate() argument
37 void TSImportType::Dump(ir::AstDumper *dumper) const in Dump()
46 void TSImportType::Compile([[maybe_unused]] compiler::PandaGen *pg) const {} in Compile()
48 checker::Type *TSImportType::Check([[maybe_unused]] checker::Checker *checker) const in Check()
53 checker::Type *TSImportType::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()
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()
DtsTypePredicate.cpp23 void TSTypePredicate::Iterate(const NodeTraverser &cb) const in Iterate() argument
31 void TSTypePredicate::Dump(ir::AstDumper *dumper) const in Dump()
39 void TSTypePredicate::Compile([[maybe_unused]] compiler::PandaGen *pg) const {} in Compile()
41 checker::Type *TSTypePredicate::Check([[maybe_unused]] checker::Checker *checker) const in Check()
46 checker::Type *TSTypePredicate::GetType([[maybe_unused]] 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()
DtsAnyKeyword.cpp23 void TSAnyKeyword::Iterate([[maybe_unused]] const NodeTraverser &cb) const {} in Iterate() argument
25 void TSAnyKeyword::Dump(ir::AstDumper *dumper) const in Dump()
30 void TSAnyKeyword::Compile([[maybe_unused]] compiler::PandaGen *pg) const {} in Compile()
32 checker::Type *TSAnyKeyword::Check([[maybe_unused]] checker::Checker *checker) const in Check()
37 checker::Type *TSAnyKeyword::GetType(checker::Checker *checker) const in GetType()
DtsUndefinedKeyword.cpp23 void TSUndefinedKeyword::Iterate([[maybe_unused]] const NodeTraverser &cb) const {} in Iterate() argument
25 void TSUndefinedKeyword::Dump(ir::AstDumper *dumper) const in Dump()
30 void TSUndefinedKeyword::Compile([[maybe_unused]] compiler::PandaGen *pg) const {} in Compile()
32 checker::Type *TSUndefinedKeyword::Check([[maybe_unused]] checker::Checker *checker) const in Check()
37 checker::Type *TSUndefinedKeyword::GetType(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()
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()
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()
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()
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()
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()
DtsMappedType.cpp23 void TSMappedType::Iterate(const NodeTraverser &cb) const in Iterate() argument
31 void TSMappedType::Dump(ir::AstDumper *dumper) const in Dump()
46 void TSMappedType::Compile([[maybe_unused]] compiler::PandaGen *pg) const {} in Compile()
48 checker::Type *TSMappedType::Check([[maybe_unused]] checker::Checker *checker) const in Check()
53 checker::Type *TSMappedType::GetType([[maybe_unused]] checker::Checker *checker) const in GetType()
DtsNeverKeyword.cpp23 void TSNeverKeyword::Iterate([[maybe_unused]] const NodeTraverser &cb) const {} in Iterate() argument
25 void TSNeverKeyword::Dump(ir::AstDumper *dumper) const in Dump()
30 void TSNeverKeyword::Compile([[maybe_unused]] compiler::PandaGen *pg) const {} in Compile()
32 checker::Type *TSNeverKeyword::Check([[maybe_unused]] checker::Checker *checker) const in Check()
37 checker::Type *TSNeverKeyword::GetType(checker::Checker *checker) const in GetType()

12345678910>>...16