Home
last modified time | relevance | path

Searched refs:Address (Results 1 – 5 of 5) sorted by relevance

/ark/js_runtime/ecmascript/hprof/
Dheap_snapshot.h35 using Address = uintptr_t; variable
49 Address address, bool isLive = true)
97 Address GetAddress() const in GetAddress()
112 static Address NewAddress(T *addr) in NewAddress()
114 return reinterpret_cast<Address>(addr); in NewAddress()
126 Address address_{0x0};
217 Node *FindAndEraseNode(Address addr);
218 Node *FindEntry(Address addr);
231 CUnorderedMap<Address, Node *> nodesMap_{};
Dheap_snapshot.cpp698 Node *HeapEntryMap::FindAndEraseNode(Address addr) in FindAndEraseNode()
710 Node *HeapEntryMap::FindEntry(Address addr) in FindEntry()
/ark/js_runtime/ecmascript/
Djs_thread.h42 using Address = uintptr_t; variable
181 void SetRuntimeFunction(uint32_t id, Address functionAddress) in SetRuntimeFunction()
187 Address GetFastStubEntry(uint32_t id) in GetFastStubEntry()
193 void SetFastStubEntry(uint32_t id, Address entry) in SetFastStubEntry()
199 Address *GetBytecodeHandler() in GetBytecodeHandler()
427 Address bytecodeHandlers_[MAX_BYTECODE_HANDLERS];
428 Address runtimeFunctions_[MAX_RUNTIME_FUNCTIONS];
429 Address fastStubEntries_[kungfu::FAST_STUB_MAXCOUNT];
/ark/runtime_core/cmake/
DSanitizers.cmake19 option(PANDA_ENABLE_ADDRESS_SANITIZER "Address sanitizer enable" false)
/ark/runtime_core/docs/
Dfile_format.md954 | `constant_pool_ptr` | Address of the `constant_pool`'s first byte from [DebugInfo](#debug_info).…