Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/interpreter/
H A Dunstarted_runtime.cc98 ShadowFrame* shadow_frame, in CharacterLowerUpper()
125 Thread* self, ShadowFrame* shadow_frame, JValue* result, size_t arg_offset) { in UnstartedCharacterToLowerCase()
130 Thread* self, ShadowFrame* shadow_frame, JValue* result, size_t arg_offset) { in UnstartedCharacterToUpperCase()
200 ShadowFrame* shadow_frame, in GetClassName()
229 ShadowFrame* shadow_frame, in UnstartedClassForNameCommon()
268 Thread* self, ShadowFrame* shadow_frame, JValue* result, size_t arg_offset) { in UnstartedClassForName()
273 Thread* self, ShadowFrame* shadow_frame, JValue* result, size_t arg_offset) { in UnstartedClassForNameLong()
278 Thread* self, ShadowFrame* shadow_frame, JValue* result, size_t arg_offset) { in UnstartedClassGetPrimitiveClass()
292 Thread* self, ShadowFrame* shadow_frame, JValue* result, size_t arg_offset) { in UnstartedClassClassForName()
297 Thread* self, ShadowFrame* shadow_frame, JValue* result, size_t arg_offset) { in UnstartedClassNewInstance()
[all …]
H A Dinterpreter_common.h164 ShadowFrame& shadow_frame, in DoInvoke()
233 ShadowFrame& shadow_frame, in DoInvokeCustom()
251 ALWAYS_INLINE static JValue GetFieldValue(const ShadowFrame& shadow_frame, uint32_t vreg) in GetFieldValue()
330 ShadowFrame& shadow_frame, in ResolveString()
352 static inline bool DoIntDivide(ShadowFrame& shadow_frame, size_t result_reg, in DoIntDivide()
370 static inline bool DoIntRemainder(ShadowFrame& shadow_frame, size_t result_reg, in DoIntRemainder()
388 static inline bool DoLongDivide(ShadowFrame& shadow_frame, in DoLongDivide()
408 static inline bool DoLongRemainder(ShadowFrame& shadow_frame, in DoLongRemainder()
437 const ShadowFrame& shadow_frame, in DoPackedSwitch()
465 static inline int32_t DoSparseSwitch(const Instruction* inst, const ShadowFrame& shadow_frame, in DoSparseSwitch()
[all …]
H A Dinterpreter_common.cc149 ShadowFrame& shadow_frame, in MoveToExceptionHandler()
200 void UnexpectedOpcode(const Instruction* inst, const ShadowFrame& shadow_frame) { in UnexpectedOpcode()
236 ShadowFrame* shadow_frame, in ArtInterpreterToCompiledCodeBridge()
261 void SetStringInitValueToAllAliases(ShadowFrame* shadow_frame, in SetStringInitValueToAllAliases()
287 ShadowFrame& shadow_frame, in DoMethodHandleInvokeCommon()
387 ShadowFrame& shadow_frame, in DoMethodHandleInvokeExact()
404 ShadowFrame& shadow_frame, in DoMethodHandleInvoke()
421 ShadowFrame& shadow_frame, in DoVarHandleInvokeCommon()
850 ShadowFrame& shadow_frame, in InvokeBootstrapMethod()
1057 ShadowFrame& shadow_frame, in DoResolveCallSite()
[all …]
H A Dinterpreter.cc237 ShadowFrame& shadow_frame, in ExecuteSwitch()
251 ShadowFrame& shadow_frame, in Execute()
387 ShadowFrame* shadow_frame = shadow_frame_unique_ptr.get(); in EnterInterpreterFromInvoke() local
451 ShadowFrame* shadow_frame, in EnterInterpreterFromDeoptimize()
567 ShadowFrame* shadow_frame) { in EnterInterpreterFromEntryPoint()
585 ShadowFrame* shadow_frame, in ArtInterpreterToInterpreterBridge()
H A Dunstarted_runtime_test.cc349 UniqueDeoptShadowFramePtr shadow_frame = CreateShadowFrame(10, method, 0); in TEST_F() local
776 UniqueDeoptShadowFramePtr shadow_frame = CreateShadowFrame(10, nullptr, 0); in TEST_F() local
799 UniqueDeoptShadowFramePtr shadow_frame = CreateShadowFrame(10, nullptr, 0); in TEST_F() local
828 UniqueDeoptShadowFramePtr shadow_frame = CreateShadowFrame(10, nullptr, 0); in TEST_F() local
879 UniqueDeoptShadowFramePtr shadow_frame = CreateShadowFrame(10, method, 0); in TEST_F() local
924 UniqueDeoptShadowFramePtr shadow_frame = CreateShadowFrame(10, nullptr, 0); in RunTest() local
993 UniqueDeoptShadowFramePtr shadow_frame = CreateShadowFrame(10, nullptr, 0); in TEST_F() local
1046 UniqueDeoptShadowFramePtr shadow_frame = CreateShadowFrame(10, nullptr, 0); in TEST_F() local
H A Dinterpreter_switch_impl0.cc88 static bool NeedsDexPcEvents(ShadowFrame& shadow_frame) in NeedsDexPcEvents()
102 static bool GetForcePopFrame(ShadowFrame& shadow_frame) { in GetForcePopFrame()
149 const ShadowFrame& shadow_frame, in DoDexPcMoveEvent()
H A Dinterpreter_switch_impl.h41 ShadowFrame& shadow_frame; member
60 ShadowFrame& shadow_frame, in ExecuteSwitchImpl()
H A Dinterpreter_switch_impl-inl.h63 ShadowFrame& shadow_frame, in DoFieldGet()
160 const ShadowFrame& shadow_frame, in DoFieldPut()
1932 ShadowFrame& shadow_frame, in InstructionHandler()
2047 ShadowFrame& shadow_frame = ctx->shadow_frame; in DEX_INSTRUCTION_LIST() local
H A Dunstarted_runtime_test.h103 UniqueDeoptShadowFramePtr shadow_frame = CreateShadowFrame(10, boot_cp_init, 0); in GetBootClassLoader() local
/aosp_15_r20/art/runtime/
H A Dmethod_handles.cc367 ShadowFrame& shadow_frame, in MethodHandleInvokeTransform()
444 ShadowFrame& shadow_frame, in RefineTargetMethod()
507 const ShadowFrame& shadow_frame, in MethodHandleFieldGet()
548 ShadowFrame& shadow_frame, in MethodHandleFieldPut()
586 static JValue GetValueFromShadowFrame(const ShadowFrame& shadow_frame, in GetValueFromShadowFrame()
622 ShadowFrame& shadow_frame, in MethodHandleFieldAccess()
691 ShadowFrame& shadow_frame, in DoVarHandleInvokeTranslation()
752 ShadowFrame& shadow_frame, in DoMethodHandleInvokeMethod()
811 ShadowFrame& shadow_frame, in MethodHandleInvokeExactInternal()
845 ShadowFrame& shadow_frame, in MethodHandleInvokeInternal()
[all …]
H A Dvar_handles.cc52 ShadowFrame& shadow_frame, in VarHandleInvokeAccessorWithConversions()
99 ShadowFrame& shadow_frame, in VarHandleInvokeAccessorImpl()
138 ShadowFrame& shadow_frame, in VarHandleInvokeAccessor()
149 ShadowFrame& shadow_frame, in VarHandleInvokeAccessor()
160 ShadowFrame& shadow_frame, in VarHandleInvokeAccessor()
H A Dcommon_dex_operations.h62 inline bool EnsureInitialized(Thread* self, ShadowFrame* shadow_frame) in EnsureInitialized()
120 const ShadowFrame& shadow_frame, in DoFieldGetCommon()
180 const ShadowFrame& shadow_frame, in DoFieldPutCommon()
H A Dstack.cc230 ShadowFrame* shadow_frame = thread_->FindDebuggerShadowFrame(frame_id); in GetVRegFromDebuggerShadowFrame() local
497 ShadowFrame* shadow_frame = GetCurrentShadowFrame(); in PrepareSetVReg() local
517 ShadowFrame* shadow_frame = PrepareSetVReg(m, vreg, /* wide= */ false); in SetVReg() local
526 ShadowFrame* shadow_frame = PrepareSetVReg(m, vreg, /* wide= */ false); in SetVRegReference() local
547 ShadowFrame* shadow_frame = PrepareSetVReg(m, vreg, /* wide= */ true); in SetVRegPair() local
H A 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()
H A Dthread.cc260 StackedShadowFrameRecord(ShadowFrame* shadow_frame, in StackedShadowFrameRecord()
459 ShadowFrame* shadow_frame = record->GetShadowFrame(); in PopStackedShadowFrame() local
467 ShadowFrame* shadow_frame, in Create()
490 ShadowFrame* shadow_frame, in FrameIdToShadowFrame()
542 ShadowFrame* shadow_frame = FindDebuggerShadowFrame(frame_id); in FindOrCreateDebuggerShadowFrame() local
4141 ShadowFrame* shadow_frame = GetCurrentShadowFrame(); in VisitFrame() local
4152 void VisitShadowFrame(ShadowFrame* shadow_frame) REQUIRES_SHARED(Locks::mutator_lock_) { in VisitShadowFrame()
4523 for (ShadowFrame* shadow_frame = record->GetShadowFrame(); in VisitRoots() local
4756 ShadowFrame* shadow_frame = MaybePopDeoptimizedStackedShadowFrame(); in DeoptimizeWithDeoptimizationException() local
H A Dinstrumentation.cc548 ShadowFrame* shadow_frame = GetCurrentShadowFrame(); in InstrumentationInstallStack() local
604 ShadowFrame* shadow_frame = GetCurrentShadowFrame(); in UpdateNeedsDexPcEventsOnStack() local
H A Dquick_exception_handler.cc757 ShadowFrame* shadow_frame = visitor.GetBottomShadowFrame(); in DeoptimizeSingleFrame() local
H A Dreflection.cc183 void BuildArgArrayFromFrame(ShadowFrame* shadow_frame, uint32_t arg_offset) in BuildArgArrayFromFrame()
/aosp_15_r20/art/dex2oat/interpreter/
H A Dunstarted_runtime_transaction_test.cc93 UniqueDeoptShadowFramePtr shadow_frame = CreateShadowFrame(10, nullptr, 0); in TEST_F() local
119 UniqueDeoptShadowFramePtr shadow_frame = CreateShadowFrame(10, nullptr, 0); in TEST_F() local
164 UniqueDeoptShadowFramePtr shadow_frame = CreateShadowFrame(10, nullptr, 0); in RunTest() local
H A Dinterpreter_switch_impl1.cc157 static bool NeedsDexPcEvents(ShadowFrame& shadow_frame) in NeedsDexPcEvents()
172 static bool GetForcePopFrame(ShadowFrame& shadow_frame) { in GetForcePopFrame()
201 [[maybe_unused]] const ShadowFrame& shadow_frame, in DoDexPcMoveEvent()
/aosp_15_r20/art/runtime/mirror/
H A Dvar_handle.cc1464 ShadowFrame* shadow_frame, in Access()
1662 ShadowFrame* shadow_frame, in Access()
1736 ShadowFrame* shadow_frame, in Access()
1832 ShadowFrame* shadow_frame, in Access()
1920 ShadowFrame* shadow_frame, in Access()
/aosp_15_r20/art/test/1945-proxy-method-arguments/
H A Dget_args.cc45 ShadowFrame* shadow_frame = GetCurrentShadowFrame(); in VisitFrame() local
/aosp_15_r20/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc794 ShadowFrame* shadow_frame = shadow_frame_unique_ptr.get(); in artQuickToInterpreterBridge() local
2445 ShadowFrame* shadow_frame = shadow_frame_unique_ptr.get(); in artInvokePolymorphic() local
2584 ShadowFrame* shadow_frame = shadow_frame_unique_ptr.get(); in artInvokePolymorphicWithHiddenReceiver() local
2649 ShadowFrame* shadow_frame = shadow_frame_unique_ptr.get(); in artInvokeCustom() local
/aosp_15_r20/art/runtime/jit/
H A Djit.cc482 ShadowFrame* shadow_frame = thread->GetManagedStack()->GetTopShadowFrame(); in MaybeDoOnStackReplacement() local
/aosp_15_r20/art/openjdkjvmti/
H A Dti_stack.cc1082 art::ShadowFrame* shadow_frame = in NotifyFramePop() local