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

  /art/test/461-get-reference-vreg/
get_reference_vreg_jni.cc 45 CHECK_EQ(GetThisObject(), this_value_);
  /external/pdfium/xfa/src/fxfa/src/common/
xfa_script.h 93 virtual CXFA_Object* GetThisObject() const = 0;
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_script_imp.h 35 virtual CXFA_Object* GetThisObject() const { return m_pThisObject; }
xfa_script_hostpseudomodel.cpp 319 CXFA_Object* pObject = pScriptContext->GetThisObject();
454 CXFA_Object* pObject = pScriptContext->GetThisObject();
522 CXFA_Object* pObject = pScriptContext->GetThisObject();
xfa_script_imp.cpp 154 CXFA_Node* pRefNode = (CXFA_Node*)lpScriptContext->GetThisObject();
227 CXFA_Node* pRefNode = (CXFA_Node*)lpScriptContext->GetThisObject();
284 if (pObject == lpScriptContext->GetThisObject() ||
    [all...]
xfa_script_resolveprocessor.cpp 59 rnd.m_Nodes.Add(rnd.m_pSC->GetThisObject());
xfa_object_imp.cpp 628 refNode = (CXFA_Node*)pScriptContext->GetThisObject();
677 refNode = (CXFA_Node*)m_pDocument->GetScriptContext()->GetThisObject();
    [all...]
  /art/runtime/
stack.h 334 mirror::Object* GetThisObject() const SHARED_REQUIRES(Locks::mutator_lock_);
336 mirror::Object* GetThisObject(uint16_t num_ins) const SHARED_REQUIRES(Locks::mutator_lock_);
607 mirror::Object* GetThisObject() const SHARED_REQUIRES(Locks::mutator_lock_);
stack.cc 43 mirror::Object* ShadowFrame::GetThisObject() const {
57 mirror::Object* ShadowFrame::GetThisObject(uint16_t num_ins) const {
175 mirror::Object* StackVisitor::GetThisObject() const {
    [all...]
instrumentation.cc 193 InstrumentationStackFrame instrumentation_frame(GetThisObject(), m, 0, GetFrameId(),
246 InstrumentationStackFrame instrumentation_frame(GetThisObject(), m, return_pc, GetFrameId(),
    [all...]
debugger.h 473 static JDWP::JdwpError GetThisObject(JDWP::ObjectId thread_id, JDWP::FrameId frame_id,
    [all...]
debugger.cc     [all...]
thread.cc     [all...]
  /art/runtime/interpreter/
interpreter_goto_table_impl.cc 290 instrumentation->MethodExitEvent(self, shadow_frame.GetThisObject(code_item->ins_size_),
304 instrumentation->MethodExitEvent(self, shadow_frame.GetThisObject(code_item->ins_size_),
319 instrumentation->MethodExitEvent(self, shadow_frame.GetThisObject(code_item->ins_size_),
333 instrumentation->MethodExitEvent(self, shadow_frame.GetThisObject(code_item->ins_size_),
368 instrumentation->MethodExitEvent(self, shadow_frame.GetThisObject(code_item->ins_size_),
    [all...]
interpreter_switch_impl.cc 67 instrumentation->DexPcMovedEvent(self, shadow_frame.GetThisObject(code_item->ins_size_), \
216 instrumentation->MethodExitEvent(self, shadow_frame.GetThisObject(code_item->ins_size_),
233 instrumentation->MethodExitEvent(self, shadow_frame.GetThisObject(code_item->ins_size_),
251 instrumentation->MethodExitEvent(self, shadow_frame.GetThisObject(code_item->ins_size_),
268 instrumentation->MethodExitEvent(self, shadow_frame.GetThisObject(code_item->ins_size_),
307 instrumentation->MethodExitEvent(self, shadow_frame.GetThisObject(code_item->ins_size_),
    [all...]
interpreter.cc 283 instrumentation->MethodEnterEvent(self, shadow_frame.GetThisObject(code_item->ins_size_),
interpreter_common.cc 441 instrumentation->MethodUnwindEvent(self, shadow_frame.GetThisObject(),
    [all...]
  /external/pdfium/xfa/src/fxfa/src/fm2js/
xfa_fm2jscontext.cpp     [all...]
  /art/runtime/jdwp/
jdwp_handler.cc     [all...]

Completed in 331 milliseconds