Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp.h68 static inline void SetMethodId(uint8_t* buf, MethodId val) { return Set8BE(buf, val); } in SetMethodId() function
/art/dexlayout/
Ddex_ir.h783 void SetMethodId(MethodId* method_id) { u_.method_val_ = method_id; } in SetMethodId() function
Ddex_ir_builder.cc1182 item->SetMethodId(header_->MethodIds()[method_index]); in ReadEncodedValue()