Searched refs:GetByteCodes (Results 1 – 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | pass_manager.h | 39 bytecodes_(collector->GetByteCodes()), in PassContext() 54 Bytecodes* GetByteCodes() in GetByteCodes() function
|
D | pass_manager.cpp | 105 … ctx.GetByteCodes(), hasTypes, enableMethodLog && log_->OutputCIR(), in Compile()
|
D | ts_inline_lowering.cpp | 160 auto ecmaOpcode = ctx_->GetByteCodes()->GetOpcode(pc); in FilterInlinedMethod() 194 ctx_->GetByteCodes(), true, IsLogEnabled(), in InlineCall() 713 auto ecmaOpcode = ctx_->GetByteCodes()->GetOpcode(pc); in AnalyseFastAccessor()
|
D | bytecode_info_collector.h | 710 Bytecodes* GetByteCodes() in GetByteCodes() function
|
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
D | global_type_infer.cpp | 73 … ctx_->GetByteCodes(), jsPandaFile_->HasTSTypes(recordName_), enableLog_, true, in NewTypeInfer()
|