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

  /art/runtime/
reflection.h 41 bool UnboxPrimitiveForResult(const ThrowLocation& throw_location, mirror::Object* o,
reflection.cc 786 bool UnboxPrimitiveForResult(const ThrowLocation& throw_location, mirror::Object* o,
  /art/runtime/entrypoints/
entrypoint_utils.cc 302 if (!UnboxPrimitiveForResult(throw_location, result_ref, result_type, &result_unboxed)) {

Completed in 36 milliseconds