OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetThisObject
(Results
1 - 8
of
8
) sorted by null
/art/runtime/
stack.cc
31
mirror::Object* ShadowFrame::
GetThisObject
() const {
45
mirror::Object* ShadowFrame::
GetThisObject
(uint16_t num_ins) const {
55
return ThrowLocation(
GetThisObject
(), GetMethod(), GetDexPC());
103
mirror::Object* StackVisitor::
GetThisObject
() const {
stack.h
203
mirror::Object*
GetThisObject
() const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
205
mirror::Object*
GetThisObject
(uint16_t num_ins) const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
421
mirror::Object*
GetThisObject
() const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
debugger.h
306
static JDWP::JdwpError
GetThisObject
(JDWP::ObjectId thread_id, JDWP::FrameId frame_id,
instrumentation.cc
140
InstrumentationStackFrame instrumentation_frame(
GetThisObject
(), m, return_pc, GetFrameId(),
debugger.cc
[
all
...]
thread.cc
[
all
...]
/art/runtime/jdwp/
jdwp_handler.cc
[
all
...]
/art/runtime/interpreter/
interpreter.cc
[
all
...]
Completed in 93 milliseconds