Home
last modified time | relevance | path

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

/aosp12/art/runtime/interpreter/mterp/
H A Dmterp.cc214 ShadowFrame* shadow_frame, in MterpInvokePolymorphic()
225 ShadowFrame* shadow_frame, in MterpInvokeCustomRange()
252 ShadowFrame* shadow_frame, in MterpConstString()
265 ShadowFrame* shadow_frame, in MterpConstClass()
283 ShadowFrame* shadow_frame, in MterpConstMethodHandle()
296 ShadowFrame* shadow_frame, in MterpConstMethodType()
381 extern "C" size_t MterpAputObject(ShadowFrame* shadow_frame, in MterpAputObject()
400 extern "C" size_t MterpFilledNewArray(ShadowFrame* shadow_frame, in MterpFilledNewArray()
450 extern "C" size_t MterpNewArray(ShadowFrame* shadow_frame, in MterpNewArray()
611 ShadowFrame* shadow_frame, in MterpFieldAccess()
[all …]
H A Dmterp_stub.cc43 ShadowFrame* shadow_frame, in ExecuteMterpImpl()
/aosp12/art/runtime/interpreter/
H A Dunstarted_runtime.cc95 ShadowFrame* shadow_frame, in CharacterLowerUpper()
120 Thread* self, ShadowFrame* shadow_frame, JValue* result, size_t arg_offset) { in UnstartedCharacterToLowerCase()
125 Thread* self, ShadowFrame* shadow_frame, JValue* result, size_t arg_offset) { in UnstartedCharacterToUpperCase()
184 ShadowFrame* shadow_frame, in GetClassName()
213 ShadowFrame* shadow_frame, in UnstartedClassForNameCommon()
253 Thread* self, ShadowFrame* shadow_frame, JValue* result, size_t arg_offset) { in UnstartedClassForName()
258 Thread* self, ShadowFrame* shadow_frame, JValue* result, size_t arg_offset) { in UnstartedClassForNameLong()
512 ShadowFrame* shadow_frame, in GetResourceAsStream()
903 ShadowFrame* shadow_frame, in GetSystemProperty()
995 static std::string GetImmediateCaller(ShadowFrame* shadow_frame) in GetImmediateCaller()
[all …]
H A Dinterpreter_common.h159 static NO_INLINE void UnlockHeldMonitors(Thread* self, ShadowFrame* shadow_frame) in UnlockHeldMonitors()
229 ShadowFrame& shadow_frame, in DoInvoke()
433 ShadowFrame& shadow_frame, in DoInvokeCustom()
451 ALWAYS_INLINE static JValue GetFieldValue(const ShadowFrame& shadow_frame, uint32_t vreg) in GetFieldValue()
584 ALWAYS_INLINE bool DoFieldPut(Thread* self, const ShadowFrame& shadow_frame, in DoFieldPut()
630 ShadowFrame& shadow_frame, in ResolveString()
652 static inline bool DoIntDivide(ShadowFrame& shadow_frame, size_t result_reg, in DoIntDivide()
670 static inline bool DoIntRemainder(ShadowFrame& shadow_frame, size_t result_reg, in DoIntRemainder()
688 static inline bool DoLongDivide(ShadowFrame& shadow_frame, in DoLongDivide()
708 static inline bool DoLongRemainder(ShadowFrame& shadow_frame, in DoLongRemainder()
[all …]
H A Dinterpreter_switch_impl.h41 ShadowFrame& shadow_frame; member
60 ShadowFrame& shadow_frame, JValue result_register, in ExecuteSwitchImpl()
H A Dinterpreter_common.cc150 ShadowFrame& shadow_frame, in MoveToExceptionHandler()
255 ShadowFrame* shadow_frame, in ArtInterpreterToCompiledCodeBridge()
299 void SetStringInitValueToAllAliases(ShadowFrame* shadow_frame, in SetStringInitValueToAllAliases()
325 ShadowFrame& shadow_frame, in DoMethodHandleInvokeCommon()
425 ShadowFrame& shadow_frame, in DoMethodHandleInvokeExact()
442 ShadowFrame& shadow_frame, in DoMethodHandleInvoke()
459 ShadowFrame& shadow_frame, in DoVarHandleInvokeCommon()
1100 ShadowFrame& shadow_frame, in DoResolveCallSite()
1130 ShadowFrame& shadow_frame, in DoInvokeCustom()
1207 ShadowFrame& shadow_frame, in DoCallCommon()
[all …]
H A Dinterpreter_intrinsics.cc182 static ALWAYS_INLINE bool MterpStringCharAt(ShadowFrame* shadow_frame, in MterpStringCharAt()
206 static ALWAYS_INLINE bool MterpStringCompareTo(ShadowFrame* shadow_frame, in MterpStringCompareTo()
294 static ALWAYS_INLINE bool MterpStringEquals(ShadowFrame* shadow_frame, in MterpStringEquals()
423 bool MterpHandleIntrinsic(ShadowFrame* shadow_frame, in MterpHandleIntrinsic()
H A Dinterpreter.cc249 ShadowFrame& shadow_frame, in ExecuteSwitch()
274 ShadowFrame& shadow_frame, in Execute()
448 ShadowFrame* shadow_frame = shadow_frame_unique_ptr.get(); in EnterInterpreterFromInvoke() local
524 ShadowFrame* shadow_frame, in EnterInterpreterFromDeoptimize()
635 ShadowFrame* shadow_frame) { in EnterInterpreterFromEntryPoint()
652 ShadowFrame* shadow_frame, in ArtInterpreterToInterpreterBridge()
H A Dunstarted_runtime_test.cc407 UniqueDeoptShadowFramePtr shadow_frame = CreateShadowFrame(10, nullptr, method, 0); in TEST_F() local
880 UniqueDeoptShadowFramePtr shadow_frame = CreateShadowFrame(10, nullptr, nullptr, 0); in TEST_F() local
903 UniqueDeoptShadowFramePtr shadow_frame = CreateShadowFrame(10, nullptr, nullptr, 0); in TEST_F() local
935 UniqueDeoptShadowFramePtr shadow_frame = CreateShadowFrame(10, nullptr, nullptr, 0); in TEST_F() local
1013 UniqueDeoptShadowFramePtr shadow_frame = CreateShadowFrame(10, nullptr, method, 0); in TEST_F() local
1034 UniqueDeoptShadowFramePtr shadow_frame = CreateShadowFrame(10, nullptr, nullptr, 0); in TEST_F() local
1111 UniqueDeoptShadowFramePtr shadow_frame = CreateShadowFrame(10, nullptr, nullptr, 0); in RunTest() local
1165 UniqueDeoptShadowFramePtr shadow_frame = CreateShadowFrame(10, nullptr, boot_cp_init, 0); in GetBootClassLoader() local
1284 UniqueDeoptShadowFramePtr shadow_frame = CreateShadowFrame(10, nullptr, nullptr, 0); in TEST_F() local
1336 UniqueDeoptShadowFramePtr shadow_frame = CreateShadowFrame(10, nullptr, nullptr, 0); in TEST_F() local
H A Dinterpreter_switch_impl-inl.h181 const ShadowFrame& shadow_frame, in DoDexPcMoveEvent()
1735 ShadowFrame& shadow_frame, in InstructionHandler()
1849 ShadowFrame& shadow_frame = ctx->shadow_frame; in DEX_INSTRUCTION_LIST() local
/aosp12/art/runtime/
H A Dmethod_handles.cc424 ShadowFrame& shadow_frame, in MethodHandleInvokeMethod()
648 ShadowFrame& shadow_frame, in RefineTargetMethod()
717 ShadowFrame& shadow_frame, in DoInvokePolymorphicMethod()
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()
1139 ShadowFrame& shadow_frame, in MethodHandleInvokeExactInternal()
1244 ShadowFrame& shadow_frame, in MethodHandleInvoke()
[all …]
H A Dvar_handles.cc31 ShadowFrame& shadow_frame, in VarHandleInvokeAccessorWithConversions()
62 ShadowFrame& shadow_frame, in VarHandleInvokeAccessor()
H A Dcommon_dex_operations.h94 const ShadowFrame& shadow_frame, in DoFieldGetCommon()
154 const ShadowFrame& shadow_frame, in DoFieldPutCommon()
H A Dstack.cc193 ShadowFrame* shadow_frame = thread_->FindDebuggerShadowFrame(frame_id); in GetVRegFromDebuggerShadowFrame() local
450 ShadowFrame* shadow_frame = GetCurrentShadowFrame(); in PrepareSetVReg() local
470 ShadowFrame* shadow_frame = PrepareSetVReg(m, vreg, /* wide= */ false); in SetVReg() local
479 ShadowFrame* shadow_frame = PrepareSetVReg(m, vreg, /* wide= */ false); in SetVRegReference() local
500 ShadowFrame* shadow_frame = PrepareSetVReg(m, vreg, /* wide= */ true); in SetVRegPair() local
H A Dmethod_handles-inl.h79 ShadowFrameSetter(ShadowFrame* shadow_frame, size_t first_dst_reg) in ShadowFrameSetter()
H A Dthread.cc243 StackedShadowFrameRecord(ShadowFrame* shadow_frame, in StackedShadowFrameRecord()
438 ShadowFrame* shadow_frame = record->GetShadowFrame(); in PopStackedShadowFrame() local
446 ShadowFrame* shadow_frame, in Create()
469 ShadowFrame* shadow_frame, in FrameIdToShadowFrame()
521 ShadowFrame* shadow_frame = FindDebuggerShadowFrame(frame_id); in FindOrCreateDebuggerShadowFrame() local
3772 ShadowFrame* shadow_frame = GetCurrentShadowFrame(); in VisitFrame() local
3783 void VisitShadowFrame(ShadowFrame* shadow_frame) REQUIRES_SHARED(Locks::mutator_lock_) { in VisitShadowFrame()
4150 for (ShadowFrame* shadow_frame = record->GetShadowFrame(); in VisitRoots() local
4351 ShadowFrame* shadow_frame = in DeoptimizeWithDeoptimizationException() local
H A Dreflection.cc183 void BuildArgArrayFromFrame(ShadowFrame* shadow_frame, uint32_t arg_offset) in BuildArgArrayFromFrame()
/aosp12/art/test/1945-proxy-method-arguments/
H A Dget_args.cc45 ShadowFrame* shadow_frame = GetCurrentShadowFrame(); in VisitFrame() local
/aosp12/art/runtime/mirror/
H A Dvar_handle.cc1451 ShadowFrame* shadow_frame, in Access()
1651 ShadowFrame* shadow_frame, in Access()
1702 ShadowFrame* shadow_frame, in Access()
1794 ShadowFrame* shadow_frame, in Access()
1882 ShadowFrame* shadow_frame, in Access()
/aosp12/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc682 ShadowFrame* shadow_frame = shadow_frame_unique_ptr.get(); in artQuickToInterpreterBridge() local
2466 ShadowFrame* shadow_frame = shadow_frame_unique_ptr.get(); in artInvokePolymorphic() local
2559 ShadowFrame* shadow_frame = shadow_frame_unique_ptr.get(); in artInvokeCustom() local
/aosp12/art/runtime/jit/
H A Djit.cc595 ShadowFrame* shadow_frame = thread->GetManagedStack()->GetTopShadowFrame(); in MaybeDoOnStackReplacement() local
/aosp12/art/openjdkjvmti/
H A Dti_stack.cc1081 art::ShadowFrame* shadow_frame = in NotifyFramePop() local