Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dunstarted_runtime.cc90 ShadowFrame* shadow_frame, in CharacterLowerUpper()
115 Thread* self, ShadowFrame* shadow_frame, JValue* result, size_t arg_offset) { in UnstartedCharacterToLowerCase()
120 Thread* self, ShadowFrame* shadow_frame, JValue* result, size_t arg_offset) { in UnstartedCharacterToUpperCase()
171 static mirror::String* GetClassName(Thread* self, ShadowFrame* shadow_frame, size_t arg_offset) in GetClassName()
194 ShadowFrame* shadow_frame, in UnstartedClassForNameCommon()
236 Thread* self, ShadowFrame* shadow_frame, JValue* result, size_t arg_offset) { in UnstartedClassForName()
241 Thread* self, ShadowFrame* shadow_frame, JValue* result, size_t arg_offset) { in UnstartedClassForNameLong()
246 Thread* self, ShadowFrame* shadow_frame, JValue* result, size_t arg_offset) { in UnstartedClassGetPrimitiveClass()
260 Thread* self, ShadowFrame* shadow_frame, JValue* result, size_t arg_offset) { in UnstartedClassClassForName()
265 Thread* self, ShadowFrame* shadow_frame, JValue* result, size_t arg_offset) { in UnstartedClassNewInstance()
[all …]
Dinterpreter_common.h129 ShadowFrame& shadow_frame, in DoFastInvoke()
169 ShadowFrame& shadow_frame, in DoInvoke()
257 static inline bool DoInvokeVirtualQuick(Thread* self, ShadowFrame& shadow_frame, in DoInvokeVirtualQuick()
328 ShadowFrame& shadow_frame, in ResolveString()
353 static inline bool DoIntDivide(ShadowFrame& shadow_frame, size_t result_reg, in DoIntDivide()
371 static inline bool DoIntRemainder(ShadowFrame& shadow_frame, size_t result_reg, in DoIntRemainder()
389 static inline bool DoLongDivide(ShadowFrame& shadow_frame, in DoLongDivide()
409 static inline bool DoLongRemainder(ShadowFrame& shadow_frame, in DoLongRemainder()
435 static inline int32_t DoPackedSwitch(const Instruction* inst, const ShadowFrame& shadow_frame, in DoPackedSwitch()
463 static inline int32_t DoSparseSwitch(const Instruction* inst, const ShadowFrame& shadow_frame, in DoSparseSwitch()
[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.cc244 ShadowFrame& shadow_frame, in Execute()
414 ShadowFrame* shadow_frame = shadow_frame_unique_ptr.get(); in EnterInterpreterFromInvoke() local
486 ShadowFrame* shadow_frame, in EnterInterpreterFromDeoptimize()
586 ShadowFrame* shadow_frame) { in EnterInterpreterFromEntryPoint()
603 ShadowFrame* shadow_frame, in ArtInterpreterToInterpreterBridge()
Dunstarted_runtime_test.cc399 ShadowFrame* shadow_frame = ShadowFrame::CreateDeoptimizedFrame(10, nullptr, method, 0); in TEST_F() local
898 ShadowFrame* shadow_frame = ShadowFrame::CreateDeoptimizedFrame(10, nullptr, nullptr, 0); in TEST_F() local
923 ShadowFrame* shadow_frame = ShadowFrame::CreateDeoptimizedFrame(10, nullptr, nullptr, 0); in TEST_F() local
957 ShadowFrame* shadow_frame = ShadowFrame::CreateDeoptimizedFrame(10, nullptr, nullptr, 0); in TEST_F() local
1037 ShadowFrame* shadow_frame = ShadowFrame::CreateDeoptimizedFrame(10, nullptr, method, 0); in TEST_F() local
1059 ShadowFrame* shadow_frame = ShadowFrame::CreateDeoptimizedFrame(10, nullptr, nullptr, 0); in TEST_F() local
1138 ShadowFrame* shadow_frame = ShadowFrame::CreateDeoptimizedFrame(10, nullptr, nullptr, 0); in RunTest() local
1194 ShadowFrame* shadow_frame = ShadowFrame::CreateDeoptimizedFrame(10, nullptr, boot_cp_init, 0); in GetBootClassLoader() local
1304 ShadowFrame* shadow_frame = ShadowFrame::CreateDeoptimizedFrame(10, nullptr, nullptr, 0); in TEST_F() local
1364 ShadowFrame* shadow_frame = ShadowFrame::CreateDeoptimizedFrame(10, nullptr, nullptr, 0); in TEST_F() local
Dinterpreter_switch_impl.cc136 const ShadowFrame& shadow_frame, in DoDexPcMoveEvent()
201 ShadowFrame& shadow_frame = ctx->shadow_frame; in ExecuteSwitchImplCpp() local
/art/runtime/
Dmethod_handles.h137 : shadow_frame_(shadow_frame), operands_(operands), operand_index_(operand_index) {} in shadow_frame_() argument
173 ShadowFrameSetter(ShadowFrame* shadow_frame, size_t first_dst_reg) in ShadowFrameSetter()
Dmethod_handles.cc420 ShadowFrame& shadow_frame, in MethodHandleInvokeMethod()
550 ShadowFrame& shadow_frame, in MethodHandleInvokeTransform()
639 ShadowFrame& shadow_frame, in RefineTargetMethod()
701 ShadowFrame& shadow_frame, in DoInvokePolymorphicMethod()
763 const ShadowFrame& shadow_frame, in MethodHandleFieldGet()
805 ShadowFrame& shadow_frame, in MethodHandleFieldPut()
845 static JValue GetValueFromShadowFrame(const ShadowFrame& shadow_frame, in GetValueFromShadowFrame()
883 ShadowFrame& shadow_frame, in MethodHandleFieldAccess()
967 ShadowFrame& shadow_frame, in DoVarHandleInvokeTranslationUnchecked()
995 ShadowFrame& shadow_frame, in DoVarHandleInvokeTranslation()
[all …]
Dcommon_dex_operations.h89 const ShadowFrame& shadow_frame, in DoFieldGetCommon()
147 const ShadowFrame& shadow_frame, in DoFieldPutCommon()
Dstack.cc182 ShadowFrame* shadow_frame = thread_->FindDebuggerShadowFrame(frame_id); in GetVRegFromDebuggerShadowFrame() local
402 ShadowFrame* shadow_frame = GetCurrentShadowFrame(); in SetVReg() local
439 ShadowFrame* shadow_frame = GetCurrentShadowFrame(); in SetVRegPair() local
Dthread.cc223 StackedShadowFrameRecord(ShadowFrame* shadow_frame, in StackedShadowFrameRecord()
292 ShadowFrame* shadow_frame = record->GetShadowFrame(); in PopStackedShadowFrame() local
300 ShadowFrame* shadow_frame, in Create()
323 ShadowFrame* shadow_frame, in FrameIdToShadowFrame()
375 ShadowFrame* shadow_frame = FindDebuggerShadowFrame(frame_id); in FindOrCreateDebuggerShadowFrame() local
3474 ShadowFrame* shadow_frame = GetCurrentShadowFrame(); in VisitFrame() local
3483 void VisitShadowFrame(ShadowFrame* shadow_frame) REQUIRES_SHARED(Locks::mutator_lock_) { in VisitShadowFrame()
3771 for (ShadowFrame* shadow_frame = record->GetShadowFrame(); in VisitRoots() local
3955 ShadowFrame* shadow_frame = in DeoptimizeWithDeoptimizationException() local
Dreflection.cc181 void BuildArgArrayFromFrame(ShadowFrame* shadow_frame, uint32_t arg_offset) in BuildArgArrayFromFrame()
/art/runtime/interpreter/mterp/
Dmterp_stub.cc43 ShadowFrame* shadow_frame, in ExecuteMterpImpl()
/art/test/1945-proxy-method-arguments/
Dget_args.cc45 ShadowFrame* shadow_frame = GetCurrentShadowFrame(); in VisitFrame() local
/art/runtime/mirror/
Dvar_handle.cc1542 ShadowFrame* shadow_frame, in Access()
1673 ShadowFrame* shadow_frame, in Access()
1745 ShadowFrame* shadow_frame, in Access()
1858 ShadowFrame* shadow_frame, in Access()
1967 ShadowFrame* shadow_frame, in Access()
/art/runtime/jit/
Djit.cc478 ShadowFrame* shadow_frame = nullptr; in MaybeDoOnStackReplacement() local
/art/openjdkjvmti/
Dti_stack.cc1064 art::ShadowFrame* shadow_frame = visitor.GetCurrentShadowFrame(); in NotifyFramePop() local
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc803 ShadowFrame* shadow_frame = shadow_frame_unique_ptr.get(); in artQuickToInterpreterBridge() local
2818 ShadowFrame* shadow_frame = shadow_frame_unique_ptr.get(); in artInvokePolymorphic() local