Searched refs:V8PRIxPTR_FMT (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/base/ |
D | macros.h | 317 #define V8PRIxPTR_FMT "0x%012" V8PRIxPTR macro 320 #define V8PRIxPTR_FMT "0x%08" V8PRIxPTR macro
|
/external/v8/src/ |
D | deoptimizer.cc | 107 " " V8PRIxPTR_FMT ": [top + %3d] <- " V8PRIxPTR_FMT " ; %s", in DebugPrintOutputValue() 115 PrintF(trace_scope_->file(), " " V8PRIxPTR_FMT ": [top + %3d] <- ", in DebugPrintOutputObject() 118 PrintF(V8PRIxPTR_FMT " <Smi %d>", reinterpret_cast<Address>(obj), in DebugPrintOutputObject() 723 " (opt #%d) @%d, FP to SP delta: %d, caller sp: " V8PRIxPTR_FMT in DoComputeOutputFrames() 820 " @%d => node=%d, pc=" V8PRIxPTR_FMT ", caller sp=" V8PRIxPTR_FMT in DoComputeOutputFrames() 1750 PrintF("Materialization [" V8PRIxPTR_FMT "] <- " V8PRIxPTR_FMT " ; ", in MaterializeHeapObjects() 3013 PrintF(trace_file, V8PRIxPTR_FMT " ; %s ", value, in CreateNextTranslatedValue() 3119 PrintF(trace_file, V8PRIxPTR_FMT " ; [fp %c %3d] ", value, in CreateNextTranslatedValue() 3201 PrintF(trace_file, V8PRIxPTR_FMT " ; (literal %2d) ", in CreateNextTranslatedValue()
|
D | objects.cc | 15396 "[marking dependent code " V8PRIxPTR_FMT in SetMarkedForDeoptimization()
|