Home
last modified time | relevance | path

Searched refs: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() argument
55 DebugPrintOutputValue(value, debug_hint); in PushRawValue()
59 void PushRawObject(Object obj, const char* debug_hint) { in PushRawObject() argument
63 DebugPrintOutputObject(obj, top_offset_, debug_hint); in PushRawObject()
95 const char* debug_hint = "") { in PushTranslatedValue() argument
97 PushRawObject(obj, debug_hint); in PushTranslatedValue()
134 void DebugPrintOutputValue(intptr_t value, const char* debug_hint = "") { in DebugPrintOutputValue() argument
138 output_address(top_offset_), top_offset_, value, debug_hint); in DebugPrintOutputValue()
142 void DebugPrintOutputPc(intptr_t value, const char* debug_hint = "") { in DebugPrintOutputPc() argument
149 PointerAuthentication::StripPAC(value), debug_hint); in DebugPrintOutputPc()
[all …]