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

  /external/pdfium/fpdfsdk/javascript/
JS_Object.cpp 23 void DisposeObject(const v8::WeakCallbackInfo<CJS_Object>& data) {
37 m_pV8Object.SetWeak(this, DisposeObject,
  /art/runtime/jdwp/
object_registry.h 45 // A reference count, so we can implement DisposeObject.
52 // for object_to_entry_. Store this for DisposeObject().
104 void DisposeObject(JDWP::ObjectId id, uint32_t reference_count)
object_registry.cc 256 void ObjectRegistry::DisposeObject(JDWP::ObjectId id, uint32_t reference_count) {
jdwp_handler.cc 311 Dbg::DisposeObject(object_id, reference_count);
    [all...]
  /art/runtime/
debugger.h 368 static void DisposeObject(JDWP::ObjectId object_id, uint32_t reference_count)
    [all...]
debugger.cc     [all...]

Completed in 94 milliseconds