Home | History | Annotate | Download | only in Interp

Lines Matching refs:Code

56   // Create a handle over the emitted code.
73 // Set the function's code.
74 Func->setCode(NextLocalOffset, std::move(Code), std::move(SrcMap),
88 const size_t Target = Code.size();
96 void *Location = Code.data() + Reloc - sizeof(int32_t);
106 const int64_t Position = Code.size() + sizeof(Opcode) + sizeof(int32_t);
131 if (Code.size() + Size > std::numeric_limits<unsigned>::max()) {
135 Code.insert(Code.end(), Data, Data + Size);
142 SrcMap.emplace_back(Code.size(), SI);