OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 */
514
if (!Dbg::MatchInstance(pMod->instanceOnly.objectId, basket.
thisPtr
)) {
822
bool JdwpState::PostLocationEvent(const EventLocation* pLoc, mirror::Object*
thisPtr
,
826
DCHECK_EQ(pLoc->method->IsStatic(),
thisPtr
== nullptr);
831
basket.
thisPtr
=
thisPtr
;
934
basket.
thisPtr
= this_object;
964
ObjectId instance_id = registry->Add(basket.
thisPtr
);
[
all
...]
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptDebugServer.cpp
390
ScriptDebugServer*
thisPtr
= toScriptDebugServer(info.Data());
391
ScriptState* pausedScriptState = ScriptState::current(
thisPtr
->m_isolate);
394
thisPtr
->handleProgramBreak(pausedScriptState, v8::Handle<v8::Object>::Cast(info[0]), exception, hitBreakpoints);
439
ScriptDebugServer*
thisPtr
= toScriptDebugServer(eventDetails.GetCallbackData());
440
thisPtr
->handleV8DebugEvent(eventDetails);
Completed in 167 milliseconds