Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libllvmbackend/
H A Dllvm_aot_compiler.h57 AotBuilderOffsets(std::unordered_map<std::string, size_t> sectionAddresses, std::unordered_map<std::string, size_t> methodOffsets) AotBuilderOffsets() argument
H A Dllvm_aot_compiler.cpp592 std::unordered_map<std::string, size_t> methodOffsets; in CollectAotBuilderOffsets() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dliteral_data_extractor.cpp360 GetMethodOffsets(const JSPandaFile *jsPandaFile, size_t index, std::vector<uint32_t> &methodOffsets) GetMethodOffsets() argument
381 GetMethodOffsets(const JSPandaFile *jsPandaFile, EntityId id, std::vector<uint32_t> &methodOffsets) GetMethodOffsets() argument
/arkcompiler/runtime_core/static_core/libllvmbackend/object_code/
H A Dark_aot_linker.cpp120 RelocateSections(const std::unordered_map<std::string, size_t> &sectionAddresses, const std::unordered_map<std::string, size_t> &methodOffsets, uint32_t moduleId) RelocateSections() argument
148 RelocateFunctionSection(const SectionReference &sectionReference, const std::unordered_map<std::string, size_t> &sectionAddresses, const std::unordered_map<std::string, size_t> &methodOffsets) RelocateFunctionSection() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H A 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/dfx/stackinfo/
H A Djs_stackinfo.cpp101 std::string JsStackInfo::BuildInlinedMethodTrace(const JSPandaFile *pf, std::map<uint32_t, uint32_t> &methodOffsets) in BuildInlinedMethodTrace() argument
240 std::map<uint32_t, uint32_t> methodOffsets = it.GetInlinedMethodInfo(); in BuildJsStackTraceInfo() local

Completed in 7 milliseconds