Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Demit.cpp1633 void Emitter::EmitBlockMarker(const std::string &markerName, const std::string &sectionName, bool withAddr, in EmitAsmLabel() argument
1647 Emit(markerName); in EmitAsmLabel()
1654 Emit(markerName); in EmitAsmLabel()
1669 Emit("8\n" + markerName + ":\n"); in EmitAsmLabel()
1671 Emit("3\n" + markerName + ":\n"); in EmitAsmLabel()
1680 Emit(markerName + ", 8\n"); in EmitAsmLabel()
1765 std::string markerName = "__MBlock_" + GetLayoutTypeString(i) + "_func_start"; in EmitAsmLabel() local
1770 Emit(markerName + ", %object\n"); in EmitAsmLabel()
1772 Emit(markerName + "\n"); in EmitAsmLabel()
1776 Emit(markerName in EmitAsmLabel()
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Demit.h186 void EmitBlockMarker(const std::string &markerName, const std::string &sectionName, bool withAddr,

Completed in 5 milliseconds