Searched refs:patchSize (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/patch/ |
| D | quick_fix_manager.h | 32 size_t &patchSize)> callBack); 36 … const std::string &patchFileName, uint8_t *patchBuffer, size_t patchSize, 59 size_t &patchSize)> callBack_;
|
| D | quick_fix_manager.cpp | 33 size_t &patchSize)> callBack) in RegisterQuickFixQueryFunc() 47 size_t patchSize = 0; in LoadPatchIfNeeded() local 55 bool needLoadPatch = callBack_(baseFileName.c_str(), patchFileName, &patchBuffer, patchSize); in LoadPatchIfNeeded() 62 thread, patchFileName.c_str(), "", patchBuffer, patchSize); in LoadPatchIfNeeded() 123 … const std::string &patchFileName, uint8_t *patchBuffer, size_t patchSize, in LoadPatch() argument 140 thread, patchFileName.c_str(), "", patchBuffer, patchSize); in LoadPatch()
|
| /arkcompiler/ets_runtime/ecmascript/napi/include/ |
| D | jsnapi_expo.h | 1671 … const std::string &patchFileName, uint8_t *patchBuffer, size_t patchSize, 1680 size_t &patchSize)> callBack);
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi_expo.cpp | 3904 … const std::string &patchFileName, uint8_t *patchBuffer, size_t patchSize, in LoadPatch() argument 3911 thread, patchFileName, patchBuffer, patchSize, baseFileName, baseBuffer, baseSize); in LoadPatch() 3943 size_t &patchSize)> callBack) in RegisterQuickFixQueryFunc()
|