Home
last modified time | relevance | path

Searched refs:GetCodeInfo (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/tools/debug/
H A Djit_writer.cpp35 prefix.codeInfoSize = method.GetCodeInfo().size();
50 data = reinterpret_cast<const char *>(method.GetCodeInfo().data());
51 CopyToSpan(stream, data, method.GetCodeInfo().size(), currPos);
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcode_generator.h119 std::vector<std::pair<uint8_t *, uintptr_t>> GetCodeInfo() const;
165 const CodeInfo &GetCodeInfo() const in GetCodeInfo() function in panda::ecmascript::kungfu::Assembler
H A Dfile_generators.cpp220 const auto &func2Addr = assembler->GetCodeInfo().GetFuncInfos(); in CollectFuncEntryInfoByLiteCG()
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
H A Dllvm_aot_builder.h68 methods_.at(index).SetCodeInfo(method.GetCodeInfo()); in AdjustMethod()
H A Daot_builder.cpp43 prefix.codeInfoSize = method.GetCodeInfo().size();
58 data = reinterpret_cast<const char *>(method.GetCodeInfo().data());
59 CopyToSpan(stream, data, method.GetCodeInfo().size(), currPos);
/arkcompiler/runtime_core/static_core/compiler/aot/
H A Dcompiled_method.h67 Span<const uint8_t> GetCodeInfo() const in GetCodeInfo() function in ark::compiler::CompiledMethod
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H A Dlitecg_codegen.cpp159 const auto &codeInfo = GetCodeInfo(); in CollectAnStackMap()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_codegen.cpp325 std::vector<std::pair<uint8_t *, uintptr_t>> CodeInfo::GetCodeInfo() const in GetCodeInfo() function in panda::ecmascript::kungfu::CodeInfo
726 for (auto it : codeInfo_.GetCodeInfo()) { in GetCalleeReg2Offset()
/arkcompiler/runtime_core/static_core/libllvmbackend/
H A Dllvm_aot_compiler.cpp884 info.Decode(method.GetCodeInfo()); in DumpCodeInfo()

Completed in 8 milliseconds