Home
last modified time | relevance | path

Searched defs:patchBuffer (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/registerquickfixqueryfunc_fuzzer/
H A Dregisterquickfixqueryfunc_fuzzer.cpp25 bool QuickFixQueryFunc(std::string baseFileName, std::string &patchFileName, uint8_t **patchBuffer, in QuickFixQueryFunc() argument
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
H A Dquick_fix_test.cpp269 QuickFixQueryFunc( std::string baseFileName, std::string &patchFileName, uint8_t ** patchBuffer, size_t &patchBufferSize) QuickFixQueryFunc() argument
/arkcompiler/ets_runtime/ecmascript/quick_fix/
H A Dmain.cpp57 QuickFixQueryFuncColdPatch(std::string baseFileName, std::string &patchFileName, uint8_t ** patchBuffer, size_t &patchBufferSize) QuickFixQueryFuncColdPatch() argument
/arkcompiler/ets_runtime/ecmascript/patch/
H A Dquick_fix_manager.cpp46 uint8_t *patchBuffer = nullptr; in LoadPatchIfNeeded() local
30 RegisterQuickFixQueryFunc(const std::function<bool(std::string baseFileName, std::string &patchFileName, uint8_t **patchBuffer, size_t &patchSize)> callBack) RegisterQuickFixQueryFunc() argument
122 LoadPatch(JSThread *thread, const std::string &patchFileName, uint8_t *patchBuffer, size_t patchSize, const std::string &baseFileName, uint8_t *baseBuffer, size_t baseSize) LoadPatch() argument
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp3977 LoadPatch(EcmaVM *vm, const std::string &patchFileName, uint8_t *patchBuffer, size_t patchSize, const std::string &baseFileName, uint8_t *baseBuffer, size_t baseSize) LoadPatch() argument
4014 RegisterQuickFixQueryFunc(EcmaVM *vm, std::function<bool(std::string baseFileName, std::string &patchFileName, uint8_t **patchBuffer, size_t &patchSize)> callBack) RegisterQuickFixQueryFunc() argument

Completed in 16 milliseconds