HomeSort by relevance Sort by last modified time
    Searched defs:thisPtr (Results 1 - 2 of 2) sorted by null

  /art/runtime/jdwp/
jdwp_event.cc 114 caught(false), field(nullptr), thisPtr(nullptr) { }
123 mirror::Object* thisPtr; /* InstanceOnly */
526 if (!Dbg::MatchInstance(pMod->instanceOnly.objectId, basket.thisPtr)) {
834 bool JdwpState::PostLocationEvent(const EventLocation* pLoc, mirror::Object* thisPtr,
838 DCHECK_EQ(pLoc->method->IsStatic(), thisPtr == nullptr);
843 basket.thisPtr = thisPtr;
946 basket.thisPtr = this_object;
976 ObjectId instance_id = registry->Add(basket.thisPtr);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ScriptDebugServer.cpp 428 ScriptDebugServer* thisPtr = toScriptDebugServer(info.Data());
429 ScriptState* pausedScriptState = ScriptState::current(thisPtr->m_isolate);
432 thisPtr->handleProgramBreak(pausedScriptState, v8::Handle<v8::Object>::Cast(info[0]), exception, hitBreakpoints);
477 ScriptDebugServer* thisPtr = toScriptDebugServer(eventDetails.GetCallbackData());
478 thisPtr->handleV8DebugEvent(eventDetails);

Completed in 218 milliseconds