Home
last modified time | relevance | path

Searched refs:TypeToString (Results 1 – 9 of 9) 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_runtime/ecmascript/stackmap/
Dllvm_stackmap_type.h54 std::string PUBLIC_API TypeToString(Kind loc) const;
58 LOG_COMPILER(DEBUG) << TypeToString(location); in Print()
Dllvm_stackmap_parser.cpp26 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 panda::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()
/arkcompiler/runtime_core/assembler/
Dannotation.cpp205 std::string AnnotationElement::TypeToString(Value::Type type) in TypeToString() function in panda::pandasm::AnnotationElement
Dannotation.h554 static std::string TypeToString(Value::Type type);
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp2293 static void TypeToString(std::stringstream &ss, Type *tp) in TypeToString() function
2310 TypeToString(ss, ta); in TypeToString()
2335 TypeToString(ss, it); in GetHashFromTypeArguments()
2347 TypeToString(ss, k); in GetHashFromSubstitution()
2349 TypeToString(ss, v); in GetHashFromSubstitution()