Home
last modified time | relevance | path

Searched defs:SaveFunc2Addr (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_codegen.cpp51 static void SaveFunc2Addr(void *object, std::string funcName, uint32_t address) in SaveFunc2Addr() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dllvm_codegen.cpp193 void CodeInfo::SaveFunc2Addr(std::string funcName, uint32_t address) in SaveFunc2Addr() function in panda::ecmascript::kungfu::CodeInfo