HomeSort by relevance Sort by last modified time
    Searched refs:GetThisObject (Results 1 - 20 of 20) 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 269 mirror::Object* GetThisObject() const REQUIRES_SHARED(Locks::mutator_lock_);
271 mirror::Object* GetThisObject(uint16_t num_ins) const REQUIRES_SHARED(Locks::mutator_lock_);
interpreter.cc 274 shadow_frame.GetThisObject(accessor.InsSize()),
285 shadow_frame.GetThisObject(accessor.InsSize()),
interpreter_switch_impl-inl.h 101 shadow_frame.GetThisObject(Accessor().InsSize()),
319 shadow_frame.GetThisObject(accessor.InsSize()),
485 shadow_frame.GetThisObject(Accessor().InsSize()),
512 shadow_frame.GetThisObject(Accessor().InsSize()),
540 shadow_frame.GetThisObject(Accessor().InsSize()),
567 shadow_frame.GetThisObject(Accessor().InsSize()),
614 shadow_frame.GetThisObject(Accessor().InsSize()),
    [all...]
interpreter_common.cc 508 shadow_frame.GetThisObject(),
    [all...]
  /external/pdfium/fxjs/xfa/
cjx_xfa.cpp 24 CXFA_Object* pThis = GetDocument()->GetScriptContext()->GetThisObject();
cjx_tree.cpp 45 refNode = pScriptContext->GetThisObject();
89 refNode = GetDocument()->GetScriptContext()->GetThisObject();
cjx_hostpseudomodel.cpp 288 CXFA_Object* pObject = pScriptContext->GetThisObject();
384 CXFA_Object* pObject = pScriptContext->GetThisObject();
448 CXFA_Object* pObject = pScriptContext->GetThisObject();
  /art/test/461-get-reference-vreg/
get_reference_vreg_jni.cc 43 CHECK_EQ(stack_visitor->GetThisObject(), this_value);
  /external/pdfium/fxjs/
cfxjse_engine.h 69 CXFA_Object* GetThisObject() const { return m_pThisObject; }
cfxjse_engine.cpp 179 CXFA_Node* pRefNode = ToNode(lpScriptContext->GetThisObject());
230 CXFA_Node* pRefNode = ToNode(lpScriptContext->GetThisObject());
307 if (pObject == lpScriptContext->GetThisObject() ||
cfxjse_resolveprocessor.cpp 65 rnd.m_Objects.push_back(rnd.m_pSC->GetThisObject());
  /art/runtime/
stack.h 196 mirror::Object* GetThisObject() const REQUIRES_SHARED(Locks::mutator_lock_);
instrumentation.cc 291 InstrumentationStackFrame instrumentation_frame(GetThisObject(), m, 0, GetFrameId(),
355 m->IsRuntimeMethod() ? nullptr : GetThisObject(),
    [all...]
debugger.h 514 static JDWP::JdwpError GetThisObject(JDWP::ObjectId thread_id, JDWP::FrameId frame_id,
    [all...]
stack.cc 114 mirror::Object* StackVisitor::GetThisObject() const {
    [all...]
debugger.cc     [all...]
  /art/test/common/
stack_inspect.cc 194 result = soa.AddLocalReference<jobject>(stack_visitor->GetThisObject());
  /art/openjdkjvmti/
ti_method.cc 915 val_ = art::GcRoot<art::mirror::Object>(visitor.GetThisObject());
    [all...]
  /art/runtime/jdwp/
jdwp_handler.cc     [all...]

Completed in 871 milliseconds