Home
last modified time | relevance | path

Searched defs:debug_hint (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/deoptimizer/
Ddeoptimizer.cc52 void PushRawValue(intptr_t value, const char* debug_hint) { in PushRawValue()
59 void PushRawObject(Object obj, const char* debug_hint) { in PushRawObject()
95 const char* debug_hint = "") { in PushTranslatedValue()
134 void DebugPrintOutputValue(intptr_t value, const char* debug_hint = "") { in DebugPrintOutputValue()
142 void DebugPrintOutputPc(intptr_t value, const char* debug_hint = "") { in DebugPrintOutputPc()
157 const char* debug_hint = "") { in DebugPrintOutputObject()
1515 const char* debug_hint = bailout_id == BailoutId::ConstructStubCreate() in DoComputeConstructStubFrame() local