Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
DmoduleRecordEmitter.h27 explicit ModuleRecordEmitter(parser::SourceTextModuleRecord *moduleRecord, int32_t bufferIdx, in ModuleRecordEmitter()
/arkcompiler/ets_frontend/es2panda/util/
DpatchFix.cpp191 int64_t bufferIdx = GetLiteralIdxFromStringId(ins.ids[0]); in GenerateFunctionAndClassHash() local
195 int64_t bufferIdx = GetLiteralIdxFromStringId(ins.ids[1]); in GenerateFunctionAndClassHash() local
237 std::string PatchFix::ExpandLiteral(int64_t bufferIdx, PatchFix::LiteralBuffers &literalBuffers) in ExpandLiteral()
248 std::vector<std::string> PatchFix::GetLiteralMethods(int64_t bufferIdx, PatchFix::LiteralBuffers &l… in GetLiteralMethods()
272 void PatchFix::CollectClassMemberFunctions(const std::string &className, int64_t bufferIdx, in CollectClassMemberFunctions()