Searched refs:FuncInfo (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | code_generator.h | 68 struct FuncInfo {
struct 107 const std::map<std::string, FuncInfo> &GetFuncInfos() const;
135 std::map<std::string, FuncInfo> func2FuncInfo;
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
H A D | llvm_codegen.cpp | 256 std::pair<std::string, FuncInfo>(funcName, {address, 0, kungfu::CalleeRegAndOffsetVec()})); in SaveFunc2Addr() 267 std::pair<std::string, FuncInfo>(funcName, {0, fp2PrevSpDelta, kungfu::CalleeRegAndOffsetVec()})); in SaveFunc2FPtoPrevSPDelta() 278 std::pair<std::string, FuncInfo>(funcName, {0, 0, calleeRegInfo})); in SaveFunc2CalleeOffsetInfo() 291 const std::map<std::string, CodeInfo::FuncInfo> &CodeInfo::GetFuncInfos() const in GetFuncInfos()
|
Completed in 4 milliseconds