Home
last modified time | relevance | path

Searched defs:reporter (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/gclog/
H A Dabstract_gclog_parser.py36 def reporter(self) -> Optional[LogReporter]: member in AbstractLogParser
H A Dempty_gclog_parser.py57 def reporter(self) -> Optional[LogReporter]: member in EmptyGcLogParser
/arkcompiler/ets_frontend/ets2panda/util/
H A DgenerateBin.cpp39 static int OptimizeBytecode(ark::pandasm::Program *prog, const util::Options *options, const ReporterFun &reporter, in OptimizeBytecode() argument
61 static int GenerateProgramImpl(ark::pandasm::Program *prog, const util::Options *options, const ReporterFun &reporter, in GenerateProgramImpl() argument
103 int GenerateProgram(ark::pandasm::Program *prog, const util::Options *options, const ReporterFun &reporter) in GenerateProgram() argument
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/gclog/ark/
H A Dark_gclog_parser.py47 def reporter(self) -> Optional[LogReporter]: member in ArkGcLogParser
/arkcompiler/runtime_core/static_core/verification/absint/
H A Dexec_context.h50 void StoreCurrentRegContextForAddr(const uint8_t *addr, Reporter reporter) in StoreCurrentRegContextForAddr() argument
60 void StoreCurrentRegContextForAddrIfHasContext(const uint8_t *addr, Reporter reporter) in StoreCurrentRegContextForAddrIfHasContext() argument
91 void ProcessJump(const uint8_t *jmpInsnPtr, const uint8_t *targetPtr, Reporter reporter, EntryPointType codeType) in ProcessJump() argument

Completed in 3 milliseconds