Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dpass_manager.h39 bytecodes_(collector->GetByteCodes()), in PassContext()
54 Bytecodes* GetByteCodes() in GetByteCodes() function
Dpass_manager.cpp105 … ctx.GetByteCodes(), hasTypes, enableMethodLog && log_->OutputCIR(), in Compile()
Dts_inline_lowering.cpp160 auto ecmaOpcode = ctx_->GetByteCodes()->GetOpcode(pc); in FilterInlinedMethod()
194 ctx_->GetByteCodes(), true, IsLogEnabled(), in InlineCall()
713 auto ecmaOpcode = ctx_->GetByteCodes()->GetOpcode(pc); in AnalyseFastAccessor()
Dbytecode_info_collector.h710 Bytecodes* GetByteCodes() in GetByteCodes() function
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dglobal_type_infer.cpp73 … ctx_->GetByteCodes(), jsPandaFile_->HasTSTypes(recordName_), enableLog_, true, in NewTypeInfer()