Home
last modified time | relevance | path

Searched defs:textOffset (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_codegen.cpp717 void LLVMAssembler::Disassemble(const std::map<uintptr_t, std::string> &addr2name, uint64_t textOffset, in GetCalleeReg2Offset() argument
630 PrintInstAndStep(uint64_t &instrOffset, uint8_t **instrAddr, uintptr_t &numBytes, size_t instSize, uint64_t textOffset, char *outString, std::ostringstream &codeStream, bool logFlag) GetCalleeReg2Offset() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dfile_generators.cpp64 void Module::CollectAnStackMapDes(ModuleSectionDes& des, uint64_t textOffset, in CollectAnStackMapDes() argument
85 builder.Collect(std::move(stackmapPtr), textAddr, textOffset, stackMapInfo); in CollectAnStackMapDes() local
298 void Module::CollectAnModuleSectionDes(ModuleSectionDes &moduleDes, uint64_t textOffset, in CollectAnModuleSectionDes() argument
328 void Module::DisassemblerFunc(std::map<uintptr_t, std::string> &addr2name, uint64_t textOffset, in DisassemblerFunc() argument
451 uint64_t textOffset = RollbackTextSize(module); in CollectCodeInfo() local

Completed in 4 milliseconds