Home
last modified time | relevance | path

Searched refs:RollbackTextSize (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.h203 uint64_t RollbackTextSize(Module *module);
Dfile_generators.cpp273 uint64_t AOTFileGenerator::RollbackTextSize(Module *module) in RollbackTextSize() function in panda::ecmascript::kungfu::AOTFileGenerator
295 uint64_t textOffset = RollbackTextSize(module); in CollectCodeInfo()