Searched defs:ProgramCache (Results 1 – 2 of 2) sorted by relevance
23 struct ProgramCache { struct28 explicit ProgramCache(panda::pandasm::Program program) : program(std::move(program)) in ProgramCache() argument32 …ProgramCache(uint32_t hashCode, panda::pandasm::Program program) : hashCode(hashCode), program(std… in ProgramCache() function36 ProgramCache(uint32_t hashCode, panda::pandasm::Program program, bool needUpdateCache) in ProgramCache() argument
21 message ProgramCache { message