Home
last modified time | relevance | path

Searched refs:force_deopt_id_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dinstrumentation.cc311 force_deopt_id_(force_deopt_id) {} in InstrumentationInstallStack()
329 force_deopt_id_); in InstrumentationInstallStack()
393 force_deopt_id_); in InstrumentationInstallStack()
415 uint64_t force_deopt_id_; in InstrumentationInstallStack() member
832 return frame.second.force_deopt_id_ == current_force_deopt_id_; in UpdateStubs()
1589 instrumentation_frame.force_deopt_id_ != current_force_deopt_id_ || in PopInstrumentationStackFrame()
1648 << " force_deopt_id=" << force_deopt_id_; in Dump()
Dinstrumentation.h782 force_deopt_id_(force_deopt_id) { in InstrumentationStackFrame()
792 uint64_t force_deopt_id_; member