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

  /art/runtime/interpreter/
shadow_frame.cc 23 mirror::Object* ShadowFrame::GetThisObject() const {
37 mirror::Object* ShadowFrame::GetThisObject(uint16_t num_ins) const {
shadow_frame.h 280 mirror::Object* GetThisObject() const REQUIRES_SHARED(Locks::mutator_lock_);
282 mirror::Object* GetThisObject(uint16_t num_ins) const REQUIRES_SHARED(Locks::mutator_lock_);
interpreter.cc 255 instrumentation->MethodEnterEvent(self, shadow_frame.GetThisObject(code_item->ins_size_),
259 shadow_frame.GetThisObject(code_item->ins_size_),
interpreter_switch_impl.cc 136 shadow_frame.GetThisObject(code_item->ins_size_),
266 instrumentation->MethodExitEvent(self, shadow_frame.GetThisObject(code_item->ins_size_),
287 instrumentation->MethodExitEvent(self, shadow_frame.GetThisObject(code_item->ins_size_),
309 instrumentation->MethodExitEvent(self, shadow_frame.GetThisObject(code_item->ins_size_),
330 instrumentation->MethodExitEvent(self, shadow_frame.GetThisObject(code_item->ins_size_),
371 instrumentation->MethodExitEvent(self, shadow_frame.GetThisObject(code_item->ins_size_),
    [all...]
interpreter_common.cc 417 instrumentation->MethodUnwindEvent(self, shadow_frame.GetThisObject(),
    [all...]
  /art/test/461-get-reference-vreg/
get_reference_vreg_jni.cc 45 CHECK_EQ(GetThisObject(), this_value_);
  /external/pdfium/xfa/fxfa/parser/
cxfa_scriptcontext.h 44 CXFA_Object* GetThisObject() const { return m_pThisObject; }
cscript_hostpseudomodel.cpp 250 CXFA_Object* pObject = pScriptContext->GetThisObject();
370 CXFA_Object* pObject = pScriptContext->GetThisObject();
431 CXFA_Object* pObject = pScriptContext->GetThisObject();
cxfa_scriptcontext.cpp 187 CXFA_Node* pRefNode = ToNode(lpScriptContext->GetThisObject());
256 CXFA_Node* pRefNode = ToNode(lpScriptContext->GetThisObject());
308 if (pObject == lpScriptContext->GetThisObject() ||
cxfa_resolveprocessor.cpp 54 rnd.m_Nodes.Add(rnd.m_pSC->GetThisObject());
cxfa_node.cpp     [all...]
  /art/runtime/
stack.h 166 mirror::Object* GetThisObject() const REQUIRES_SHARED(Locks::mutator_lock_);
instrumentation.cc 221 InstrumentationStackFrame instrumentation_frame(GetThisObject(), m, 0, GetFrameId(),
274 InstrumentationStackFrame instrumentation_frame(GetThisObject(), m, return_pc, GetFrameId(),
    [all...]
debugger.h 482 static JDWP::JdwpError GetThisObject(JDWP::ObjectId thread_id, JDWP::FrameId frame_id,
    [all...]
stack.cc 136 mirror::Object* StackVisitor::GetThisObject() const {
    [all...]
debugger.cc     [all...]
thread.cc     [all...]
  /art/runtime/jdwp/
jdwp_handler.cc     [all...]

Completed in 399 milliseconds