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
28 explicit ProgramCache(panda::pandasm::Program program) : program(std::move(program)) in ProgramCache() function
32ProgramCache(uint32_t hashCode, panda::pandasm::Program program) : hashCode(hashCode), program(std… in ProgramCache() argument
36 ProgramCache(uint32_t hashCode, panda::pandasm::Program program, bool needUpdateCache) in ProgramCache() argument
/arkcompiler/ets_frontend/merge_abc/protos/
DcompositeProgram.proto21 message ProgramCache { message