Searched refs:proFileData (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/ |
| D | profile.cpp | 341 char *proFileData = buf + profileDataInfo->profileDataOff; in DeCompress() local 347 ParseFunc(proFileData, profileDataInfo->mapleFileNum); in DeCompress() 350 ParseMeta(proFileData, profileDataInfo->mapleFileNum, classMeta); in DeCompress() 353 ParseMeta(proFileData, profileDataInfo->mapleFileNum, fieldMeta); in DeCompress() 356 ParseMeta(proFileData, profileDataInfo->mapleFileNum, methodMeta); in DeCompress() 359 ParseReflectionStr(proFileData, profileDataInfo->mapleFileNum); in DeCompress() 362 ParseLiteral(proFileData, strBuf); in DeCompress() 365 ParseIRFuncDesc(proFileData, profileDataInfo->mapleFileNum); in DeCompress() 368 ParseCounterTab(proFileData, profileDataInfo->mapleFileNum); in DeCompress() 371 ParseMethodSignature(proFileData, profileDataInfo->mapleFileNum, methodSigMeta); in DeCompress() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | option.h | 152 static std::string proFileData; variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | option.cpp | 109 std::string Options::proFileData = ""; member in maple::Options
|