Home
last modified time | relevance | path

Searched refs:EmitAddressString (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Demit.h350 void EmitAddressString(const std::string &address);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Demit.cpp2537 void Emitter::EmitAddressString(const std::string &address) in EmitAsmLabel() function in maplebe::Emitter
2583 EmitAddressString(symAddrName + "\n"); in EmitAsmLabel()
2591 EmitAddressString(std::to_string(vecSize) + "\n"); in EmitAsmLabel()
2640 EmitAddressString(symAddrSym->GetName() + " - . + "); in EmitAsmLabel()
2644 EmitAddressString(symAddrSym->GetName() + "\n"); in EmitAsmLabel()

Completed in 6 milliseconds