Home
last modified time | relevance | path

Searched refs:GetByteCodes (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dpass_manager.cpp39 bytecodes_(collector->GetByteCodes()), in PassContext()
129 circuit_, ctx_->GetByteCodes(), enableMethodLog && log_->OutputCIR(), in Compile()
313 ctx.GetByteCodes(), enableMethodLog && log_->OutputCIR(), in Compile()
Dpass_manager.h50 Bytecodes* GetByteCodes() in GetByteCodes() function
Dbytecode_info_collector.h298 Bytecodes* GetByteCodes() in GetByteCodes() function
Dts_inline_lowering.cpp193 auto ecmaOpcode = ctx_->GetByteCodes()->GetOpcode(pc); in FilterInlinedMethod()
229 circuit_, ctx_->GetByteCodes(), IsLogEnabled(), in InlineCall()
Daot_compiler_preprocessor.cpp249 ctx.GetByteCodes(), false, in AnalyzeGraph()