Home
last modified time | relevance | path

Searched refs:bufferIdx (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
H A DmoduleRecordEmitter.h27 explicit ModuleRecordEmitter(parser::SourceTextModuleRecord *moduleRecord, int32_t bufferIdx, in ModuleRecordEmitter() argument
29 : moduleRecord_(moduleRecord), bufferIdx_(bufferIdx), phaseBufferIdx_(phaseBufferIdx) {} in ModuleRecordEmitter()
/arkcompiler/ets_frontend/es2panda/util/
H A DpatchFix.cpp191 int64_t bufferIdx = GetLiteralIdxFromStringId(ins.ids[0]); in GenerateFunctionAndClassHash() local
192 ss << ExpandLiteral(bufferIdx, literalBuffers) << " "; in GenerateFunctionAndClassHash()
195 int64_t bufferIdx = GetLiteralIdxFromStringId(ins.ids[1]); in GenerateFunctionAndClassHash() local
196 std::string literalStr = ExpandLiteral(bufferIdx, literalBuffers); in GenerateFunctionAndClassHash()
199 CollectClassMemberFunctions(ins.ids[0], bufferIdx, literalBuffers); in GenerateFunctionAndClassHash()
237 std::string PatchFix::ExpandLiteral(int64_t bufferIdx, PatchFix::LiteralBuffers &literalBuffers) in ExpandLiteral() argument
240 if (litPair.first == bufferIdx) { in ExpandLiteral()
248 std::vector<std::string> PatchFix::GetLiteralMethods(int64_t bufferIdx, PatchFix::LiteralBuffers &literalBuffers) in GetLiteralMethods() argument
252 if (litPair.first != bufferIdx) { in GetLiteralMethods()
272 void PatchFix::CollectClassMemberFunctions(const std::string &className, int64_t bufferIdx, in CollectClassMemberFunctions() argument
[all...]
H A DpatchFix.h99 std::string ExpandLiteral(int64_t bufferIdx, LiteralBuffers &literalBuffers);
111 void CollectClassMemberFunctions(const std::string &className, int64_t bufferIdx, LiteralBuffers &literalBuffers);
112 std::vector<std::string> GetLiteralMethods(int64_t bufferIdx, LiteralBuffers &literalBuffers);

Completed in 3 milliseconds