Home
last modified time | relevance | path

Searched refs:TypeToString (Results 1 – 5 of 5) 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.h52 std::string PUBLIC_API TypeToString(Kind loc) const;
56 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/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);