| /art/runtime/interpreter/mterp/ |
| D | mterp.cc | 166 ShadowFrame* shadow_frame, in MterpInvokeVirtual() 177 ShadowFrame* shadow_frame, in MterpInvokeSuper() 188 ShadowFrame* shadow_frame, in MterpInvokeInterface() 199 ShadowFrame* shadow_frame, in MterpInvokeDirect() 210 ShadowFrame* shadow_frame, in MterpInvokeStatic() 221 ShadowFrame* shadow_frame, in MterpInvokeCustom() 232 ShadowFrame* shadow_frame, in MterpInvokePolymorphic() 243 ShadowFrame* shadow_frame, in MterpInvokeVirtualRange() 254 ShadowFrame* shadow_frame, in MterpInvokeSuperRange() 265 ShadowFrame* shadow_frame, in MterpInvokeInterfaceRange() [all …]
|
| D | mterp_stub.cc | 43 ShadowFrame* shadow_frame, in ExecuteMterpImpl()
|
| /art/runtime/interpreter/ |
| D | unstarted_runtime.cc | 94 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 …]
|
| D | interpreter_common.h | 138 ShadowFrame& shadow_frame, in DoInvoke() 354 ShadowFrame& shadow_frame, in DoInvokeCustom() 401 ShadowFrame& shadow_frame, in ResolveString() 422 static inline bool DoIntDivide(ShadowFrame& shadow_frame, size_t result_reg, in DoIntDivide() 440 static inline bool DoIntRemainder(ShadowFrame& shadow_frame, size_t result_reg, in DoIntRemainder() 458 static inline bool DoLongDivide(ShadowFrame& shadow_frame, in DoLongDivide() 478 static inline bool DoLongRemainder(ShadowFrame& shadow_frame, in DoLongRemainder() 504 static inline int32_t DoPackedSwitch(const Instruction* inst, const ShadowFrame& shadow_frame, in DoPackedSwitch() 532 static inline int32_t DoSparseSwitch(const Instruction* inst, const ShadowFrame& shadow_frame, in DoSparseSwitch() 584 static inline void TraceExecution(const ShadowFrame& shadow_frame, const Instruction* inst, in TraceExecution()
|
| D | interpreter_switch_impl.h | 41 ShadowFrame& shadow_frame; member 60 ShadowFrame& shadow_frame, JValue result_register, in ExecuteSwitchImpl()
|
| D | interpreter_intrinsics.cc | 182 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()
|
| D | interpreter_common.cc | 96 bool DoFieldGet(Thread* self, ShadowFrame& shadow_frame, const Instruction* inst, in DoFieldGet() 274 static JValue GetFieldValue(const ShadowFrame& shadow_frame, uint32_t vreg) in GetFieldValue() 308 bool DoFieldPut(Thread* self, const ShadowFrame& shadow_frame, const Instruction* inst, in DoFieldPut() 531 void UnexpectedOpcode(const Instruction* inst, const ShadowFrame& shadow_frame) { in UnexpectedOpcode() 580 ShadowFrame* shadow_frame, in ArtInterpreterToCompiledCodeBridge() 624 void SetStringInitValueToAllAliases(ShadowFrame* shadow_frame, in SetStringInitValueToAllAliases() 650 ShadowFrame& shadow_frame, in DoMethodHandleInvokeCommon() 750 ShadowFrame& shadow_frame, in DoMethodHandleInvokeExact() 767 ShadowFrame& shadow_frame, in DoMethodHandleInvoke() 784 ShadowFrame& shadow_frame, in DoVarHandleInvokeCommon() [all …]
|
| D | interpreter.cc | 250 ShadowFrame& shadow_frame, in Execute() 443 ShadowFrame* shadow_frame = shadow_frame_unique_ptr.get(); in EnterInterpreterFromInvoke() local 515 ShadowFrame* shadow_frame, in EnterInterpreterFromDeoptimize() 626 ShadowFrame* shadow_frame) { in EnterInterpreterFromEntryPoint() 643 ShadowFrame* shadow_frame, in ArtInterpreterToInterpreterBridge()
|
| D | unstarted_runtime_test.cc | 412 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 1347 UniqueDeoptShadowFramePtr shadow_frame = CreateShadowFrame(10, nullptr, nullptr, 0); in TEST_F() local
|
| D | interpreter_switch_impl-inl.h | 58 static NO_INLINE void UnlockHeldMonitors(Thread* self, ShadowFrame* shadow_frame) in UnlockHeldMonitors() 306 const ShadowFrame& shadow_frame, in DoDexPcMoveEvent() 2583 ShadowFrame& shadow_frame, in InstructionHandler() 2608 ShadowFrame& shadow_frame; variable 2628 ShadowFrame& shadow_frame = ctx->shadow_frame; in ExecuteSwitchImplCpp() local
|
| /art/runtime/ |
| D | method_handles.cc | 422 ShadowFrame& shadow_frame, in MethodHandleInvokeMethod() 552 ShadowFrame& shadow_frame, in MethodHandleInvokeTransform() 641 ShadowFrame& shadow_frame, in RefineTargetMethod() 703 ShadowFrame& shadow_frame, in DoInvokePolymorphicMethod() 765 const ShadowFrame& shadow_frame, in MethodHandleFieldGet() 807 ShadowFrame& shadow_frame, in MethodHandleFieldPut() 847 static JValue GetValueFromShadowFrame(const ShadowFrame& shadow_frame, in GetValueFromShadowFrame() 885 ShadowFrame& shadow_frame, in MethodHandleFieldAccess() 969 ShadowFrame& shadow_frame, in DoVarHandleInvokeTranslationUnchecked() 997 ShadowFrame& shadow_frame, in DoVarHandleInvokeTranslation() [all …]
|
| D | var_handles.cc | 31 ShadowFrame& shadow_frame, in VarHandleInvokeAccessorWithConversions() 62 ShadowFrame& shadow_frame, in VarHandleInvokeAccessor()
|
| D | common_dex_operations.h | 92 const ShadowFrame& shadow_frame, in DoFieldGetCommon() 150 const ShadowFrame& shadow_frame, in DoFieldPutCommon()
|
| D | method_handles-inl.h | 43 : 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()
|
| D | stack.cc | 159 ShadowFrame* shadow_frame = thread_->FindDebuggerShadowFrame(frame_id); in GetVRegFromDebuggerShadowFrame() local 383 ShadowFrame* shadow_frame = GetCurrentShadowFrame(); in SetVReg() local 420 ShadowFrame* shadow_frame = GetCurrentShadowFrame(); in SetVRegPair() local
|
| D | thread.cc | 238 StackedShadowFrameRecord(ShadowFrame* shadow_frame, in StackedShadowFrameRecord() 433 ShadowFrame* shadow_frame = record->GetShadowFrame(); in PopStackedShadowFrame() local 441 ShadowFrame* shadow_frame, in Create() 464 ShadowFrame* shadow_frame, in FrameIdToShadowFrame() 516 ShadowFrame* shadow_frame = FindDebuggerShadowFrame(frame_id); in FindOrCreateDebuggerShadowFrame() local 3694 ShadowFrame* shadow_frame = GetCurrentShadowFrame(); in VisitFrame() local 3703 void VisitShadowFrame(ShadowFrame* shadow_frame) REQUIRES_SHARED(Locks::mutator_lock_) { in VisitShadowFrame() 3984 for (ShadowFrame* shadow_frame = record->GetShadowFrame(); in VisitRoots() local 4168 ShadowFrame* shadow_frame = in DeoptimizeWithDeoptimizationException() local
|
| D | reflection.cc | 183 void BuildArgArrayFromFrame(ShadowFrame* shadow_frame, uint32_t arg_offset) in BuildArgArrayFromFrame()
|
| /art/test/1945-proxy-method-arguments/ |
| D | get_args.cc | 45 ShadowFrame* shadow_frame = GetCurrentShadowFrame(); in VisitFrame() local
|
| /art/runtime/mirror/ |
| D | var_handle.cc | 1579 ShadowFrame* shadow_frame, in Access() 1689 ShadowFrame* shadow_frame, in Access() 1740 ShadowFrame* shadow_frame, in Access() 1832 ShadowFrame* shadow_frame, in Access() 1920 ShadowFrame* shadow_frame, in Access()
|
| /art/runtime/jit/ |
| D | jit.cc | 444 ShadowFrame* shadow_frame = nullptr; in MaybeDoOnStackReplacement() local
|
| /art/runtime/entrypoints/quick/ |
| D | quick_trampoline_entrypoints.cc | 767 ShadowFrame* shadow_frame = shadow_frame_unique_ptr.get(); in artQuickToInterpreterBridge() local 2804 ShadowFrame* shadow_frame = shadow_frame_unique_ptr.get(); in artInvokePolymorphic() local 2897 ShadowFrame* shadow_frame = shadow_frame_unique_ptr.get(); in artInvokeCustom() local
|
| /art/openjdkjvmti/ |
| D | ti_stack.cc | 1064 art::ShadowFrame* shadow_frame = in NotifyFramePop() local
|