Lines Matching refs:ShadowFrame
40 bool DoFieldGet(Thread* self, ShadowFrame& shadow_frame, const Instruction* inst, in DoFieldGet()
102 ShadowFrame& shadow_frame, \
134 bool DoIGetQuick(ShadowFrame& shadow_frame, const Instruction* inst, uint16_t inst_data) { in EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL()
187 template bool DoIGetQuick<_field_type>(ShadowFrame& shadow_frame, const Instruction* inst, \
200 static JValue GetFieldValue(const ShadowFrame& shadow_frame, uint32_t vreg) in GetFieldValue()
234 bool DoFieldPut(Thread* self, const ShadowFrame& shadow_frame, const Instruction* inst, in DoFieldPut()
322 const ShadowFrame& shadow_frame, const Instruction* inst, uint16_t inst_data)
352 bool DoIPutQuick(const ShadowFrame& shadow_frame, const Instruction* inst, uint16_t inst_data) { in EXPLICIT_DO_FIELD_PUT_ALL_TEMPLATE_DECL()
406 template bool DoIPutQuick<_field_type, _transaction_active>(const ShadowFrame& shadow_frame, \
426 Thread* self, ShadowFrame& shadow_frame, uint32_t dex_pc, in EXPLICIT_DO_IPUT_QUICK_ALL_TEMPLATE_DECL()
452 void UnexpectedOpcode(const Instruction* inst, const ShadowFrame& shadow_frame) { in UnexpectedOpcode()
459 static inline void AssignRegister(ShadowFrame* new_shadow_frame, const ShadowFrame& shadow_frame, in AssignRegister()
499 ShadowFrame& shadow_frame,
508 ShadowFrame* shadow_frame, in ArtInterpreterToCompiledCodeBridge()
543 void SetStringInitValueToAllAliases(ShadowFrame* shadow_frame, in SetStringInitValueToAllAliases()
572 ShadowFrame& shadow_frame, in DoCallCommon()
642 ShadowFrame* new_shadow_frame = shadow_frame_unique_ptr.get(); in DoCallCommon()
773 bool DoLambdaCall(ArtMethod* called_method, Thread* self, ShadowFrame& shadow_frame, in DoLambdaCall()
801 bool DoCall(ArtMethod* called_method, Thread* self, ShadowFrame& shadow_frame, in DoCall()
824 bool DoFilledNewArray(const Instruction* inst, const ShadowFrame& shadow_frame, in DoFilledNewArray()
939 ShadowFrame& shadow_frame, \
952 ShadowFrame& shadow_frame, \
966 const ShadowFrame& shadow_frame, \