Home
last modified time | relevance | path

Searched refs:V8PRIxPTR (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/
Ddisassembler.cc47 PrintF("%" V8PRIxPTR " %4" V8PRIdPTR " %02x\n", pc, pc - begin, *pc); in Dump()
49 fprintf(f, "%" V8PRIxPTR " %4" V8PRIdPTR " %02x\n", in Dump()
149 "%08" V8PRIxPTR " jump table entry %4" V8PRIdPTR, in DecodeIt()
Dglobals.h101 #define V8PRIxPTR V8_PTR_PREFIX "x" macro
106 #undef V8PRIxPTR
107 #define V8PRIxPTR "lx" macro
Dplatform-linux.cc331 if (fscanf(fp, "%" V8PRIxPTR "-%" V8PRIxPTR, &start, &end) != 2) break; in LogSharedLibraryAddresses()
357 "%08" V8PRIxPTR "-%08" V8PRIxPTR, start, end); in LogSharedLibraryAddresses()
Dlog.cc404 msg.Append("%s,0x%" V8PRIxPTR "\n", name, location); in HandleEvent()
448 msg.Append("shared-library,\"%s\",0x%08" V8PRIxPTR ",0x%08" V8PRIxPTR "\n", in SharedLibraryEvent()
463 msg.Append("shared-library,\"%ls\",0x%08" V8PRIxPTR ",0x%08" V8PRIxPTR "\n", in SharedLibraryEvent()
627 msg.Append("new,%s,0x%" V8PRIxPTR ",%u\n", name, object, in NewEvent()
638 msg.Append("delete,%s,0x%" V8PRIxPTR "\n", name, object); in DeleteEvent()
1078 msg.Append(",0x%" V8PRIxPTR, *stack++); in HeapSampleJSProducerEvent()
Dlog-utils.cc265 Append("0x%" V8PRIxPTR, addr); in AppendAddress()
267 Append("%" V8PRIxPTR, addr); in AppendAddress()
278 Append("%c%" V8PRIxPTR, sign, delta); in AppendAddress()
/external/v8/test/cctest/
Dtest-log.cc569 "0x%" V8PRIxPTR ",1,\"method1\"", ObjMethod1); in TEST()
609 "code-creation,Callback,0x%" V8PRIxPTR ",1,\"get prop1\"", in TEST()
614 "code-creation,Callback,0x%" V8PRIxPTR ",1,\"set prop1\"", in TEST()
619 "code-creation,Callback,0x%" V8PRIxPTR ",1,\"get prop2\"", in TEST()