| /arkcompiler/ets_runtime/ecmascript/ |
| D | dump.cpp | 1023 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/ |
| D | gate_accessor.cpp | 23 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/ |
| D | pt_json.cpp | 61 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/ |
| D | regexp_opcode.cpp | 121 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/ |
| D | type_type.cpp | 29 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/ |
| D | dump.cpp | 200 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/ |
| D | compiler.cpp | 69 … MethodIndex 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() 112 … MethodPtr 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/ |
| D | tsBigintKeyword.cpp | 23 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()
|
| D | tsImportType.cpp | 24 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()
|
| D | tsBooleanKeyword.cpp | 23 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()
|
| D | tsArrayType.cpp | 23 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()
|
| D | tsTypePredicate.cpp | 23 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()
|
| D | tsNullKeyword.cpp | 23 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()
|
| D | tsAnyKeyword.cpp | 23 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()
|
| D | tsUndefinedKeyword.cpp | 23 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()
|
| D | tsInferType.cpp | 23 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()
|
| D | tsUnknownKeyword.cpp | 23 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()
|
| D | tsSymbolKeyword.cpp | 23 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()
|
| D | tsConditionalType.cpp | 22 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()
|
| D | tsVoidKeyword.cpp | 23 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()
|
| D | tsNumberKeyword.cpp | 23 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()
|
| D | tsObjectKeyword.cpp | 23 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()
|
| D | tsStringKeyword.cpp | 23 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()
|
| D | tsMappedType.cpp | 23 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()
|
| D | tsNeverKeyword.cpp | 23 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()
|