Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/util/
DprogramCache.h23 struct ProgramCache { struct
28ProgramCache(uint32_t hashCode, panda::pandasm::Program program) : hashCode(hashCode), program(std… in ProgramCache() argument
32 ProgramCache(uint32_t hashCode, panda::pandasm::Program program, bool needUpdateCache) in ProgramCache() argument
/arkcompiler/ets_frontend/merge_abc/protos/
DcompositeProgram.proto21 message ProgramCache { message