HomeSort by relevance Sort by last modified time
    Searched defs:callee_type (Results 1 - 2 of 2) sorted by null

  /art/runtime/
method_handles.cc 192 Handle<mirror::MethodType> callee_type,
220 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get());
252 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get());
258 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get());
263 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get());
287 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get());
331 Handle<mirror::MethodType> callee_type,
339 ObjPtr<mirror::ObjectArray<mirror::Class>> to_types(callee_type->GetPTypes());
343 ThrowWrongMethodTypeException(callee_type.Get(), callsite_type.Get());
352 callee_type,
742 Handle<mirror::MethodType> callee_type = local
    [all...]
  /external/v8/src/asmjs/
asm-typer.cc 2337 auto* callee_type = call_var_info->type()->AsCallableType(); local
    [all...]

Completed in 107 milliseconds