Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/util/
H A DprogramCache.h23 struct ProgramCache { struct
28 explicit ProgramCache(panda::pandasm::Program program) : program(std::move(program)) in ProgramCache() function
32 ProgramCache(uint32_t hashCode, panda::pandasm::Program program) : hashCode(hashCode), program(std::move(program)) in ProgramCache() function
36 ProgramCache(uint32_t hashCode, panda::pandasm::Program program, bool needUpdateCache) in ProgramCache() function

Completed in 1 milliseconds