Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dpass_manager.h94 BCInfo& GetBytecodeInfo() in GetBytecodeInfo() function
96 return bcInfoCollector_->GetBytecodeInfo(); in GetBytecodeInfo()
Dpass_manager.cpp157 LOG_COMPILER(INFO) << collector->GetBytecodeInfo().GetSkippedMethodSize() in ProcessConstantPool()
Dbytecode_circuit_builder.cpp882 const BytecodeInfo& bytecodeInfo = iterator.GetBytecodeInfo(); in NewJSGate()
954 const BytecodeInfo& bytecodeInfo = iterator.GetBytecodeInfo(); in NewJump()
1004 const BytecodeInfo& bytecodeInfo = iterator.GetBytecodeInfo(); in NewReturn()
1026 const BytecodeInfo& bytecodeInfo = iterator.GetBytecodeInfo(); in NewByteCode()
1080 const BytecodeInfo& bytecodeInfo = GetBytecodeInfo(bb.end); in BuildSubCircuit()
1277 const BytecodeInfo& curInfo = iterator.GetBytecodeInfo(); in ResolveDef()
1680 log += GetEcmaOpcodeStr(iterator.GetBytecodeInfo().GetOpcode()) + ", " + "In=["; in PrintBytecodeInfo()
Dcompilation_driver.cpp36 bytecodeInfo_(collector->GetBytecodeInfo()), in CompilationDriver()
Dframe_states.cpp274 auto &bytecodeInfo = iterator.GetBytecodeInfo(); in ComputeLiveOut()
414 if (builder_->GetBytecodeInfo(nextIndex).IsCall()) { in BuildStateSplitAfter()
Dbytecode_circuit_builder.h387 auto &bytecodeInfo = iterator.GetBytecodeInfo(); in EnumerateBlock()
488 const BytecodeInfo &GetBytecodeInfo(uint32_t index) const in GetBytecodeInfo() function
Dbytecodes.h767 const BytecodeInfo &GetBytecodeInfo() const;
Dpass.h189 ctx_->GetBytecodeInfo().AddSkippedMethod(methodOffset_); in AbortCompilation()
Dbytecode_info_collector.h715 BCInfo& GetBytecodeInfo() in GetBytecodeInfo() function
Dbytecodes.cpp1595 const BytecodeInfo &BytecodeIterator::GetBytecodeInfo() const in GetBytecodeInfo() function in panda::ecmascript::kungfu::BytecodeIterator
1597 return builder_->GetBytecodeInfo(index_); in GetBytecodeInfo()
Dts_inline_lowering.cpp99 auto &bytecodeInfo = ctx_->GetBytecodeInfo(); in TryInline()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dglobal_type_infer.cpp21 …: ctx_(ctx), jsPandaFile_(ctx_->GetJSPandaFile()), bcInfo_(ctx->GetBytecodeInfo()), methodOffset_(… in GlobalTypeInfer()
Dmethod_type_infer.h155 return builder_->GetBytecodeInfo(bcIndex); in GetByteCodeInfo()
Dmethod_type_infer.cpp1063 const auto &bcInfo = bcInfoCollector->GetBytecodeInfo(); in InferLdExternalModuleVar()
1279 auto &bcInfo = ctx_->GetBytecodeInfo(); in CheckNamespaceFunc()