Lines Matching refs:JValue
451 ArtMethod* method, ArgArray* arg_array, JValue* result, in InvokeWithArgArray()
483 JValue* result) REQUIRES_SHARED(Locks::mutator_lock_) { in InvokeMethodImpl()
528 JValue InvokeWithVarArgs(const ScopedObjectAccessAlreadyRunnable& soa, in InvokeWithVarArgs()
537 return JValue(); in InvokeWithVarArgs()
548 JValue result; in InvokeWithVarArgs()
561 JValue InvokeWithVarArgs(const ScopedObjectAccessAlreadyRunnable& soa, in InvokeWithVarArgs()
570 JValue InvokeWithJValues(const ScopedObjectAccessAlreadyRunnable& soa, in InvokeWithJValues()
579 return JValue(); in InvokeWithJValues()
590 JValue result; in InvokeWithJValues()
602 JValue InvokeWithJValues(const ScopedObjectAccessAlreadyRunnable& soa, in InvokeWithJValues()
611 JValue InvokeVirtualOrInterfaceWithJValues(const ScopedObjectAccessAlreadyRunnable& soa, in InvokeVirtualOrInterfaceWithJValues()
620 return JValue(); in InvokeVirtualOrInterfaceWithJValues()
633 JValue result; in InvokeVirtualOrInterfaceWithJValues()
645 JValue InvokeVirtualOrInterfaceWithJValues(const ScopedObjectAccessAlreadyRunnable& soa, in InvokeVirtualOrInterfaceWithJValues()
654 JValue InvokeVirtualOrInterfaceWithVarArgs(const ScopedObjectAccessAlreadyRunnable& soa, in InvokeVirtualOrInterfaceWithVarArgs()
663 return JValue(); in InvokeVirtualOrInterfaceWithVarArgs()
677 JValue result; in InvokeVirtualOrInterfaceWithVarArgs()
689 JValue InvokeVirtualOrInterfaceWithVarArgs(const ScopedObjectAccessAlreadyRunnable& soa, in InvokeVirtualOrInterfaceWithVarArgs()
771 JValue result; in InvokeMethod()
830 JValue result; in InvokeConstructor()
835 ObjPtr<mirror::Object> BoxPrimitive(Primitive::Type src_class, const JValue& value) { in BoxPrimitive()
888 JValue result; in BoxPrimitive()
911 JValue* unboxed_value) in UnboxPrimitive()
952 JValue boxed_value; in UnboxPrimitive()
998 JValue* unboxed_value) { in UnboxPrimitiveForField()
1005 JValue* unboxed_value) { in UnboxPrimitiveForResult()