Home
last modified time | relevance | path

Searched refs:FuncInfo (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcode_generator.h68 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 Dllvm_codegen.cpp256 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