Home
last modified time | relevance | path

Searched defs:EmitDebugComment (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/
Delf_assembler.h73 void EmitDebugComment(const char* comment) override {}; in EmitDebugComment() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dasm_assembler.cpp373 void AsmAssembler::EmitDebugComment(const char* comment) in EmitDebugComment() function in assembler::AsmAssembler