Home
last modified time | relevance | path

Searched refs:SetStaticFieldValue (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Ddebugger.h428 static JDWP::JdwpError SetStaticFieldValue(JDWP::FieldId field_id, uint64_t value, int width)
Ddebugger.cc1971 JDWP::JdwpError Dbg::SetStaticFieldValue(JDWP::FieldId field_id, uint64_t value, int width) { in SetStaticFieldValue() function in art::Dbg
/art/runtime/jdwp/
Djdwp_handler.cc627 JdwpError status = Dbg::SetStaticFieldValue(fieldId, value, width); in CT_SetValues()