Home
last modified time | relevance | path

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

/ark/js_runtime/ecmascript/interpreter/
Dframe_handler.cpp232ChunkMap<DerivedDataKey, uintptr_t> *derivedPointers, bool isVerifying) const in Iterate()
253 ChunkMap<DerivedDataKey, uintptr_t> *derivedPointers, bool isVerifying) const in Iterate()
286 ChunkMap<DerivedDataKey, uintptr_t> *derivedPointers, bool isVerifying) const in Iterate()
/ark/js_runtime/ecmascript/compiler/llvm/
Dllvm_stackmap_parser.cpp103 …std::set<uintptr_t> &baseSet, ChunkMap<DerivedDataKey, uintptr_t> *data, [[maybe_unused]] bool isV… in CollectStackMapSlots()
191 …std::set<uintptr_t> &baseSet, ChunkMap<DerivedDataKey, uintptr_t> *data, [[maybe_unused]] bool isV… in CollectStackMapSlots()
/ark/js_runtime/ecmascript/mem/
Dheap.h44 using DerivedDataKey = std::pair<uintptr_t, uintptr_t>; variable