Searched defs:methodOffsets (Results 1 - 6 of 6) sorted by relevance
| /arkcompiler/runtime_core/static_core/libllvmbackend/ |
| H A D | llvm_aot_compiler.h | 57 AotBuilderOffsets(std::unordered_map<std::string, size_t> sectionAddresses, std::unordered_map<std::string, size_t> methodOffsets) AotBuilderOffsets() argument
|
| H A D | llvm_aot_compiler.cpp | 592 std::unordered_map<std::string, size_t> methodOffsets; in CollectAotBuilderOffsets() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| H A D | literal_data_extractor.cpp | 360 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 D | ark_aot_linker.cpp | 120 RelocateSections(const std::unordered_map<std::string, size_t> §ionAddresses, const std::unordered_map<std::string, size_t> &methodOffsets, uint32_t moduleId) RelocateSections() argument 148 RelocateFunctionSection(const SectionReference §ionReference, const std::unordered_map<std::string, size_t> §ionAddresses, const std::unordered_map<std::string, size_t> &methodOffsets) RelocateFunctionSection() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | bytecode_info_collector.cpp | 266 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 D | js_stackinfo.cpp | 101 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 8 milliseconds