HomeSort by relevance Sort by last modified time
    Searched refs:SetMethodId (Results 1 - 3 of 3) sorted by null

  /art/runtime/jdwp/
jdwp.h 67 static inline void SetMethodId(uint8_t* buf, MethodId val) { return Set8BE(buf, val); }
  /art/dexlayout/
dex_ir.cc 287 item->SetMethodId(GetMethodId(method_index));
    [all...]
dex_ir.h 657 void SetMethodId(MethodId* method_id) { u_.method_val_ = method_id; }
    [all...]

Completed in 567 milliseconds