Home
last modified time | relevance | path

Searched defs:readMem (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp659 uintptr_t GetBytecodeOffset(void *ctx, ReadMemFunc readMem, uintptr_t frameType, uintptr_t currentP… in GetBytecodeOffset()
700 uintptr_t ArkGetFunction(void *ctx, ReadMemFunc readMem, uintptr_t currentPtr, uintptr_t frameType) in ArkGetFunction()
740 bool ArkCheckIsJSFunctionBaseOrJSProxy(void *ctx, ReadMemFunc readMem, uintptr_t objAddr, bool &isJ… in ArkCheckIsJSFunctionBaseOrJSProxy()
767 uintptr_t ArkCheckAndGetMethod(void *ctx, ReadMemFunc readMem, uintptr_t value) in ArkCheckAndGetMethod()
785 bool ArkGetMethodIdFromMethod(void *ctx, ReadMemFunc readMem, uintptr_t method, uintptr_t &methodId) in ArkGetMethodIdFromMethod()
796 bool ArkGetMethodId(void *ctx, ReadMemFunc readMem, uintptr_t frameType, uintptr_t currentPtr, uint… in ArkGetMethodId()
817 bool ArkGetNextFrame(void *ctx, ReadMemFunc readMem, uintptr_t &currentPtr, in ArkGetNextFrame()
933 bool ArkWriteJitCode([[maybe_unused]] void *ctx, [[maybe_unused]] ReadMemFunc readMem, in ArkWriteJitCode()
990 bool StepArk(void *ctx, ReadMemFunc readMem, uintptr_t *fp, uintptr_t *sp, in StepArk()
1858 void *ctx, panda::ecmascript::ReadMemFunc readMem, int fd, const uintptr_t *const jitCodeArray, in ark_write_jit_code()
[all …]
Djs_stackinfo.h83 ReadMemFunc readMem; member