• Home
  • Raw
  • Download

Lines Matching refs:ShadowFrame

25 void ThrowNullPointerExceptionFromInterpreter(const ShadowFrame& shadow_frame) {  in ThrowNullPointerExceptionFromInterpreter()
30 bool DoFieldGet(Thread* self, ShadowFrame& shadow_frame, const Instruction* inst, in DoFieldGet()
90 ShadowFrame& shadow_frame, \
122 bool DoIGetQuick(ShadowFrame& shadow_frame, const Instruction* inst, uint16_t inst_data) { in DoIGetQuick()
162 template bool DoIGetQuick<_field_type>(ShadowFrame& shadow_frame, const Instruction* inst, \
171 static JValue GetFieldValue(const ShadowFrame& shadow_frame, uint32_t vreg) in GetFieldValue()
205 bool DoFieldPut(Thread* self, const ShadowFrame& shadow_frame, const Instruction* inst, in DoFieldPut()
295 const ShadowFrame& shadow_frame, const Instruction* inst, uint16_t inst_data)
325 bool DoIPutQuick(const ShadowFrame& shadow_frame, const Instruction* inst, uint16_t inst_data) { in DoIPutQuick()
366 template bool DoIPutQuick<_field_type, _transaction_active>(const ShadowFrame& shadow_frame, \
451 ShadowFrame& shadow_frame, in FindNextInstructionFollowingException()
494 const DexFile::CodeItem* code_item, ShadowFrame* shadow_frame,
499 static inline void AssignRegister(ShadowFrame* new_shadow_frame, const ShadowFrame& shadow_frame, in AssignRegister()
524 bool DoCall(ArtMethod* method, Thread* self, ShadowFrame& shadow_frame, in DoCall()
540 void* memory = alloca(ShadowFrame::ComputeSize(num_regs)); in DoCall()
541 ShadowFrame* new_shadow_frame(ShadowFrame::Create(num_regs, &shadow_frame, method, 0, memory)); in DoCall()
661 bool DoFilledNewArray(const Instruction* inst, const ShadowFrame& shadow_frame, in DoFilledNewArray()
796 const DexFile::CodeItem* code_item, ShadowFrame* shadow_frame, in UnstartedRuntimeInvoke()
925 ShadowFrame& shadow_frame, \
938 const ShadowFrame& shadow_frame, \