Home
last modified time | relevance | path

Searched defs:methodOffsets (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/libllvmbackend/object_code/
Dark_aot_linker.cpp121 … const std::unordered_map<std::string, size_t> &methodOffsets, in RelocateSections()
150 … const std::unordered_map<std::string, size_t> &methodOffsets) in RelocateFunctionSection()
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_aot_compiler.h58 std::unordered_map<std::string, size_t> methodOffsets) in AotBuilderOffsets()
Dllvm_aot_compiler.cpp592 std::unordered_map<std::string, size_t> methodOffsets; in CollectAotBuilderOffsets() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp266 std::vector<uint32_t> methodOffsets; in CollectInnerMethodsFromLiteral() local
276 std::vector<uint32_t> methodOffsets; in CollectInnerMethodsFromNewLiteral() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dliteral_data_extractor.cpp360 std::vector<uint32_t> &methodOffsets) in GetMethodOffsets()
381 std::vector<uint32_t> &methodOffsets) in GetMethodOffsets()
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp94 …ckInfo::BuildInlinedMethodTrace(const JSPandaFile *pf, std::map<uint32_t, uint32_t> &methodOffsets) in BuildInlinedMethodTrace() argument
233 std::map<uint32_t, uint32_t> methodOffsets = it.GetInlinedMethodInfo(); in BuildJsStackTraceInfo() local