Home
last modified time | relevance | path

Searched refs:GetBytecodeInfo (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dpass_manager.h90 BCInfo& GetBytecodeInfo() in GetBytecodeInfo() function
92 return bcInfoCollector_->GetBytecodeInfo(); in GetBytecodeInfo()
Dcompilation_driver.cpp36 bytecodeInfo_(collector->GetBytecodeInfo()), in CompilationDriver()
Dbytecode_circuit_builder.cpp857 const BytecodeInfo& bytecodeInfo = iterator.GetBytecodeInfo(); in NewJSGate()
900 const BytecodeInfo& bytecodeInfo = iterator.GetBytecodeInfo(); in NewJump()
949 const BytecodeInfo& bytecodeInfo = iterator.GetBytecodeInfo(); in NewReturn()
975 const BytecodeInfo& bytecodeInfo = iterator.GetBytecodeInfo(); in NewByteCode()
1049 const BytecodeInfo& bytecodeInfo = GetBytecodeInfo(bb.end); in BuildSubCircuit()
1137 const BytecodeInfo &bytecodeInfo = GetBytecodeInfo(osrLoopBodyBB.end); in HandleOsrLoopBody()
1291 log += GetEcmaOpcodeStr(iterator.GetBytecodeInfo().GetOpcode()) + ", " + "In=["; in PrintBytecodeInfo()
Daot_compiler_preprocessor.cpp210 auto &bytecodeInfo = collector.GetBytecodeInfo(); in AnalyzeGraphs()
462 BCInfo &bytecodeInfo = collector.GetBytecodeInfo(); in GenerateMethodMap()
Dbytecode_circuit_builder.h347 auto &bytecodeInfo = iterator.GetBytecodeInfo(); in EnumerateBlock()
465 const BytecodeInfo &GetBytecodeInfo(uint32_t index) const in GetBytecodeInfo() function
Dbytecode_info_collector.h303 BCInfo& GetBytecodeInfo() in GetBytecodeInfo() function
Dpass_manager.cpp374 LOG_COMPILER(INFO) << collector.GetBytecodeInfo().GetSkippedMethodSize() in Compile()
Dbytecodes.h898 const BytecodeInfo &GetBytecodeInfo() const;
Dpass.h203 ctx_->GetBytecodeInfo().AddSkippedMethod(methodOffset_); in AbortCompilation()
Dts_inline_lowering.cpp124 auto &bytecodeInfo = ctx_->GetBytecodeInfo(); in TryInline()
Dbytecodes.cpp1926 const BytecodeInfo &BytecodeIterator::GetBytecodeInfo() const in GetBytecodeInfo() function in panda::ecmascript::kungfu::BytecodeIterator
1928 return builder_->GetBytecodeInfo(index_); in GetBytecodeInfo()
Dframe_states.cpp129 auto &bytecodeInfo = iterator.GetBytecodeInfo(); in ComputeLiveOut()