Home
last modified time | relevance | path

Searched defs:collector (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dpass_manager.cpp49 …BytecodeInfoCollector collector(vm_, jsPandaFile, profilerDecoder_, maxAotMethodSize_, ShouldColle… in Compile() local
155 void PassManager::ProcessConstantPool(BytecodeInfoCollector *collector) in ProcessConstantPool()
Dpass_manager.h34 …PassContext(const std::string &triple, CompilerLog *log, BytecodeInfoCollector* collector, LLVMMod… in PassContext()
Dcompilation_driver.cpp23 BytecodeInfoCollector *collector, in CompilationDriver()