Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/aot/
DemitFiles.h29 … std::map<std::string, size_t> *statp, uint8_t targetApi, std::string targetSubApi) in EmitSingleAbcJob()
49 uint8_t targetApi, std::string targetSubApi) in EmitMergedAbcJob()
DemitFiles.cpp48 auto targetSubApi = options_->CompilerOptions().targetApiSubVersion; in Schedule() local