HomeSort by relevance Sort by last modified time
    Searched refs:ThrowWrongMethodTypeException (Results 1 - 6 of 6) sorted by null

  /art/runtime/
var_handles.cc 92 ThrowWrongMethodTypeException(var_handle->PrettyDescriptorForAccessMode(access_mode),
method_handles.cc 223 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get());
255 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get());
261 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get());
266 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get());
290 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get());
301 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get());
348 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get());
493 ThrowWrongMethodTypeException(target_type.Get(), callsite_type.Get());
    [all...]
common_throws.h 274 void ThrowWrongMethodTypeException(ObjPtr<mirror::MethodType> callee_type,
278 void ThrowWrongMethodTypeException(const std::string& expected_descriptor,
common_throws.cc     [all...]
  /art/runtime/mirror/
emulated_stack_frame.cc 161 ThrowWrongMethodTypeException(callee_type.Get(), caller_type.Get());
216 ThrowWrongMethodTypeException(callee_type.Get(), GetType());
  /art/runtime/interpreter/
interpreter_common.cc     [all...]

Completed in 635 milliseconds