Searched refs:V8PRIxPTR_FMT (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/base/ |
D | macros.h | 305 #define V8PRIxPTR_FMT "0x%012" V8PRIxPTR macro 308 #define V8PRIxPTR_FMT "0x%08" V8PRIxPTR macro
|
/external/v8/src/deoptimizer/ |
D | deoptimizer.cc | 137 " " V8PRIxPTR_FMT ": [top + %3d] <- " V8PRIxPTR_FMT " ; %s", in DebugPrintOutputValue() 146 " " V8PRIxPTR_FMT ": [top + %3d] <- " V8PRIxPTR_FMT in DebugPrintOutputPc() 147 " (signed) " V8PRIxPTR_FMT " (unsigned) ; %s", in DebugPrintOutputPc() 159 PrintF(trace_scope_->file(), " " V8PRIxPTR_FMT ": [top + %3d] <- ", in DebugPrintOutputObject() 162 PrintF(trace_scope_->file(), V8PRIxPTR_FMT " <Smi %d>", obj.ptr(), in DebugPrintOutputObject() 715 "caller SP " V8PRIxPTR_FMT ", pc " V8PRIxPTR_FMT "]\n", in TraceDeoptBegin() 743 PrintF(scope.file(), "[marking dependent code " V8PRIxPTR_FMT " (", in TraceMarkForDeoptimization() 1973 "Materialization [" V8PRIxPTR_FMT "] <- " V8PRIxPTR_FMT " ; ", in MaterializeHeapObjects() 3236 PrintF(trace_file, V8PRIxPTR_FMT " ; %s ", uncompressed_value, in CreateNextTranslatedValue() 3359 PrintF(trace_file, V8PRIxPTR_FMT " ; [fp %c %3d] ", in CreateNextTranslatedValue() [all …]
|