Lines Matching refs:OK
131 return OK; in GetBytecodes()
136 if (err != OK) { in GetBytecodes()
140 return OK; in GetBytecodes()
210 explicit LocalVariableContext(jvmtiEnv* jenv) : env_(jenv), variables_(), err_(OK) {} in GetLocalVariableTable()
217 if (err_ != OK) { in GetLocalVariableTable()
221 if (err_ != OK) { in GetLocalVariableTable()
225 if (err_ != OK) { in GetLocalVariableTable()
229 if (err_ != OK) { in GetLocalVariableTable()
244 if (err_ != OK || in GetLocalVariableTable()
246 reinterpret_cast<unsigned char**>(out_table_ptr))) != OK) { in GetLocalVariableTable()
252 return OK; in GetLocalVariableTable()
584 if (err != OK) { in Run()
590 if (err != OK) { in Run()
672 return OK; in GetSlotType()
693 if (result_ == OK && type_ == art::Primitive::kPrimNot) { in GetResult()
712 return type_ == art::Primitive::kPrimInt ? OK : ERR(TYPE_MISMATCH); in GetTypeError()
717 return type_ == slot_type ? OK : ERR(TYPE_MISMATCH); in GetTypeError()
767 return OK; in Execute()
827 return OK; in GetTypeError()
837 return slot_class->IsAssignableFrom(set_class) ? OK : ERR(TYPE_MISMATCH); in GetTypeError()
845 return type_ == art::Primitive::kPrimInt ? OK : ERR(TYPE_MISMATCH); in GetTypeError()
849 return type_ == slot_type ? OK : ERR(TYPE_MISMATCH); in GetTypeError()
900 return OK; in Execute()
959 result_ = OK; in Run()
964 if (result_ == OK) { in GetResult()
1066 if (err != OK) { in GetLocalVariable()
1070 return OK; in GetLocalVariable()