Home
last modified time | relevance | path

Searched refs:TypeToString (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/runtime_core/assembler/tests/
Dannotation_test.cpp369 std::string type_u1 = AnnotationElement::TypeToString(panda::pandasm::Value::Type::U1);
373 type_u1 = AnnotationElement::TypeToString(panda::pandasm::Value::Type::I8);
377 type_u1 = AnnotationElement::TypeToString(panda::pandasm::Value::Type::U8);
381 type_u1 = AnnotationElement::TypeToString(panda::pandasm::Value::Type::I16);
385 type_u1 = AnnotationElement::TypeToString(panda::pandasm::Value::Type::U16);
389 type_u1 = AnnotationElement::TypeToString(panda::pandasm::Value::Type::I32);
393 type_u1 = AnnotationElement::TypeToString(panda::pandasm::Value::Type::U32);
397 type_u1 = AnnotationElement::TypeToString(panda::pandasm::Value::Type::I64);
401 type_u1 = AnnotationElement::TypeToString(panda::pandasm::Value::Type::U64);
405 type_u1 = AnnotationElement::TypeToString(panda::pandasm::Value::Type::F32);
[all …]
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DrecordLowering.cpp39 std::string RecordLowering::TypeToString(checker::Type *type) const in TypeToString() function in ark::es2panda::compiler::RecordLowering
204 …"let @@I1 = new " + containerType + "<" + TypeToString(keyType) + "," + TypeToString(valueType) + … in CreateBlockExpression()
DrecordLowering.h33 std::string TypeToString(checker::Type *type) const;
/arkcompiler/ets_runtime/ecmascript/stackmap/llvm/
Dllvm_stackmap_type.h54 std::string PUBLIC_API TypeToString(Kind loc) const;
58 LOG_COMPILER(DEBUG) << TypeToString(location); in Print()
Dllvm_stackmap_parser.cpp20 std::string LocationTy::TypeToString(Kind loc) const in TypeToString() function in panda::ecmascript::kungfu::LocationTy
/arkcompiler/runtime_core/static_core/assembler/
Dannotation.cpp196 std::string AnnotationElement::TypeToString(Value::Type type) in TypeToString() function in ark::pandasm::AnnotationElement
Dannotation.h549 PANDA_PUBLIC_API static std::string TypeToString(Value::Type type);
Dassembly-emitter.cpp129 SetLastError("Inconsistent element (" + AnnotationElement::TypeToString(valueType) + in CheckValueType()
162 SetLastError("Inconsistent element (" + AnnotationElement::TypeToString(valueType) + in CheckValueType()
774 …ASSERT(program.arrayTypes.find(Type(AnnotationElement::TypeToString(TYPE), 1)) != program.arrayTyp… in CheckAndCreateArrayValue()
/arkcompiler/runtime_core/assembler/
Dannotation.cpp205 std::string AnnotationElement::TypeToString(Value::Type type) in TypeToString() function in panda::pandasm::AnnotationElement
Dannotation.h555 static std::string TypeToString(Value::Type type);