MCPcopy Index your code
hub / github.com/nodejs/node / Is64

Method Is64

deps/v8/tools/grokdump.py:810–812  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

808 return ctypes.c_uint64.from_buffer(self.minidump, location).value
809
810 def Is64(self):
811 return (self.arch == MD_CPU_ARCHITECTURE_ARM64 or
812 self.arch == MD_CPU_ARCHITECTURE_AMD64)
813
814 def IsPointerCompressed(self):
815 # Assume all 64-bit builds are pointer compressed.

Callers 12

IsPointerCompressedMethod · 0.95
Is32BitTaggedMethod · 0.95
ReadUIntPtrMethod · 0.95
_ReadWordMethod · 0.95
FormatIntPtrMethod · 0.95
FormatTaggedMethod · 0.95
MachinePointerSizeMethod · 0.95
IsSmiMethod · 0.80
SmiUntagMethod · 0.80
FormatSmiMethod · 0.80
InterpretMemoryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected