Home | History | Annotate | Download | only in tools

Lines Matching refs:Code

8 #     * Redistributions of source code must retain the above copyright
47 heap. Code objects are disassembled and the addresses linked from the
135 ("code", ctypes.c_uint32),
507 # List of V8 instance types. Obtained by adding the code below to any .cc file.
623 code = AnnotateAddresses(heap, line[1])
624 return "%s%08x %08x: %s" % (marker, line_address, line[0], code)
803 self.code = heap.FindObject(code_entry - Code.HeaderSize(heap) + 1)
815 p.Print("code:")
816 self.code.Print(p)
817 if self.code != self.shared.code:
818 p.Print("unoptimized code:")
819 self.shared.code.Print(p)
858 self.code = self.ObjectField(self.CodeOffset())
889 class Code(HeapObject):
899 Code.CODE_ALIGNMENT_MASK) & ~Code.CODE_ALIGNMENT_MASK
903 self.entry = self.address + Code.HeaderSize(heap)
909 p.Print("Code(%s) {" % self.heap.reader.FormatIntPtr(self.address))
946 "CODE_TYPE": Code
1023 print " code: %08X" % reader.exception.exception.code