Lines Matching refs:inst
353 bool VerifyInstruction(const Instruction* inst, uint32_t code_offset);
484 void VerifyNewArray(const Instruction* inst, bool is_filled, bool is_range)
495 void VerifyAGet(const Instruction* inst, RegType& insn_type,
499 void VerifyAPut(const Instruction* inst, RegType& insn_type,
515 void VerifyISFieldAccess(const Instruction* inst, RegType& insn_type,
521 mirror::ArtField* GetQuickFieldAccess(const Instruction* inst, RegisterLine* reg_line)
525 void VerifyQuickFieldAccess(const Instruction* inst, RegType& insn_type, bool is_primitive)
571 mirror::ArtMethod* VerifyInvocationArgs(const Instruction* inst,
578 void VerifyInvocationArgsUnresolvedMethod(const Instruction* inst, MethodType method_type,
583 mirror::ArtMethod* VerifyInvocationArgsFromIterator(T* it, const Instruction* inst,
588 mirror::ArtMethod* GetQuickInvokedMethod(const Instruction* inst,
593 mirror::ArtMethod* VerifyInvokeVirtualQuickArgs(const Instruction* inst, bool is_range)