Home
last modified time | relevance | path

Searched defs:ReadMemFunc (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.h31 typedef bool (*ReadMemFunc)(void *ctx, uintptr_t addr, uintptr_t *val); typedef
/arkcompiler/jsvm/src/
Djsvm_dfx.h140 typedef bool (*ReadMemFunc)(void *ctx, uintptr_t addr, uintptr_t *val); typedef
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/tests/
Djs_stackinfo_test.cpp65 bool ReadMemFunc([[maybe_unused]] void *ctx, uintptr_t addr, uintptr_t *value) in ReadMemFunc() function