Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dpass_manager.h108 BCInfo& GetBytecodeInfo() in GetBytecodeInfo() function
110 return bcInfoCollector_->GetBytecodeInfo(); in GetBytecodeInfo()
Dbytecode_circuit_builder.cpp556 const BytecodeInfo& bytecodeInfo = iterator.GetBytecodeInfo(); in NewJSGate()
597 const BytecodeInfo& bytecodeInfo = iterator.GetBytecodeInfo(); in NewJump()
642 const BytecodeInfo& bytecodeInfo = iterator.GetBytecodeInfo(); in NewReturn()
668 const BytecodeInfo& bytecodeInfo = iterator.GetBytecodeInfo(); in NewByteCode()
742 const BytecodeInfo& bytecodeInfo = GetBytecodeInfo(bb.end); in BuildSubCircuit()
829 log += GetEcmaOpcodeStr(iterator.GetBytecodeInfo().GetOpcode()) + ", " + "In=["; in PrintBytecodeInfo()
Dbytecode_circuit_builder.h345 auto &bytecodeInfo = iterator.GetBytecodeInfo(); in EnumerateBlock()
457 const BytecodeInfo &GetBytecodeInfo(uint32_t index) const in GetBytecodeInfo() function
Dcompilation_driver.cpp37 bytecodeInfo_(collector->GetBytecodeInfo()), in CompilationDriver()
Daot_compiler_preprocessor.cpp206 BCInfo &bytecodeInfo = collector.GetBytecodeInfo(); in GenerateGlobalTypes()
Dpass_manager.cpp314 LOG_COMPILER(INFO) << collector.GetBytecodeInfo().GetSkippedMethodSize() in Compile()
Dbytecodes.h887 const BytecodeInfo &GetBytecodeInfo() const;
Dbytecode_info_collector.h680 BCInfo& GetBytecodeInfo() in GetBytecodeInfo() function
Dpass.h211 ctx_->GetBytecodeInfo().AddSkippedMethod(methodOffset_); in AbortCompilation()
Dts_inline_lowering.cpp134 auto &bytecodeInfo = ctx_->GetBytecodeInfo(); in TryInline()
Dbytecodes.cpp1779 const BytecodeInfo &BytecodeIterator::GetBytecodeInfo() const in GetBytecodeInfo() function in panda::ecmascript::kungfu::BytecodeIterator
1781 return builder_->GetBytecodeInfo(index_); in GetBytecodeInfo()
Dframe_states.cpp130 auto &bytecodeInfo = iterator.GetBytecodeInfo(); in ComputeLiveOut()
/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.h159 return builder_->GetBytecodeInfo(bcIndex); in GetByteCodeInfo()
Dmethod_type_infer.cpp1119 const auto &bcInfo = bcInfoCollector->GetBytecodeInfo(); in InferLdExternalModuleVar()
1335 auto &bcInfo = ctx_->GetBytecodeInfo(); in CheckNamespaceFunc()