Home
last modified time | relevance | path

Searched defs:shadow_frame (Results 1 – 22 of 22) sorted by relevance

/art/runtime/interpreter/mterp/
Dmterp.cc164 ShadowFrame* shadow_frame, in MterpInvokeVirtual()
175 ShadowFrame* shadow_frame, in MterpInvokeSuper()
186 ShadowFrame* shadow_frame, in MterpInvokeInterface()
197 ShadowFrame* shadow_frame, in MterpInvokeDirect()
208 ShadowFrame* shadow_frame, in MterpInvokeStatic()
219 ShadowFrame* shadow_frame, in MterpInvokeCustom()
230 ShadowFrame* shadow_frame, in MterpInvokePolymorphic()
241 ShadowFrame* shadow_frame, in MterpInvokeVirtualRange()
252 ShadowFrame* shadow_frame, in MterpInvokeSuperRange()
263 ShadowFrame* shadow_frame, in MterpInvokeInterfaceRange()
[all …]
Dmterp_stub.cc43 ShadowFrame* shadow_frame, in ExecuteMterpImpl()
/art/runtime/interpreter/
Dunstarted_runtime.cc94 ShadowFrame* shadow_frame, in CharacterLowerUpper()
119 Thread* self, ShadowFrame* shadow_frame, JValue* result, size_t arg_offset) { in UnstartedCharacterToLowerCase()
124 Thread* self, ShadowFrame* shadow_frame, JValue* result, size_t arg_offset) { in UnstartedCharacterToUpperCase()
176 ShadowFrame* shadow_frame, in GetClassName()
205 ShadowFrame* shadow_frame, in UnstartedClassForNameCommon()
248 Thread* self, ShadowFrame* shadow_frame, JValue* result, size_t arg_offset) { in UnstartedClassForName()
253 Thread* self, ShadowFrame* shadow_frame, JValue* result, size_t arg_offset) { in UnstartedClassForNameLong()
258 Thread* self, ShadowFrame* shadow_frame, JValue* result, size_t arg_offset) { in UnstartedClassGetPrimitiveClass()
272 Thread* self, ShadowFrame* shadow_frame, JValue* result, size_t arg_offset) { in UnstartedClassClassForName()
277 Thread* self, ShadowFrame* shadow_frame, JValue* result, size_t arg_offset) { in UnstartedClassNewInstance()
[all …]
Dinterpreter_common.h159 static NO_INLINE void UnlockHeldMonitors(Thread* self, ShadowFrame* shadow_frame) in UnlockHeldMonitors()
233 ShadowFrame& shadow_frame, in DoInvoke()
454 ShadowFrame& shadow_frame, in DoInvokeCustom()
472 ALWAYS_INLINE static JValue GetFieldValue(const ShadowFrame& shadow_frame, uint32_t vreg) in GetFieldValue()
508 ALWAYS_INLINE bool DoFieldGet(Thread* self, ShadowFrame& shadow_frame, const Instruction* inst, in DoFieldGet()
576 ALWAYS_INLINE bool DoIGetQuick(ShadowFrame& shadow_frame, const Instruction* inst, in DoIGetQuick()
670 ALWAYS_INLINE bool DoFieldPut(Thread* self, const ShadowFrame& shadow_frame, in DoFieldPut()
716 ALWAYS_INLINE bool DoIPutQuick(const ShadowFrame& shadow_frame, const Instruction* inst, in DoIPutQuick()
791 ShadowFrame& shadow_frame, in ResolveString()
813 static inline bool DoIntDivide(ShadowFrame& shadow_frame, size_t result_reg, in DoIntDivide()
[all …]
Dinterpreter_switch_impl.h41 ShadowFrame& shadow_frame; member
60 ShadowFrame& shadow_frame, JValue result_register, in ExecuteSwitchImpl()
Dinterpreter_intrinsics.cc182 static ALWAYS_INLINE bool MterpStringCharAt(ShadowFrame* shadow_frame, in MterpStringCharAt()
206 static ALWAYS_INLINE bool MterpStringCompareTo(ShadowFrame* shadow_frame, in MterpStringCompareTo()
266 static ALWAYS_INLINE bool MterpStringGetCharsNoCheck(ShadowFrame* shadow_frame, in MterpStringGetCharsNoCheck()
294 static ALWAYS_INLINE bool MterpStringEquals(ShadowFrame* shadow_frame, in MterpStringEquals()
423 bool MterpHandleIntrinsic(ShadowFrame* shadow_frame, in MterpHandleIntrinsic()
Dinterpreter_common.cc154 ShadowFrame& shadow_frame, in MoveToExceptionHandler()
210 void UnexpectedOpcode(const Instruction* inst, const ShadowFrame& shadow_frame) { in UnexpectedOpcode()
259 ShadowFrame* shadow_frame, in ArtInterpreterToCompiledCodeBridge()
303 void SetStringInitValueToAllAliases(ShadowFrame* shadow_frame, in SetStringInitValueToAllAliases()
329 ShadowFrame& shadow_frame, in DoMethodHandleInvokeCommon()
429 ShadowFrame& shadow_frame, in DoMethodHandleInvokeExact()
446 ShadowFrame& shadow_frame, in DoMethodHandleInvoke()
463 ShadowFrame& shadow_frame, in DoVarHandleInvokeCommon()
895 ShadowFrame& shadow_frame, in InvokeBootstrapMethod()
1104 ShadowFrame& shadow_frame, in DoResolveCallSite()
[all …]
Dinterpreter.cc250 ShadowFrame& shadow_frame, in Execute()
459 ShadowFrame* shadow_frame = shadow_frame_unique_ptr.get(); in EnterInterpreterFromInvoke() local
535 ShadowFrame* shadow_frame, in EnterInterpreterFromDeoptimize()
646 ShadowFrame* shadow_frame) { in EnterInterpreterFromEntryPoint()
663 ShadowFrame* shadow_frame, in ArtInterpreterToInterpreterBridge()
Dunstarted_runtime_test.cc412 UniqueDeoptShadowFramePtr shadow_frame = CreateShadowFrame(10, nullptr, method, 0); in TEST_F() local
885 UniqueDeoptShadowFramePtr shadow_frame = CreateShadowFrame(10, nullptr, nullptr, 0); in TEST_F() local
908 UniqueDeoptShadowFramePtr shadow_frame = CreateShadowFrame(10, nullptr, nullptr, 0); in TEST_F() local
940 UniqueDeoptShadowFramePtr shadow_frame = CreateShadowFrame(10, nullptr, nullptr, 0); in TEST_F() local
1018 UniqueDeoptShadowFramePtr shadow_frame = CreateShadowFrame(10, nullptr, method, 0); in TEST_F() local
1039 UniqueDeoptShadowFramePtr shadow_frame = CreateShadowFrame(10, nullptr, nullptr, 0); in TEST_F() local
1116 UniqueDeoptShadowFramePtr shadow_frame = CreateShadowFrame(10, nullptr, nullptr, 0); in RunTest() local
1170 UniqueDeoptShadowFramePtr shadow_frame = CreateShadowFrame(10, nullptr, boot_cp_init, 0); in GetBootClassLoader() local
1289 UniqueDeoptShadowFramePtr shadow_frame = CreateShadowFrame(10, nullptr, nullptr, 0); in TEST_F() local
1341 UniqueDeoptShadowFramePtr shadow_frame = CreateShadowFrame(10, nullptr, nullptr, 0); in TEST_F() local
Dinterpreter_switch_impl-inl.h203 const ShadowFrame& shadow_frame, in DoDexPcMoveEvent()
1846 ShadowFrame& shadow_frame, in InstructionHandler()
1902 ShadowFrame& shadow_frame; variable
1941 ShadowFrame& shadow_frame = ctx->shadow_frame; in DEX_INSTRUCTION_LIST() local
/art/runtime/
Dmethod_handles.cc424 ShadowFrame& shadow_frame, in MethodHandleInvokeMethod()
559 ShadowFrame& shadow_frame, in MethodHandleInvokeTransform()
648 ShadowFrame& shadow_frame, in RefineTargetMethod()
717 ShadowFrame& shadow_frame, in DoInvokePolymorphicMethod()
781 const ShadowFrame& shadow_frame, in MethodHandleFieldGet()
823 ShadowFrame& shadow_frame, in MethodHandleFieldPut()
863 static JValue GetValueFromShadowFrame(const ShadowFrame& shadow_frame, in GetValueFromShadowFrame()
901 ShadowFrame& shadow_frame, in MethodHandleFieldAccess()
985 ShadowFrame& shadow_frame, in DoVarHandleInvokeTranslationUnchecked()
1013 ShadowFrame& shadow_frame, in DoVarHandleInvokeTranslation()
[all …]
Dvar_handles.cc31 ShadowFrame& shadow_frame, in VarHandleInvokeAccessorWithConversions()
62 ShadowFrame& shadow_frame, in VarHandleInvokeAccessor()
Dcommon_dex_operations.h94 const ShadowFrame& shadow_frame, in DoFieldGetCommon()
154 const ShadowFrame& shadow_frame, in DoFieldPutCommon()
Dmethod_handles-inl.h43 : shadow_frame_(shadow_frame), operands_(operands), operand_index_(operand_index) {} in shadow_frame_() argument
79 ShadowFrameSetter(ShadowFrame* shadow_frame, size_t first_dst_reg) in ShadowFrameSetter()
Dstack.cc201 ShadowFrame* shadow_frame = thread_->FindDebuggerShadowFrame(frame_id); in GetVRegFromDebuggerShadowFrame() local
476 ShadowFrame* shadow_frame = GetCurrentShadowFrame(); in PrepareSetVReg() local
496 ShadowFrame* shadow_frame = PrepareSetVReg(m, vreg, /* wide= */ false); in SetVReg() local
505 ShadowFrame* shadow_frame = PrepareSetVReg(m, vreg, /* wide= */ false); in SetVRegReference() local
526 ShadowFrame* shadow_frame = PrepareSetVReg(m, vreg, /* wide= */ true); in SetVRegPair() local
Dthread.cc239 StackedShadowFrameRecord(ShadowFrame* shadow_frame, in StackedShadowFrameRecord()
434 ShadowFrame* shadow_frame = record->GetShadowFrame(); in PopStackedShadowFrame() local
442 ShadowFrame* shadow_frame, in Create()
465 ShadowFrame* shadow_frame, in FrameIdToShadowFrame()
517 ShadowFrame* shadow_frame = FindDebuggerShadowFrame(frame_id); in FindOrCreateDebuggerShadowFrame() local
3692 ShadowFrame* shadow_frame = GetCurrentShadowFrame(); in VisitFrame() local
3703 void VisitShadowFrame(ShadowFrame* shadow_frame) REQUIRES_SHARED(Locks::mutator_lock_) { in VisitShadowFrame()
4015 for (ShadowFrame* shadow_frame = record->GetShadowFrame(); in VisitRoots() local
4207 ShadowFrame* shadow_frame = in DeoptimizeWithDeoptimizationException() local
Dreflection.cc183 void BuildArgArrayFromFrame(ShadowFrame* shadow_frame, uint32_t arg_offset) in BuildArgArrayFromFrame()
/art/test/1945-proxy-method-arguments/
Dget_args.cc45 ShadowFrame* shadow_frame = GetCurrentShadowFrame(); in VisitFrame() local
/art/runtime/mirror/
Dvar_handle.cc1579 ShadowFrame* shadow_frame, in Access()
1690 ShadowFrame* shadow_frame, in Access()
1741 ShadowFrame* shadow_frame, in Access()
1833 ShadowFrame* shadow_frame, in Access()
1921 ShadowFrame* shadow_frame, in Access()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc682 ShadowFrame* shadow_frame = shadow_frame_unique_ptr.get(); in artQuickToInterpreterBridge() local
2555 ShadowFrame* shadow_frame = shadow_frame_unique_ptr.get(); in artInvokePolymorphic() local
2648 ShadowFrame* shadow_frame = shadow_frame_unique_ptr.get(); in artInvokeCustom() local
/art/runtime/jit/
Djit.cc589 ShadowFrame* shadow_frame = thread->GetManagedStack()->GetTopShadowFrame(); in MaybeDoOnStackReplacement() local
/art/openjdkjvmti/
Dti_stack.cc1081 art::ShadowFrame* shadow_frame = in NotifyFramePop() local