Searched defs:DerivedDataKey (Results 1 – 3 of 3) sorted by relevance
/ark/js_runtime/ecmascript/interpreter/ |
D | frame_handler.cpp | 232 … ChunkMap<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/ |
D | llvm_stackmap_parser.cpp | 103 …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/ |
D | heap.h | 44 using DerivedDataKey = std::pair<uintptr_t, uintptr_t>; variable
|